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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-14avformat/framehash: enable new outputJames Almer
2016-04-13avformat/framecrc: enable new outputJames Almer
2016-04-12avformat/framehash: Add more information to the outputMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2015-09-29Merge commit '948f3c19a8bd069768ca411212aaf8c1ed96b10d'Hendrik Leppkes
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2014-06-15avformat/framecrcenc: print the checksum and size of extradata as wellMichael Niedermayer
2014-03-12Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-04-30framecrcenc: workaround design flaw in sidedata paletteMichael Niedermayer
2013-04-26Merge commit 'c2cb01d418dd18e1cf997c038d37378d773121be'Michael Niedermayer
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch
2013-02-06framecrcenc: print all side data elements, not just the firstMichael Niedermayer
2013-02-06framecrcenc: Also print the size of side data elementsMichael Niedermayer
2013-02-06Fate test to print side_data crc if presentVignesh Venkatasubramanian
2012-10-03framecrcenc: print flags and side data elementsMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-05-21avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern
2012-02-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-03frame{crc/md5}: set the stream timebase from codec timebase.Anton Khirnov
2012-01-29Set AVFMT_TS_NONSTRICT for framecrc muxer.Reimar Döffinger
2011-12-30Use more designated initializers.Paul B Mahol
2011-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24crcenc: add flagsAnton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-10-29move framecrc muxer in its own fileAurelien Jacobs