summaryrefslogtreecommitdiff
path: root/libavcodec/indeo4.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-09
|\
| * indeo4: handle frame type 1 properlyKostya Shishkov2012-06-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-20
|\|
| * factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-20
* | indeo4: check quant_mat more fully.Michael Niedermayer2012-04-23
* | indeo4: avoid storing invalid values in quant_mat.Michael Niedermayer2012-04-16
* | indeo4: check transform size.Michael Niedermayer2012-04-15
* | indeo4: setup width/height properly.Michael Niedermayer2012-04-14
* | indeo4: fix null ptr dereferenceMichael Niedermayer2012-03-31
* | indeo4: check that num_mbs matchesMichael Niedermayer2012-03-31
* | indeo4: Dont leave tables in random state on errors.Michael Niedermayer2012-03-28
* | indeo4: apply correction to eob/esc indexes tooMichael Niedermayer2012-03-28
* | indeo4: Check for mismatching scan tablesMichael Niedermayer2012-03-28
* | indeo4: better mv checkMichael Niedermayer2012-03-26
* | indeo4: Fix global array overread.Michael Niedermayer2012-03-24
* | indeo4: check ref_mbMichael Niedermayer2012-03-23
* | indeo4: check band->scanMichael Niedermayer2012-03-23
* | indeo4: check motion vetors.Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * indeo4: fix out-of-bounds function call.Ronald S. Bultje2012-03-21
| * indeo4: add some missing static and const qualifiersKostya Shishkov2012-01-12
* | indeo4: Skip null frames.Michael Niedermayer2012-03-18
* | indeo4, swresample: add some missing static/const to tables.Reimar Döffinger2012-01-08
|/
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* indeo4: remove two unused variablesKostya Shishkov2011-12-29
* Indeo 4 decoderKostya Shishkov2011-12-28