198 Commits (873d06c76ea5379076a90329b234e77b54525263)

Author SHA1 Message Date
Clément Bœsch 0491d6993a lavc/error_resilience: remove unused skip_last_mv label 9 years ago
Diego Biurrun 763d69bfb2 Add some more deprecation guards 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer df820af2c5 avcodec/error_resilience: Improve missing slice handling for mpeg2 9 years ago
Michael Niedermayer a7b8a6e704 avcodec/error_resilience: remove unneeded and disabled code 9 years ago
Michael Niedermayer 5694b28211 avcodec/error_resilience: wait for previous frame to be available 9 years ago
Michael Niedermayer a105f52855 avcodec/error_resilience: avoid accessing previous or next frames tables beyond height 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 years ago
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