summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple l...Marton Balint2016-02-211-0/+2
* | lavf/asfenc: add support for setting packet sizeMarton Balint2016-02-051-2/+0
* | lavf/asfenc: add support for storing languagesMarton Balint2016-02-051-0/+1
* | avformat/asfdec_f: Add ASFDataType, use named types for metadataJohn Adlum2015-07-021-0/+10
* | Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d'Michael Niedermayer2015-06-281-32/+0
|\ \ | |/
| * lavf: Replace the ASF demuxerAlexandra Hájková2015-06-281-21/+0
* | Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos2014-01-291-2/+0
* | avformat/asf: clear uninitialized areas of packets before returning themMichael Niedermayer2013-12-131-0/+1
* | Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9'Michael Niedermayer2013-09-201-0/+2
|\ \ | |/
| * asfenc: remember send time and offset of the index entriesVladimir Pantelic2013-09-191-0/+2
* | Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743'Michael Niedermayer2013-09-201-0/+1
|\ \ | |/
| * asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2013-09-191-0/+1
| * riff: Move guid structs and helper functions into riffPeter Ross2013-04-211-9/+1
* | asfdec: Skip to keyframe after seekingMichael Niedermayer2013-07-301-0/+1
* | asfdec: move packet_obj_size to ASFStreamMichael Niedermayer2013-07-301-0/+1
* | Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'Michael Niedermayer2013-02-101-0/+1
|\ \ | |/
| * asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-091-0/+1
* | asfdec: parse payload extension listMichael Niedermayer2012-11-031-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-3/+3
|\ \ | |/
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-3/+3
* | asfenc: rename put_guid to ff_put_guidPeter Ross2011-11-051-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-0/+2
|\ \ | |/
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-151-0/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
| * asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-091-58/+0
| * asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-091-1/+6
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| * lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-211-1/+0
* | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross2011-04-071-9/+1
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* | asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-111-58/+0
* | asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-111-1/+6
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
* | lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-231-1/+0
|/
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-261-0/+2
* asf: Add asf_jfif_media guidMartin Storsjö2010-07-201-0/+1
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-241-0/+1
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-081-0/+1
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-111-0/+3
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-241-1/+0
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-091-19/+0
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-121-1/+1
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-121-0/+4
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-181-24/+24
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-0/+3
* move static tables from asf.h to non-static tables in asf.cAurelien Jacobs2009-02-261-90/+22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1