Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-31lavf/asf: Remove an unneeded forward declaration.Carl Eugen Hoyos
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-22avformat/asfenc: write group_mutual_exclusion_objects for audio on multiple l...Marton Balint
2016-02-05lavf/asfenc: add support for setting packet sizeMarton Balint
2016-02-05lavf/asfenc: add support for storing languagesMarton Balint
2015-07-02avformat/asfdec_f: Add ASFDataType, use named types for metadataJohn Adlum
2015-06-28Merge commit 'b08569a23948db107e5e6175cd4c695427d5339d'Michael Niedermayer
2015-06-28lavf: Replace the ASF demuxerAlexandra Hájková
2014-01-29Move GUID-related objects to riffenc.c and riff.c.Carl Eugen Hoyos
2013-12-14avformat/asf: clear uninitialized areas of packets before returning themMichael Niedermayer
2013-09-20Merge commit '09f3c937ed6fd7c5bd64450d45f73b0f4975f4c9'Michael Niedermayer
2013-09-20Merge commit '1eb932803037a3c9f98f66aeb80024dfa3c5c743'Michael Niedermayer
2013-09-19asfenc: remember send time and offset of the index entriesVladimir Pantelic
2013-09-19asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic
2013-07-30asfdec: Skip to keyframe after seekingMichael Niedermayer
2013-07-30asfdec: move packet_obj_size to ASFStreamMichael Niedermayer
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross
2013-02-10Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'Michael Niedermayer
2013-02-09asfdec: also read Metadata Library ObjectVladimir Pantelic
2012-11-03asfdec: parse payload extension listMichael Niedermayer
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2011-11-05asfenc: rename put_guid to ff_put_guidPeter Ross
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-11asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-02-11asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov
2011-02-09asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-02-09asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-23lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2011-01-21lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov
2010-12-26make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross
2010-07-20asf: Add asf_jfif_media guidMartin Storsjö
2010-03-24Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easierZhentan Feng
2010-03-08Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic
2009-10-12Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor
2009-06-25Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje
2009-06-10Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:Ronald S. Bultje
2009-05-13Fix bandwith vs. bandwiDth typo.Diego Biurrun
2009-05-12Per-stream language-tags extraction in asfdec.Cyril Comparon
2009-03-18Rename GUID typedef to ff_asf_guid to fix MinGW compilation failureReimar Döffinger
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-02-26move static tables from asf.h to non-static tables in asf.cAurelien Jacobs