summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo4.c
Commit message (Expand)AuthorAgeFilesLines
* indeo4: prevent printing uninitialized variableMichael Niedermayer2012-10-181-0/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-091-4/+6
|\ \ | |/
| * indeo4: handle frame type 1 properlyKostya Shishkov2012-06-091-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-201-259/+26
|\ \ | |/
| * factor out common decoding code for Indeo 4 and Indeo 5Kostya Shishkov2012-05-201-245/+26
* | indeo4: check quant_mat more fully.Michael Niedermayer2012-04-231-1/+5
* | indeo4: avoid storing invalid values in quant_mat.Michael Niedermayer2012-04-161-3/+5
* | indeo4: check transform size.Michael Niedermayer2012-04-151-0/+5
* | indeo4: setup width/height properly.Michael Niedermayer2012-04-141-0/+1
* | indeo4: fix null ptr dereferenceMichael Niedermayer2012-03-311-2/+2
* | indeo4: check that num_mbs matchesMichael Niedermayer2012-03-311-0/+5
* | indeo4: Dont leave tables in random state on errors.Michael Niedermayer2012-03-281-2/+4
* | indeo4: apply correction to eob/esc indexes tooMichael Niedermayer2012-03-281-0/+8
* | indeo4: Check for mismatching scan tablesMichael Niedermayer2012-03-281-0/+4
* | indeo4: better mv checkMichael Niedermayer2012-03-261-4/+4
* | indeo4: Fix global array overread.Michael Niedermayer2012-03-241-0/+4
* | indeo4: check ref_mbMichael Niedermayer2012-03-231-1/+1
* | indeo4: check band->scanMichael Niedermayer2012-03-231-0/+5
* | indeo4: check motion vetors.Michael Niedermayer2012-03-221-1/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-1/+2
|\ \ | |/
| * indeo4: fix out-of-bounds function call.Ronald S. Bultje2012-03-211-1/+2
| * indeo4: add some missing static and const qualifiersKostya Shishkov2012-01-121-1/+1
* | indeo4: Skip null frames.Michael Niedermayer2012-03-181-0/+3
* | indeo4, swresample: add some missing static/const to tables.Reimar Döffinger2012-01-081-1/+1
|/
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* indeo4: remove two unused variablesKostya Shishkov2011-12-291-4/+7
* Indeo 4 decoderKostya Shishkov2011-12-281-0/+823
OpenPOWER on IntegriCloud