| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | avcodec: fix duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | avcodec/snowenc: fix constness of the AVFrame argument in encode_frame() | Michael Niedermayer | 2013-09-08 | 1 | -1/+1 |
* | snow: Check av_frame_alloc() failures | Michael Niedermayer | 2013-08-29 | 1 | -0/+2 |
* | avcodec/snow: gray support | Michael Niedermayer | 2013-08-29 | 1 | -21/+35 |
* | libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stability | Michael Niedermayer | 2013-08-29 | 1 | -38/+39 |
* | avcodec/snowenc: remove now unneeded include <assert.h> | Michael Niedermayer | 2013-08-29 | 1 | -3/+0 |
* | avcodec/snowenc: convert all asserts to av_asserts | Michael Niedermayer | 2013-08-29 | 1 | -9/+9 |
* | snowenc: remove disabled QUANTIZE2 code | Michael Niedermayer | 2013-08-29 | 1 | -123/+2 |
* | snowenc: Fix memleak of the ratecontrol related memory | Michael Niedermayer | 2013-08-28 | 1 | -0/+1 |
* | snowenc: check for memory allocation failures | Michael Niedermayer | 2013-08-28 | 1 | -0/+8 |
* | snowenc: change a bunch of assert() to av_assert() | Michael Niedermayer | 2013-08-24 | 1 | -13/+13 |
* | avcodec/snowenc: convert speed relevant asserts to av_assert2() | Michael Niedermayer | 2013-07-21 | 1 | -4/+4 |
* | snowenc: check minimum resolution | Michael Niedermayer | 2013-07-09 | 1 | -0/+5 |
* | snow: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -0/+2 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -3/+2 |
|\ |
|
* | | snowenc: fix indention | Michael Niedermayer | 2013-03-06 | 1 | -4/+4 |
* | | snowenc: add forgotten emms_c() | Michael Niedermayer | 2013-03-06 | 1 | -0/+1 |
* | | snowenc: initialize edges | Michael Niedermayer | 2013-03-06 | 1 | -0/+5 |
* | | 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 |