| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'b5b7b75e91e291c810ebd01868a42b53f267a87c' | Michael Niedermayer | 2013-02-09 | 1 | -0/+24 |
|\ |
|
| * | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -1939/+0 |
* | | lavc: split snow and dirac DWTs | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | snowenc: check ff_get_buffer() return value | Michael Niedermayer | 2012-12-13 | 1 | -1/+2 |
* | | Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52' | Michael Niedermayer | 2012-12-08 | 1 | -0/+1 |
|\| |
|
| * | snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793 | Anton Khirnov | 2012-12-07 | 1 | -1/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+1 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+1 |
* | | get_dc: fix rounding | Michael Niedermayer | 2012-11-26 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -10/+10 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | | snowenc: get rid of VLA (well it wasnt really variable anyway) | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -2/+2 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -1/+1 |
|\| |
|
| * | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-16 | 1 | -1/+9 |
|\| |
|
| * | snow: refactor code to work around a compiler bug in MSVC. | Ronald S. Bultje | 2012-07-14 | 1 | -1/+9 |
* | | Define snow .pix_fmts to allow colour space auto-selection. | Carl Eugen Hoyos | 2012-07-10 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -10/+11 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-02 | 1 | -20/+21 |
|\| |
|
| * | snow: remove a VLA. | Ronald S. Bultje | 2012-07-02 | 1 | -20/+21 |
* | | snow: yuv410 support | Michael Niedermayer | 2012-06-22 | 1 | -1/+1 |
* | | snow: yuv444 support | Michael Niedermayer | 2012-06-22 | 1 | -36/+47 |
* | | snowenc: update pix_sum for rectangles, needed for non 420 | Michael Niedermayer | 2012-06-22 | 1 | -6/+6 |
* | | snowenc: set chroma subsample factors correctly for non 420 | Michael Niedermayer | 2012-06-22 | 1 | -3/+1 |
* | | snowenc: update selftest code for the new temporary arrays | Michael Niedermayer | 2012-06-18 | 1 | -6/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-18 | 1 | -6/+6 |
|\| |
|
| * | dwt: remove variable-length arrays | Ronald S. Bultje | 2012-06-17 | 1 | -6/+6 |
* | | snow: fix 32x32 encoding | Michael Niedermayer | 2012-05-12 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-11 | 1 | -2/+0 |
|\| |
|
| * | Drop some pointless #ifdefs. | Diego Biurrun | 2012-04-10 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | snow-test: fix pointer type warnings | Michael Niedermayer | 2012-04-01 | 1 | -3/+3 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | snowenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 |
* | | snowenc: move runs from stack to heap. | Michael Niedermayer | 2012-03-19 | 1 | -5/+7 |
* | | snowenc: add no_bitstream option. | Reimar Döffinger | 2012-03-10 | 1 | -0/+2 |
* | | snowenc: mark some encode_subband arguments const. | Reimar Döffinger | 2012-03-10 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -31/+42 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -8/+8 |
|\| |
|
| * | snow: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -7/+7 |