86 Commits (c8dea81921504c5e25a705dec4438dc95463f49b)

Author SHA1 Message Date
Michael Niedermayer a824685140 avcodec/ivi: Use av_image_check_size2() 7 years ago
Michael Niedermayer a3b5b60bdf avcodec/indeo4: Check remaining data in Pic hdr extension parsing code 8 years ago
Alexandra Hájková c3defda0d8 indeo: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Vittorio Giovara 64250d94b7 indeo4: Consistently initialize variables 9 years ago
Vittorio Giovara 6202e2fede indeo4: Rework stream analysis report 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun 23944d29a2 indeo: Give Indeo4/5 shared code a more consistent name 10 years ago
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