summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
Commit message (Expand)AuthorAge
* snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov2012-12-07
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-13
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* snow: refactor code to work around a compiler bug in MSVC.Ronald S. Bultje2012-07-14
* snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-03
* snow: remove the runs[] VLA.Ronald S. Bultje2012-07-03
* snow: Check mallocs at initMartin Storsjö2012-07-03
* snow: remove a VLA.Ronald S. Bultje2012-07-02
* dwt: remove variable-length arraysRonald S. Bultje2012-06-17
* Drop some pointless #ifdefs.Diego Biurrun2012-04-10
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* snowenc: switch to encode2().Anton Khirnov2012-02-23
* snowenc: don't abuse input picture for storing information.Anton Khirnov2012-02-23
* snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* snow: fix integer overflowsMans Rullgard2011-11-26
* snow: split snow in snowdec and snowencLuca Barbato2011-11-24