| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | snow: refactor code to work around a compiler bug in MSVC. | Ronald S. Bultje | 2012-07-14 | 1 | -1/+9 |
* | snow: remove a VLA used for edge emulation | Ronald S. Bultje | 2012-07-03 | 1 | -1/+1 |
* | snow: remove the runs[] VLA. | Ronald S. Bultje | 2012-07-03 | 1 | -1/+1 |
* | snow: Check mallocs at init | Martin Storsjö | 2012-07-03 | 1 | -2/+5 |
* | snow: remove a VLA. | Ronald S. Bultje | 2012-07-02 | 1 | -20/+21 |
* | dwt: remove variable-length arrays | Ronald S. Bultje | 2012-06-17 | 1 | -6/+6 |
* | Drop some pointless #ifdefs. | Diego Biurrun | 2012-04-10 | 1 | -2/+0 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | snowenc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -8/+20 |
* | snowenc: don't abuse input picture for storing information. | Anton Khirnov | 2012-02-23 | 1 | -23/+22 |
* | snow: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -7/+7 |
* | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | snow: fix integer overflows | Mans Rullgard | 2011-11-26 | 1 | -2/+4 |
* | snow: split snow in snowdec and snowenc | Luca Barbato | 2011-11-24 | 1 | -0/+1915 |