| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/asf: Factor common code out | Andreas Rheinhardt | 2021-03-31 | 1 | -0/+10 |
* | avformat/asf: Move ff_asf_audio_conceal_none to its only user | Andreas Rheinhardt | 2021-02-24 | 1 | -1/+0 |
* | lavf/asf: Remove an unneeded forward declaration. | Carl Eugen Hoyos | 2019-01-30 | 1 | -2/+0 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple l... | Marton Balint | 2016-02-21 | 1 | -0/+2 |
* | | lavf/asfenc: add support for setting packet size | Marton Balint | 2016-02-05 | 1 | -2/+0 |
* | | lavf/asfenc: add support for storing languages | Marton Balint | 2016-02-05 | 1 | -0/+1 |
* | | avformat/asfdec_f: Add ASFDataType, use named types for metadata | John Adlum | 2015-07-02 | 1 | -0/+10 |
* | | Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d' | Michael Niedermayer | 2015-06-28 | 1 | -32/+0 |
|\| |
|
| * | lavf: Replace the ASF demuxer | Alexandra Hájková | 2015-06-28 | 1 | -21/+0 |
* | | Move GUID-related objects to riffenc.c and riff.c. | Carl Eugen Hoyos | 2014-01-29 | 1 | -2/+0 |
* | | avformat/asf: clear uninitialized areas of packets before returning them | Michael Niedermayer | 2013-12-13 | 1 | -0/+1 |
* | | Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9' | Michael Niedermayer | 2013-09-20 | 1 | -0/+2 |
|\| |
|
| * | asfenc: remember send time and offset of the index entries | Vladimir Pantelic | 2013-09-19 | 1 | -0/+2 |
* | | Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743' | Michael Niedermayer | 2013-09-20 | 1 | -0/+1 |
|\| |
|
| * | asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF spec | Vladimir Pantelic | 2013-09-19 | 1 | -0/+1 |
| * | riff: Move guid structs and helper functions into riff | Peter Ross | 2013-04-21 | 1 | -9/+1 |
* | | asfdec: Skip to keyframe after seeking | Michael Niedermayer | 2013-07-30 | 1 | -0/+1 |
* | | asfdec: move packet_obj_size to ASFStream | Michael Niedermayer | 2013-07-30 | 1 | -0/+1 |
* | | Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761' | Michael Niedermayer | 2013-02-10 | 1 | -0/+1 |
|\| |
|
| * | asfdec: also read Metadata Library Object | Vladimir Pantelic | 2013-02-09 | 1 | -0/+1 |
* | | asfdec: parse payload extension list | Michael Niedermayer | 2012-11-03 | 1 | -0/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -3/+3 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -3/+3 |
* | | asfenc: rename put_guid to ff_put_guid | Peter Ross | 2011-11-05 | 1 | -0/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -0/+2 |
|\| |
|
| * | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
| * | asf: split ASFContext into muxer and demuxer parts. | Anton Khirnov | 2011-02-09 | 1 | -58/+0 |
| * | asf: make ff_guidcmp inline and move it to asf.h | Anton Khirnov | 2011-02-09 | 1 | -1/+6 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | lavf: move ff_put_str16_nolen from asf to avio and rename it | Anton Khirnov | 2011-01-21 | 1 | -1/+0 |
* | | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h | Peter Ross | 2011-04-07 | 1 | -9/+1 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | | asf: split ASFContext into muxer and demuxer parts. | Anton Khirnov | 2011-02-11 | 1 | -58/+0 |
* | | asf: make ff_guidcmp inline and move it to asf.h | Anton Khirnov | 2011-02-11 | 1 | -1/+6 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | lavf: move ff_put_str16_nolen from asf to avio and rename it | Anton Khirnov | 2011-01-23 | 1 | -1/+0 |
|/ |
|
* | make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid) | Peter Ross | 2010-12-26 | 1 | -0/+2 |
* | asf: Add asf_jfif_media guid | Martin Storsjö | 2010-07-20 | 1 | -0/+1 |
* | Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier | Zhentan Feng | 2010-03-24 | 1 | -0/+1 |
* | Use ASF supports "markers" which are a name and a time stamp to create | Vladimir Pantelic | 2010-03-08 | 1 | -0/+1 |
* | Detect Windows Media DRM protected files and display warning if no key | Daniel G. Taylor | 2009-10-11 | 1 | -0/+3 |
* | Remove any reference to ASFContext.packet_size and replace it with | Ronald S. Bultje | 2009-06-24 | 1 | -1/+0 |
* | Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: | Ronald S. Bultje | 2009-06-09 | 1 | -19/+0 |
* | Fix bandwith vs. bandwiDth typo. | Diego Biurrun | 2009-05-12 | 1 | -1/+1 |
* | Per-stream language-tags extraction in asfdec. | Cyril Comparon | 2009-05-12 | 1 | -0/+4 |
* | Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure | Reimar Döffinger | 2009-03-18 | 1 | -24/+24 |