| Commit message (Expand) | Author | Age | Files | Lines |
* | indeo4: implement haar 8x1 and 1x8 transforms | Michael Niedermayer | 2013-04-22 | 1 | -2/+2 |
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605' | Michael Niedermayer | 2013-03-14 | 1 | -2/+2 |
|\ |
|
| * | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | indeo4: check for invalid transform_size blk_size combinations | Michael Niedermayer | 2013-01-26 | 1 | -0/+4 |
* | | indeo4: more complete check for the scan vs block sizes. | Michael Niedermayer | 2012-11-12 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-29 | 1 | -0/+1 |
|\| |
|
| * | lavc: add CODEC_CAP_DR1 to all video decoders missing them | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | | indeo4: prevent printing uninitialized variable | Michael Niedermayer | 2012-10-18 | 1 | -0/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 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-06-09 | 1 | -4/+6 |
|\| |
|
| * | indeo4: handle frame type 1 properly | Kostya Shishkov | 2012-06-09 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-20 | 1 | -259/+26 |
|\| |
|
| * | factor out common decoding code for Indeo 4 and Indeo 5 | Kostya Shishkov | 2012-05-20 | 1 | -245/+26 |
* | | indeo4: check quant_mat more fully. | Michael Niedermayer | 2012-04-23 | 1 | -1/+5 |
* | | indeo4: avoid storing invalid values in quant_mat. | Michael Niedermayer | 2012-04-16 | 1 | -3/+5 |
* | | indeo4: check transform size. | Michael Niedermayer | 2012-04-15 | 1 | -0/+5 |
* | | indeo4: setup width/height properly. | Michael Niedermayer | 2012-04-14 | 1 | -0/+1 |
* | | indeo4: fix null ptr dereference | Michael Niedermayer | 2012-03-31 | 1 | -2/+2 |
* | | indeo4: check that num_mbs matches | Michael Niedermayer | 2012-03-31 | 1 | -0/+5 |
* | | indeo4: Dont leave tables in random state on errors. | Michael Niedermayer | 2012-03-28 | 1 | -2/+4 |
* | | indeo4: apply correction to eob/esc indexes too | Michael Niedermayer | 2012-03-28 | 1 | -0/+8 |
* | | indeo4: Check for mismatching scan tables | Michael Niedermayer | 2012-03-28 | 1 | -0/+4 |
* | | indeo4: better mv check | Michael Niedermayer | 2012-03-26 | 1 | -4/+4 |
* | | indeo4: Fix global array overread. | Michael Niedermayer | 2012-03-24 | 1 | -0/+4 |
* | | indeo4: check ref_mb | Michael Niedermayer | 2012-03-23 | 1 | -1/+1 |
* | | indeo4: check band->scan | Michael Niedermayer | 2012-03-23 | 1 | -0/+5 |
* | | indeo4: check motion vetors. | Michael Niedermayer | 2012-03-22 | 1 | -1/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -1/+2 |
|\| |
|
| * | indeo4: fix out-of-bounds function call. | Ronald S. Bultje | 2012-03-21 | 1 | -1/+2 |
| * | indeo4: add some missing static and const qualifiers | Kostya Shishkov | 2012-01-12 | 1 | -1/+1 |
* | | indeo4: Skip null frames. | Michael Niedermayer | 2012-03-18 | 1 | -0/+3 |
* | | indeo4, swresample: add some missing static/const to tables. | Reimar Döffinger | 2012-01-08 | 1 | -1/+1 |
|/ |
|
* | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 1 | -1/+1 |
* | indeo4: remove two unused variables | Kostya Shishkov | 2011-12-29 | 1 | -4/+7 |
* | Indeo 4 decoder | Kostya Shishkov | 2011-12-28 | 1 | -0/+823 |