summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-20Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9'Michael Niedermayer2-3/+15
2013-09-20Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743'Michael Niedermayer2-0/+5
2013-09-19asfenc: remember send time and offset of the index entriesVladimir Pantelic2-0/+6
2013-09-19asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2-0/+5
2013-07-30asfdec: Skip to keyframe after seekingMichael Niedermayer2-1/+20
2013-07-30asfdec: move packet_obj_size to ASFStreamMichael Niedermayer2-15/+15
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross5-65/+68
2013-02-10Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'Michael Niedermayer3-0/+11
2013-02-09asfdec: also read Metadata Library ObjectVladimir Pantelic3-0/+11
2012-11-03asfdec: parse payload extension listMichael Niedermayer2-2/+20
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2011-11-05asfenc: rename put_guid to ff_put_guidPeter Ross2-14/+16
2011-04-17Merge remote branch 'qatar/master'Michael Niedermayer56-235/+404
2011-04-15make containers pass palette change in AVPacketKostya Shishkov20-131/+172
2011-04-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross4-15/+16
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-11asf: split ASFContext into muxer and demuxer parts.Anton Khirnov3-58/+66
2011-02-11asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2-6/+6
2011-02-09asf: split ASFContext into muxer and demuxer parts.Anton Khirnov3-58/+66
2011-02-09asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2-6/+6
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-23lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov6-23/+27
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov6-23/+27
2010-12-26make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2-42/+44
2010-07-20asf: Add asf_jfif_media guidMartin Storsjö2-0/+5
2010-03-24Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng3-20/+21
2010-03-08Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic3-0/+32
2009-10-11Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor3-0/+24
2009-06-24Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje3-19/+17
2009-06-09Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje2-21/+17
2009-05-12Fix bandwith vs. bandwiDth typo.Diego Biurrun3-6/+6
2009-05-12Per-stream language-tags extraction in asfdec.Cyril Comparon5-2/+41
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger4-55/+55
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs8-2/+30
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs5-147/+192
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-18Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje2-14/+25
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2007-12-23typo: begining --> beginningDiego Biurrun2-2/+2
2007-12-01spellingVitor Sessak23-35/+35
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
2007-06-17add multiple inclusion guards to headersMåns Rullgård51-0/+248
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2007-02-20Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2-0/+20
[next]