195 Commits (df820af2c5028a446c71fa7db36f2c0f35f8488e)

Author SHA1 Message Date
  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 10 years ago
  Michael Niedermayer 5694b28211 avcodec/error_resilience: wait for previous frame to be available 10 years ago
  Michael Niedermayer a105f52855 avcodec/error_resilience: avoid accessing previous or next frames tables beyond height 10 years ago
  Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 10 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 11 years ago
  Michael Niedermayer dd186b5825 avcodec/error_resilience: Fix mbskip_table==NULL codepath 11 years ago
  Anton Khirnov 5bc69f38c1 error_resilience: do not require mbintra/skip tables 11 years ago
  Anton Khirnov cf1e0786ed error_resilience: move the MECmpContext initialization into ER code 11 years ago
  Michael Niedermayer 8b13a4d6f0 avcodec/error_resilience: Remove special case for H.264 from is_intra_more_likely 11 years ago
  Vittorio Giovara c442190a6b error_resilience: initialize prev_* variables 11 years ago
  Michael Niedermayer 20df02680c avcodec/error_resilience: avoid pointer arithmetic with NULL 11 years ago
  Diego Biurrun 7cb66ebc0b error_resilience: Drop asserts from guess_mv() 11 years ago
  Michael Niedermayer c103c48525 avcodec/error_resilience: make error an local variable where possible 11 years ago
  Michael Niedermayer 459996325d avcodec/error_resilience: comment out unused assignment 11 years ago
  Diego Biurrun 2d60444331 dsputil: Split motion estimation compare bits off into their own context 12 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() 12 years ago
  Janne Grunau c829b35c08 lavc: er: remove unused variable size 12 years ago
  Michael Niedermayer 4f22e39e65 avcodec/error_resilience: fix the case when MVs are not available 12 years ago
  Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 12 years ago
  Vittorio Giovara d66e305bd1 er: move relevant fields from Picture to ERPicture 12 years ago
  Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 12 years ago
  Ivan Kalvachev 1c63aed232 Convert XvMC to hwaccel v3 12 years ago
  Michael Niedermayer 90539cea33 avcodec/error_resilience: check that er is supported before attempting to read the status of the previous slice 12 years ago
  Michael Niedermayer afb18c5578 avcodec/error_resilience: factor er_supported() check out 12 years ago
  Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 12 years ago
  Anton Khirnov f354f30836 error resilience: check error_concealment, not err_recognition. 12 years ago
  Anton Khirnov 346e09638c avcodec/error_resilience check error_concealment, not err_recognition. 12 years ago
  Michael Niedermayer 990bbc15b8 avcodec/error_resilience: change out commented printf() to av_log() 12 years ago
  Michael Niedermayer 7d776062f9 avcodec/error_resilience: Fix handling of matrox mpeg2 12 years ago
  Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 12 years ago
  Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 12 years ago
  Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 13 years ago
  Michael Niedermayer 21a5f5ea5d error_resilience: fix const correctness, silence warnings 13 years ago
  Michael Niedermayer d244a615f6 er: set error_occured on missing slices 13 years ago
  Anton Khirnov ddcca4ba07 lavc: stop setting AVFrame.motion_subsample_log2 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Michael Niedermayer 5167bb2e8e er: Fix slice threading check 13 years ago
  Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 13 years ago
  Michael Niedermayer 669d50b445 ec: check that reference pictures have matching parameters before using them. 13 years ago
  Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 13 years ago
  Michael Niedermayer b8d6108cfc error_resilience: assert that unsupported B frame interpolation isnt used with h264 13 years ago
  Anton Khirnov c5fcdb4402 error_resilience: remove a useless if() and FIXME 13 years ago
  Michael Niedermayer 23318a5735 error_concealment: Check that the picture is not in a half setup state. 13 years ago
  Michael Niedermayer e8fed4d331 error concealment: check that references are frames and not fields. 13 years ago
  Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 13 years ago
  Michael Niedermayer 16e52c86ba error_resilience: guess_dc: check malloc failure 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago