Skip to content
Snippets Groups Projects
  1. Dec 24, 2017
  2. Dec 21, 2017
  3. Dec 20, 2017
  4. Dec 19, 2017
  5. Dec 18, 2017
  6. Dec 17, 2017
  7. Dec 16, 2017
  8. Dec 15, 2017
  9. Dec 14, 2017
    • Michael Niedermayer's avatar
      avcodec/vp9: mark frame as finished on decode_tiles() failure · 5e03eea6
      Michael Niedermayer authored
      
      Fixes deadlock with framethreads
      Fixes: Netflix_Aerial_1080p_60fps_8bit_420.y4m.vp9.noaltref.webm.ivf.s69372_r01-05_b6-.ivf
      Fixes: Netflix_Aerial_1080p_60fps_10bit_420.y4m.vp9.noaltref.webm.ivf.s149104_r01-05_b6-.ivf
      Fixes: ducks_take_off_444_720p50.y4m.vp9.webm.ivf.s107375_r01-05_b6-.ivf
      
      Reported-by: default avatarJames Zern <jzern@google.com>
      Reviewed-by: default avatarJames Zern <jzern@google.com>
      Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
      5e03eea6
    • wm4's avatar
      avcodec: add metadata to identify wrappers and hardware decoders · b945fed6
      wm4 authored
      Explicitly identify decoder/encoder wrappers with a common name. This
      saves API users from guessing by the name suffix. For example, they
      don't have to guess that "h264_qsv" is the h264 QSV implementation, and
      instead they can just check the AVCodec .codec and .wrapper_name fields.
      
      Explicitly mark AVCodec entries that are hardware decoders or most
      likely hardware decoders with new AV_CODEC_CAPs. The purpose is allowing
      API users listing hardware decoders in a more generic way. The proposed
      AVCodecHWConfig does not provide this information fully, because it's
      concerned with decoder configuration, not information about the fact
      whether the hardware is used or not.
      
      AV_CODEC_CAP_HYBRID exists specifically for QSV, which can have software
      implementations in case the hardware is not capable.
      
      Based on a patch by Philip Langdale <philipl@overt.org>.
      
      Merges Libav commit 47687a2f.
      b945fed6
    • wm4's avatar
      avcodec: add metadata to identify wrappers and hardware decoders · 47687a2f
      wm4 authored
      
      Explicitly identify decoder/encoder wrappers with a common name. This
      saves API users from guessing by the name suffix. For example, they
      don't have to guess that "h264_qsv" is the h264 QSV implementation, and
      instead they can just check the AVCodec .codec and .wrapper_name fields.
      
      Explicitly mark AVCodec entries that are hardware decoders or most
      likely hardware decoders with new AV_CODEC_CAPs. The purpose is allowing
      API users listing hardware decoders in a more generic way. The proposed
      AVCodecHWConfig does not provide this information fully, because it's
      concerned with decoder configuration, not information about the fact
      whether the hardware is used or not.
      
      AV_CODEC_CAP_HYBRID exists specifically for QSV, which can have software
      implementations in case the hardware is not capable.
      
      Based on a patch by Philip Langdale <philipl@overt.org>.
      
      Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
      47687a2f
  10. Dec 13, 2017
  11. Dec 12, 2017
  12. Dec 11, 2017
  13. Dec 10, 2017
Loading