summaryrefslogtreecommitdiff
path: root/libavcodec/indeo4.c
Commit message (Expand)AuthorAge
...
* | Merge commit '8435bca087c0e79385763c51de009fd89390b6a5'Michael Niedermayer2013-07-14
|\|
| * indeo4: Do not access missing reference MVLuca Barbato2013-07-13
* | Merge commit '4a27a52a1f74016095b7aee1b4a422cf62217ade'Michael Niedermayer2013-05-29
|\|
| * indeo4: reuse context block VLC for band instead of defaultingKostya Shishkov2013-05-28
* | Merge commit '6647aa0426e73839b9b1d1c9d86188f469167531'Michael Niedermayer2013-05-29
|\|
| * indeo4: add missing Haar and slanted transformsKostya Shishkov2013-05-28
* | indeo4: implement haar 8x1 and 1x8 transformsMichael Niedermayer2013-04-22
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-14
|\|
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | indeo4: check for invalid transform_size blk_size combinationsMichael Niedermayer2013-01-26
* | indeo4: more complete check for the scan vs block sizes.Michael Niedermayer2012-11-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-29
|\|
| * lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov2012-10-29
* | indeo4: prevent printing uninitialized variableMichael Niedermayer2012-10-18
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | 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