]> git.sesse.net Git - ffmpeg/history - libavcodec/snowenc.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / snowenc.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-13 Mans RullgardUse log2(x) instead of log(x) / log(2)
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-15 Ronald S. Bultjesnow: refactor code to work around a compiler bug in...
2012-07-03 Ronald S. Bultjesnow: remove a VLA used for edge emulation
2012-07-03 Ronald S. Bultjesnow: remove the runs[] VLA.
2012-07-03 Martin Storsjösnow: Check mallocs at init
2012-07-02 Ronald S. Bultjesnow: remove a VLA.
2012-06-17 Ronald S. Bultjedwt: remove variable-length arrays
2012-04-10 Diego BiurrunDrop some pointless #ifdefs.
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-23 Anton Khirnovsnowenc: switch to encode2().
2012-02-23 Anton Khirnovsnowenc: don't abuse input picture for storing information.
2012-02-15 Martin Storsjösnow: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-11-26 Mans Rullgardsnow: fix integer overflows
2011-11-24 Luca Barbatosnow: split snow in snowdec and snowenc