1. 13 Nov, 2018 1 commit
  2. 05 Nov, 2018 1 commit
  3. 05 Apr, 2018 1 commit
  4. 14 Dec, 2017 2 commits
    • 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: 's avatarLuca Barbato <lu_zero@gentoo.org>
      47687a2f
  5. 12 Jun, 2017 1 commit
  6. 13 Nov, 2016 1 commit
  7. 27 Jul, 2016 2 commits
  8. 15 Jul, 2016 2 commits
  9. 09 Jul, 2016 1 commit
  10. 28 Jun, 2016 1 commit
  11. 24 Jun, 2016 1 commit
  12. 23 Mar, 2016 1 commit
  13. 21 Jan, 2016 1 commit
  14. 16 Dec, 2015 1 commit
  15. 08 Dec, 2015 1 commit
  16. 07 Dec, 2015 1 commit
  17. 06 Dec, 2015 1 commit
  18. 06 Nov, 2015 1 commit
  19. 31 Oct, 2015 4 commits
  20. 28 Oct, 2015 2 commits
  21. 09 Oct, 2015 1 commit
  22. 29 Sep, 2015 1 commit
    • Gregory J. Wolfe's avatar
      libopenh264enc: Use av_log() to log messages · 1a4c5fe5
      Gregory J. Wolfe authored
      File libopenh264enc.c has been modified so that the encoder uses av_log()
      to log messages (error, warning, info, etc.) instead of logging them
      directly to stderr.  At the time the encoder is created, the current
      libav log level is mapped to an equivalent libopenh264 log level.  This
      log level, and a message logging function that invokes av_log() to
      actually log messages, are then set on the encoder.
      
      This contains further changes and simplifications by Michael Niedermayer
      and Martin Storsjö.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      1a4c5fe5
  23. 10 Sep, 2015 5 commits
  24. 08 Sep, 2015 1 commit
  25. 07 Aug, 2015 1 commit
  26. 27 Jul, 2015 3 commits
  27. 10 Jul, 2015 1 commit