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-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2014-06-18Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer
2014-06-18lavf: add the notimestamps flag to the muxers missing itAnton Khirnov
2012-11-04vocenc: fix 10l regressionPaul B Mahol
2012-11-04vocenc: abort if unsupported codec is usedPaul B Mahol
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-06-25vocenc: use new header from codec tag 4Michael Niedermayer
2012-06-25vocenc: change default codec to 16bitMichael Niedermayer
2012-06-25vocenc: fix sample rate rounding directionMichael Niedermayer
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
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-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton 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ò
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24voc: add ff_ prefix to some global const dataAurelien Jacobs
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-14Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla
2007-07-20Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-01-22remove now useless codec_tag setting code in voc muxerAurelien Jacobs
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer
2006-11-21move common voc muxer and demuxer data to voc.cAurelien Jacobs
2006-11-21split voc.c into vocdec.c and vocenc.cAurelien Jacobs