| Commit message (Expand) | Author | Age | Files | Lines |
* | Use rac_get_prob branchy version when used within a conditional branch. | Matt Oliver | 2014-05-13 | 1 | -15/+15 |
* | Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be' | Michael Niedermayer | 2013-11-01 | 1 | -2/+6 |
|\ |
|
| * | vp56: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -2/+6 |
* | | Merge commit '41a10f3ba149a2012de499d0b4ad4955d81f28d5' | Michael Niedermayer | 2013-10-10 | 1 | -4/+14 |
|\| |
|
| * | vp6: Support cropping to AVCodecContext.width/height | Martin Storsjö | 2013-10-10 | 1 | -4/+14 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -3/+3 |
| * | vp3: Use full transpose for all IDCTs | Ronald S. Bultje | 2013-04-15 | 1 | -2/+2 |
* | | avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree() | Michael Niedermayer | 2013-09-28 | 1 | -1/+2 |
* | | avcodec/huffman: use named identifer for the bits constant | Michael Niedermayer | 2013-05-21 | 1 | -2/+2 |
* | | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | vp3/x86: use full transpose for all IDCTs. | Ronald S. Bultje | 2013-03-12 | 1 | -2/+2 |
* | | vp6: remove unused variable | Michael Niedermayer | 2013-03-12 | 1 | -2/+0 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -9/+10 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -7/+10 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 1 | -3/+3 |
|\| |
|
| * | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -3/+3 |
* | | Merge commit 'bb675d3ac6d722d5e117ae9042a996b55ca05b1d' | Michael Niedermayer | 2012-12-15 | 1 | -6/+6 |
|\| |
|
| * | vp56: make parse_header return standard error codes | Luca Barbato | 2012-12-14 | 1 | -6/+6 |
* | | Merge commit '8083332c2de9ee189f96844ff4c2d9be1844116f' | Michael Niedermayer | 2012-12-14 | 1 | -2/+2 |
|\| |
|
| * | vp6: properly fail on unsupported feature | Luca Barbato | 2012-12-13 | 1 | -2/+2 |
* | | lavc/vp6: Implement "slice" threading for VP6A decode | Ben Jackson | 2012-09-15 | 1 | -1/+20 |
* | | lavc/vp56: Move golden_frame into VP56Context | Ben Jackson | 2012-09-15 | 1 | -3/+3 |
* | | lavc/vp6: Refactor vp6_decode_init into vp6_decode_init/vp6_decode_init_context | Ben Jackson | 2012-09-15 | 1 | -4/+17 |
* | | lavc/vp6: Disable deblock filtering for Simple Profile | Ben Jackson | 2012-09-07 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -5/+5 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -3/+3 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -1/+1 |
|\| |
|
| * | Replace computations of remaining bits with calls to get_bits_left(). | Alex Converse | 2012-03-05 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -1/+5 |
|\| |
|
| * | vp56: error out on invalid stream dimensions. | Ronald S. Bultje | 2012-02-28 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -13/+13 |
|\| |
|
| * | vp56: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -9/+9 |
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-18 | 1 | -3/+6 |
|\| |
|
| * | vp6: Fix illegal read. | Thierry Foucu | 2011-11-17 | 1 | -3/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-04 | 1 | -1/+3 |
|\| |
|
| * | vp6: Fix illegal read. | Alex Converse | 2011-11-03 | 1 | -1/+3 |
| * | vp6: Reset the internal state when aborting key frames header parsing | Laurent Aimar | 2011-10-07 | 1 | -1/+4 |
| * | vp6: Check for huffman tree build errors | Laurent Aimar | 2011-10-07 | 1 | -8/+12 |
* | | vp6:Reset the internal state when aborting key frames header parsing in vp6 d... | Laurent Aimar | 2011-09-24 | 1 | -1/+4 |
* | | Check for huffman tree building error in vp6 decoder. | Laurent Aimar | 2011-09-22 | 1 | -8/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 1 | -5/+5 |
|\| |
|
| * | vp6: partially propagate huffman tree building errors during coeff model pars... | Dustin Brody | 2011-08-25 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -27/+24 |
|\| |
|