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-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-13mxfenc: switch to av_assertMichael Niedermayer
2012-07-11lavf/mxfenc: fix dnxhd codec uls and aspect ratioMatthieu Bouron
2012-07-05mxfenc: support dnxhd codecMatthieu Bouron
2012-07-05mxfenc: support smpte dv codecMatthieu Bouron
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ò