Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |