Skip to content
Snippets Groups Projects
  1. Oct 24, 2018
  2. Aug 07, 2018
  3. Dec 27, 2017
  4. Dec 26, 2017
  5. Dec 14, 2017
    • 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
  6. Oct 23, 2017
  7. Mar 23, 2017
  8. Nov 22, 2016
  9. Sep 14, 2016
  10. Jul 22, 2016
  11. Jun 23, 2016
  12. Jun 19, 2016
  13. Jun 05, 2016
  14. Apr 21, 2016
  15. Feb 23, 2016
  16. Jan 31, 2016
  17. Jan 28, 2016
  18. Jan 27, 2016
  19. Jan 21, 2016
  20. Jan 10, 2016
  21. Dec 07, 2015
  22. Dec 06, 2015
  23. Dec 04, 2015
  24. Oct 23, 2015
  25. Oct 15, 2015
  26. Oct 07, 2015
  27. Oct 03, 2015
  28. Oct 01, 2015
  29. Sep 12, 2015
  30. Aug 18, 2015
  31. Aug 01, 2015
Loading