| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0' | Michael Niedermayer | 2013-11-15 | 1 | -1/+2 |
|\ |
|
* | | Rewrite emu_edge functions to have separate src/dst_stride arguments. | Ronald S. Bultje | 2013-09-28 | 1 | -1/+3 |
* | | Convert multiplier for MV from int to ptrdiff_t. | Ronald S. Bultje | 2013-09-28 | 1 | -1/+1 |
* | | snow: Check av_frame_alloc() failures | Michael Niedermayer | 2013-08-29 | 1 | -0/+4 |
* | | avcodec/snow: gray support | Michael Niedermayer | 2013-08-29 | 1 | -9/+11 |
* | | libavcodec/snow: change AVFrame to pointers to AVFrame for ABI stability | Michael Niedermayer | 2013-08-29 | 1 | -34/+34 |
* | | avcodec/snow: check for malloc* failures | Michael Niedermayer | 2013-08-28 | 1 | -3/+13 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -2/+2 |
* | | snow: add av_cold where appropriate | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
* | | snow: Fix off by 1 error in reference picture management | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
* | | snow: drop commented out asserts | Michael Niedermayer | 2013-03-27 | 1 | -2/+0 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -8/+5 |
* | | snow: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -4/+5 |
* | | snow: set frame defaults | Michael Niedermayer | 2013-03-12 | 1 | -1/+6 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -13/+12 |
|\| |
|
* | | Fix a few "its" vs "it's" typo. | Clément Bœsch | 2013-02-14 | 1 | -1/+1 |
* | | dsputil: fixup half a dozen bugs with ptrdiff vs int linesize | Michael Niedermayer | 2013-02-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-24 | 1 | -9/+10 |
|\| |
|
| * | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -678/+0 |
| * | snow: use VideoDSPContext | Luca Barbato | 2012-12-29 | 1 | -1/+2 |
* | | lavc: split snow and dirac DWTs | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723' | Michael Niedermayer | 2012-12-21 | 1 | -1/+2 |
|\| |
|
| * | snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793 | Anton Khirnov | 2012-12-07 | 1 | -2/+3 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -2/+3 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | snow: fix edge emu switch | Michael Niedermayer | 2012-11-11 | 1 | -2/+2 |
* | | snow: move init code that depends on picture paramaters to after these parame... | Michael Niedermayer | 2012-07-04 | 1 | -10/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -7/+18 |
|\| |
|
| * | snow: remove a VLA used for edge emulation | Ronald S. Bultje | 2012-07-03 | 1 | -0/+4 |
| * | snow: remove the runs[] VLA. | Ronald S. Bultje | 2012-07-03 | 1 | -0/+2 |
| * | snow: Check mallocs at init | Martin Storsjö | 2012-07-03 | 1 | -7/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-02 | 1 | -16/+25 |
|\| |
|
| * | snow: remove VLA in mc_block() | Mans Rullgard | 2012-07-02 | 1 | -16/+25 |
* | | snow.c: use av_assert | Michael Niedermayer | 2012-06-23 | 1 | -8/+5 |
* | | ff_snow_common_end: assert() that the last buffer freed differs from the curr... | Michael Niedermayer | 2012-06-22 | 1 | -1/+3 |
* | | snow: yuv444 support | Michael Niedermayer | 2012-06-22 | 1 | -7/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-18 | 1 | -0/+4 |
|\| |
|
| * | dwt: remove variable-length arrays | Ronald S. Bultje | 2012-06-17 | 1 | -0/+4 |
* | | snow: zero scratchbuf. | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -3/+3 |
|\| |
|
| * | snow: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-04 | 1 | -3/+3 |
|\| |
|
| * | snow: Restore three mistakenly removed casts. | Diego Biurrun | 2012-01-03 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-03 | 1 | -3/+3 |
|\| |
|
| * | Drop some pointless void* return value casts from av_malloc() invocations. | Diego Biurrun | 2012-01-02 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -2/+2 |
|\| |
|
| * | snow: fix signed overflow in byte to 32-bit replication | Mans Rullgard | 2011-11-26 | 1 | -2/+2 |