| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e' | Michael Niedermayer | 2013-04-08 | 1 | -1/+2 |
|\ |
|
| * | vp3: Embed idct_permutation array directly in VP3DecoderContext | Ronald S. Bultje | 2013-04-08 | 1 | -3/+5 |
* | | vp3: Check fps validity more completely | Michael Niedermayer | 2013-03-28 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -6/+2 |
* | | vp3: use hpeldsp instead of dsputil for half-pel functions. | Ronald S. Bultje | 2013-03-13 | 1 | -4/+5 |
* | | vp3/x86: use full transpose for all IDCTs. | Ronald S. Bultje | 2013-03-12 | 1 | -5/+8 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -71/+104 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -69/+103 |
* | | vp3: embed idct_permutation array directly in VP3DecoderContext. | Ronald S. Bultje | 2013-03-10 | 1 | -4/+5 |
* | | vp3dec: move threads check out of header packet type check | Michael Niedermayer | 2013-01-28 | 1 | -4/+4 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -4/+4 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-22 | 1 | -1/+1 |
|\| |
|
| * | vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. | Ronald S. Bultje | 2013-01-21 | 1 | -1/+1 |
* | | vp3: fix compilation with a disabled theora | Michael Niedermayer | 2013-01-21 | 1 | -0/+2 |
* | | theora: support midstream reconfiguration | Michael Niedermayer | 2013-01-20 | 1 | -0/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-20 | 1 | -1/+1 |
|\| |
|
| * | Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. | Ronald S. Bultje | 2013-01-19 | 1 | -1/+1 |
* | | Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a' | Michael Niedermayer | 2013-01-20 | 1 | -3/+2 |
|\| |
|
| * | vp3: integrate clear_blocks with idct of previous block. | Ronald S. Bultje | 2013-01-19 | 1 | -3/+2 |
* | | Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f' | Michael Niedermayer | 2013-01-18 | 1 | -0/+2 |
|\| |
|
| * | theora: Skip zero-sized headers | Martin Storsjö | 2013-01-17 | 1 | -0/+2 |
* | | Merge commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30' | Michael Niedermayer | 2013-01-11 | 1 | -9/+9 |
|\| |
|
| * | vp3: Fix double free in vp3_decode_end() | Ronald Bultje | 2013-01-10 | 1 | -9/+9 |
* | | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723' | Michael Niedermayer | 2012-12-21 | 1 | -2/+4 |
|\| |
|
| * | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -2/+4 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
| * | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -1/+2 |
* | | ensure comment blocks that contain doxygen commands start with double asterix | Peter Ross | 2012-11-21 | 1 | -1/+1 |
* | | theora: check that pix fmt is valid, fix null ptr deref | Michael Niedermayer | 2012-11-12 | 1 | -1/+6 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -4/+4 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -1/+2 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -1/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -11/+11 |
|\| |
|
| * | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -11/+11 |
| * | vp3: Assert on invalid filter_limit values. | Dale Curtis | 2012-04-12 | 1 | -0/+1 |
* | | vp3dec: fix null ptr derefernce. | Michael Niedermayer | 2012-06-17 | 1 | -1/+3 |
* | | vp3: Assert on invalid filter_limit values. | Dale Curtis | 2012-04-13 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -21/+23 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -21/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -10/+10 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -9/+9 |
* | | vp3: Copy all 3 frames for thread updates. | Michael Niedermayer | 2012-01-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -0/+2 |
|\| |
|
| * | vp3: fix streams with non-zero last coefficient | Janne Grunau | 2012-01-05 | 1 | -0/+2 |