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-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-13Use log2(x) instead of log(x) / log(2)Mans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-15snow: refactor code to work around a compiler bug in MSVC.Ronald S. Bultje
2012-07-03snow: remove a VLA used for edge emulationRonald S. Bultje
2012-07-03snow: remove the runs[] VLA.Ronald S. Bultje
2012-07-03snow: Check mallocs at initMartin Storsjö
2012-07-02snow: remove a VLA.Ronald S. Bultje
2012-06-18dwt: remove variable-length arraysRonald S. Bultje
2012-04-10Drop some pointless #ifdefs.Diego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-23snowenc: switch to encode2().Anton Khirnov
2012-02-23snowenc: don't abuse input picture for storing information.Anton Khirnov
2012-02-16snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-11-27snow: fix integer overflowsMans Rullgard
2011-11-25snow: split snow in snowdec and snowencLuca Barbato