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
2012-06-06mxfenc: write optional field dominance flag in picture descriptionMatthieu Bouron
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch
2012-05-31mxfenc: support 50 and 60 frame ratesMatthieu Bouron
2012-04-03mxfenc: Don't allow muxing audio-only since it's not supportedTomas Härdin
2012-02-02mxfenc: use new public timecode API.Clément Bœsch
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov
2011-12-21mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container.Daniel Kristjansson
2011-12-12timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-16mxfenc: Add support for MPEG-2 MP@HL-14 in mxf containerDaniel Kristjansson
2011-08-13mxf: honor timecode drop flag in mxf muxer if set.Clément Bœsch
2011-08-13mxf: add cli option in mxfenc to replace GOP timecode parsing.Clément Bœsch
2011-08-13mxf: move framenum to timecode convert to timecode helpers.Clément Bœsch
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer
2011-07-13mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-05mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch
2011-07-05mxfenc: fix ignored drop flag in binary timecode representation.Clément Bœsch
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04mxfenc: small typo fixClément Bœsch
2011-04-1810l, commit that should have been stashed into the merge.Michael Niedermayer
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-15In mxf muxer, check the return value of gmtime, fix #2494Baptiste Coudurier
2010-07-28Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger
2010-07-24Fix a "function declaration isn't a prototype" warning.Reimar Döffinger
2010-07-02In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-29Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier
2009-11-09Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos
2009-09-17Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer