1. 14 Dec, 2017 1 commit
    • 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
  2. 27 Jul, 2015 1 commit
  3. 18 Nov, 2014 1 commit
  4. 21 May, 2014 1 commit
  5. 19 May, 2014 1 commit
  6. 07 May, 2014 1 commit
  7. 17 Dec, 2013 1 commit
  8. 04 Jul, 2013 1 commit
  9. 06 Mar, 2013 1 commit
  10. 14 Jan, 2013 1 commit
  11. 11 Nov, 2012 1 commit
  12. 06 Oct, 2012 1 commit
  13. 23 Jul, 2012 1 commit
  14. 23 Jun, 2012 1 commit
  15. 12 Jun, 2012 2 commits
  16. 22 May, 2012 1 commit
  17. 10 May, 2012 1 commit
  18. 23 Mar, 2012 1 commit
  19. 22 Mar, 2012 1 commit
  20. 21 Mar, 2012 1 commit
  21. 29 Feb, 2012 9 commits
  22. 25 Feb, 2012 2 commits
  23. 20 Feb, 2012 1 commit
  24. 31 Dec, 2011 1 commit
  25. 30 Dec, 2011 1 commit
  26. 29 Dec, 2011 1 commit
  27. 12 Oct, 2011 1 commit
  28. 24 Sep, 2011 1 commit
  29. 04 Jul, 2011 1 commit
  30. 10 May, 2011 1 commit