summaryrefslogtreecommitdiffstats
path: root/libavcodec/snowenc.c
Commit message (Expand)AuthorAgeFilesLines
* snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov2012-12-071-1/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Use log2(x) instead of log(x) / log(2)Mans Rullgard2012-08-131-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* snow: refactor code to work around a compiler bug in MSVC.Ronald S. Bultje2012-07-141-1/+9
* snow: remove a VLA used for edge emulationRonald S. Bultje2012-07-031-1/+1
* snow: remove the runs[] VLA.Ronald S. Bultje2012-07-031-1/+1
* snow: Check mallocs at initMartin Storsjö2012-07-031-2/+5
* snow: remove a VLA.Ronald S. Bultje2012-07-021-20/+21
* dwt: remove variable-length arraysRonald S. Bultje2012-06-171-6/+6
* Drop some pointless #ifdefs.Diego Biurrun2012-04-101-2/+0
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* snowenc: switch to encode2().Anton Khirnov2012-02-231-8/+20
* snowenc: don't abuse input picture for storing information.Anton Khirnov2012-02-231-23/+22
* snow: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-7/+7
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* snow: fix integer overflowsMans Rullgard2011-11-261-2/+4
* snow: split snow in snowdec and snowencLuca Barbato2011-11-241-0/+1915
OpenPOWER on IntegriCloud