72 Commits (da0a670b3c3eaa1e700cd54342dc609d7474af26)

Author SHA1 Message Date
Dirk Ausserhaus 5ec6d152e2 indeo4: B-frames decoding 11 years ago
Dirk Ausserhaus e121ac634b indeo45: use is_indeo4 context flag instead of checking codec ID 11 years ago
Dirk Ausserhaus f76e3669bb Decode both parts of Indeo4 IP frames 11 years ago
Dirk Ausserhaus 3df0d20028 Move Indeo4 frametypes into common header. 11 years ago
Dirk Ausserhaus 8bfb4d72dd avcodec/indeo4: Decode both parts of IP frames 11 years ago
Dirk Ausserhaus d24673a2c8 avcodec/indeo4: Move frametypes into common header. 11 years ago
Michael Niedermayer c3d5cd1ebf Revert "Merge remote-tracking branch 'qatar/master'" (43dec5ef9a) 11 years ago
Luca Barbato c9ef6b0932 indeo4: Check the inherited quant_mat 11 years ago
Luca Barbato 0cb83c5638 indeo4: Check the block size if reusing the band configuration 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Luca Barbato 28dda8a691 indeo: Sanitize ff_ivi_init_planes fail paths 12 years ago
Michael Niedermayer febbddbdd5 indeo4: print an error message if ref_mb is needed but unavailable 12 years ago
Michael Niedermayer 76d0a6656b indeo: print errors if transform and block size mismatch 12 years ago
Luca Barbato dc79685195 indeo: Bound-check before applying transform 12 years ago
Luca Barbato cd78e934c2 indeo4: Validate scantable dimension 12 years ago
Luca Barbato 6255ccf7d5 indeo4: Check the quantization matrix index 12 years ago
Luca Barbato 8435bca087 indeo4: Do not access missing reference MV 12 years ago
Kostya Shishkov 2cf5d29110 indeo4: reuse context block VLC for band instead of defaulting 12 years ago
Kostya Shishkov 6647aa0426 indeo4: add missing Haar and slanted transforms 12 years ago
Michael Niedermayer de9fbf3dc4 indeo4: implement haar 8x1 and 1x8 transforms 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 66daebc9d5 indeo4: check for invalid transform_size blk_size combinations 12 years ago
Michael Niedermayer 7ab690bf5f indeo4: more complete check for the scan vs block sizes. 12 years ago
Anton Khirnov f174fbac3c lavc: add CODEC_CAP_DR1 to all video decoders missing them 12 years ago
Michael Niedermayer 23b203014f indeo4: prevent printing uninitialized variable 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Kostya Shishkov e1a3fa5d3a indeo4: handle frame type 1 properly 13 years ago
Kostya Shishkov aa372cf470 factor out common decoding code for Indeo 4 and Indeo 5 13 years ago
Michael Niedermayer 2954574126 indeo4: check quant_mat more fully. 13 years ago
Michael Niedermayer 884efd4e09 indeo4: avoid storing invalid values in quant_mat. 13 years ago
Michael Niedermayer 0846719dd1 indeo4: check transform size. 13 years ago
Michael Niedermayer 01bf2ad735 indeo4: setup width/height properly. 13 years ago
Michael Niedermayer 5216245a2c indeo4: fix null ptr dereference 13 years ago
Michael Niedermayer d3db8988d5 indeo4: check that num_mbs matches 13 years ago
Michael Niedermayer c44417e15a indeo4: Dont leave tables in random state on errors. 13 years ago
Michael Niedermayer a74d721876 indeo4: apply correction to eob/esc indexes too 13 years ago
Michael Niedermayer 92f7f1db42 indeo4: Check for mismatching scan tables 13 years ago
Michael Niedermayer 140c54ea0b indeo4: better mv check 13 years ago
Michael Niedermayer 8a20774a24 indeo4: Fix global array overread. 13 years ago
Michael Niedermayer aae44fb4cd indeo4: check ref_mb 13 years ago
Michael Niedermayer c0a99eae29 indeo4: check band->scan 13 years ago
Michael Niedermayer 9759d2b886 indeo4: check motion vetors. 13 years ago
Ronald S. Bultje 68fd077f68 indeo4: fix out-of-bounds function call. 13 years ago
Michael Niedermayer 572c0ddc89 indeo4: Skip null frames. 13 years ago
Kostya Shishkov 08bab32cf1 indeo4: add some missing static and const qualifiers 13 years ago
Reimar Döffinger aeeb0e6deb indeo4, swresample: add some missing static/const to tables. 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago