172 Commits (d266ecff4b6053a60d3bbdd209043facdf469b28)

Author SHA1 Message Date
Michael Niedermayer 81d1fcf37d avcodec: add option to make is_intra_more_likely() from error concealment return "no" 11 years ago
Michael Niedermayer 36053aeff6 vcodec/error_resilience: use av_malloc_array() 11 years ago
Janne Grunau c829b35c08 lavc: er: remove unused variable size 11 years ago
Michael Niedermayer 4f22e39e65 avcodec/error_resilience: fix the case when MVs are not available 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Vittorio Giovara d66e305bd1 er: move relevant fields from Picture to ERPicture 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 11 years ago
Michael Niedermayer 90539cea33 avcodec/error_resilience: check that er is supported before attempting to read the status of the previous slice 11 years ago
Michael Niedermayer afb18c5578 avcodec/error_resilience: factor er_supported() check out 11 years ago
Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 11 years ago
Anton Khirnov f354f30836 error resilience: check error_concealment, not err_recognition. 11 years ago
Anton Khirnov 346e09638c avcodec/error_resilience check error_concealment, not err_recognition. 11 years ago
Michael Niedermayer 990bbc15b8 avcodec/error_resilience: change out commented printf() to av_log() 11 years ago
Michael Niedermayer 7d776062f9 avcodec/error_resilience: Fix handling of matrox mpeg2 11 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Michael Niedermayer 21a5f5ea5d error_resilience: fix const correctness, silence warnings 12 years ago
Michael Niedermayer d244a615f6 er: set error_occured on missing slices 12 years ago
Anton Khirnov ddcca4ba07 lavc: stop setting AVFrame.motion_subsample_log2 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer 5167bb2e8e er: Fix slice threading check 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Michael Niedermayer 669d50b445 ec: check that reference pictures have matching parameters before using them. 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Michael Niedermayer b8d6108cfc error_resilience: assert that unsupported B frame interpolation isnt used with h264 12 years ago
Anton Khirnov c5fcdb4402 error_resilience: remove a useless if() and FIXME 12 years ago
Michael Niedermayer 23318a5735 error_concealment: Check that the picture is not in a half setup state. 12 years ago
Michael Niedermayer e8fed4d331 error concealment: check that references are frames and not fields. 12 years ago
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Michael Niedermayer 16e52c86ba error_resilience: guess_dc: check malloc failure 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 2e346bdaba ec: print picture type with concealment error message. 12 years ago
Ronald S. Bultje 89b81a1c88 mpegvideo: remove VLAs 13 years ago
Michael Niedermayer 24e3f44aed EC: fix dest index for non 420 chroma. 13 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Michael Niedermayer 903ccf71b7 error_concealment: Check that the reference is not NULL 13 years ago
Michael Niedermayer b066046046 error_concealment: make sure mbaff flags are 0 as interlaced is not supported. 13 years ago
Michael Niedermayer b7c2358f62 error_concealment: switch asserts mostly to av_asserts. 13 years ago
Michael Niedermayer 71c2a70cbf error_concealment: Prevent FPEs in case of corrupted input. 13 years ago
Michael Niedermayer cc415956a4 error_conceal: fix FPE in guess_dc() with huge sizes. 13 years ago
Michael Niedermayer eff2399f24 Revert "error_resilience: initialize s->block_index[]." 13 years ago
Ronald S. Bultje 6193ff6854 error_resilience: initialize s->block_index[]. 13 years ago
Diego Biurrun 47c0ac96aa Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Michael Niedermayer c77be3a35a error concealment: initialize block index. 13 years ago
Donald Ovcharov ac84f2edd4 error_resilience: K&R formatting cosmetics 13 years ago
Diego Biurrun 5ea20630b4 Fix a bunch of platform name and other typos. 13 years ago