189 Commits (dee551bbd280c5f43b9f100d944944c27f188549)

Author SHA1 Message Date
Michael Niedermayer 5c8809b45b avcodec/error_resilience: support grayscale 10 years ago
Michael Niedermayer cf880ccb6a avcodec/error_resilience: Avoid race with updating the error_count 10 years ago
Michael Niedermayer dd186b5825 avcodec/error_resilience: Fix mbskip_table==NULL codepath 10 years ago
Anton Khirnov 5bc69f38c1 error_resilience: do not require mbintra/skip tables 10 years ago
Anton Khirnov cf1e0786ed error_resilience: move the MECmpContext initialization into ER code 10 years ago
Michael Niedermayer 8b13a4d6f0 avcodec/error_resilience: Remove special case for H.264 from is_intra_more_likely 10 years ago
Vittorio Giovara c442190a6b error_resilience: initialize prev_* variables 10 years ago
Michael Niedermayer 20df02680c avcodec/error_resilience: avoid pointer arithmetic with NULL 10 years ago
Diego Biurrun 7cb66ebc0b error_resilience: Drop asserts from guess_mv() 10 years ago
Michael Niedermayer c103c48525 avcodec/error_resilience: make error an local variable where possible 10 years ago
Michael Niedermayer 459996325d avcodec/error_resilience: comment out unused assignment 10 years ago
Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 10 years ago
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