summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
Commit message (Expand)AuthorAge
* avformat/asf: Factor common code outAndreas Rheinhardt2021-03-31
* avformat/asf: Move ff_asf_audio_conceal_none to its only userAndreas Rheinhardt2021-02-24
* lavf/asf: Remove an unneeded forward declaration.Carl Eugen Hoyos2019-01-30
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple l...Marton Balint2016-02-21
* | lavf/asfenc: add support for setting packet sizeMarton Balint2016-02-05
* | lavf/asfenc: add support for storing languagesMarton Balint2016-02-05
* | avformat/asfdec_f: Add ASFDataType, use named types for metadataJohn Adlum2015-07-02
* | Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d'Michael Niedermayer2015-06-28
|\|
| * lavf: Replace the ASF demuxerAlexandra Hájková2015-06-28
* | Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos2014-01-29
* | avformat/asf: clear uninitialized areas of packets before returning themMichael Niedermayer2013-12-13
* | Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9'Michael Niedermayer2013-09-20
|\|
| * asfenc: remember send time and offset of the index entriesVladimir Pantelic2013-09-19
* | Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743'Michael Niedermayer2013-09-20
|\|
| * asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2013-09-19
| * riff: Move guid structs and helper functions into riffPeter Ross2013-04-21
* | asfdec: Skip to keyframe after seekingMichael Niedermayer2013-07-30
* | asfdec: move packet_obj_size to ASFStreamMichael Niedermayer2013-07-30
* | Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'Michael Niedermayer2013-02-10
|\|
| * asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-09
* | asfdec: parse payload extension listMichael Niedermayer2012-11-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | asfenc: rename put_guid to ff_put_guidPeter Ross2011-11-05
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * make containers pass palette change in AVPacketKostya Shishkov2011-04-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-09
| * asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-09
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
| * lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross2011-04-07
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-11
* | asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-11
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
* | lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-23
|/
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-26
* asf: Add asf_jfif_media guidMartin Storsjö2010-07-20
* Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng2010-03-24
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-08
* Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor2009-10-11
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
* Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2009-06-09
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-12
* Per-stream language-tags extraction in asfdec.Cyril Comparon2009-05-12
* Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger2009-03-18