1. 17 Mar, 2020 6 commits
  2. 12 Mar, 2020 1 commit
  3. 09 Mar, 2020 3 commits
  4. 24 Feb, 2020 2 commits
  5. 21 Feb, 2020 1 commit
  6. 20 Feb, 2020 1 commit
  7. 15 Feb, 2020 1 commit
  8. 14 Feb, 2020 1 commit
  9. 07 Feb, 2020 1 commit
  10. 02 Feb, 2020 1 commit
  11. 30 Jan, 2020 1 commit
  12. 26 Jan, 2020 2 commits
  13. 11 Jan, 2020 1 commit
  14. 29 Dec, 2019 1 commit
  15. 23 Dec, 2019 1 commit
  16. 12 Dec, 2019 1 commit
  17. 27 Nov, 2019 2 commits
  18. 23 Nov, 2019 1 commit
  19. 13 Nov, 2019 2 commits
  20. 10 Nov, 2019 1 commit
  21. 03 Nov, 2019 1 commit
    • Zhong Li's avatar
      lavc/qsvenc: enable vp9 encoder · 33583803
      Zhong Li authored
      1. must enable low_power mode since just VDENC can be supported by iHD
      driver right now
      2. Coding option1 and extra_data are not supported by MSDK
      3. IVF header will be inserted in MSDK by default, but it is not needed
      for FFmpeg, so disable it.
      Signed-off-by: 's avatarZhong Li <zhongli_dev@126.com>
      33583803
  22. 29 Oct, 2019 1 commit
  23. 26 Oct, 2019 1 commit
    • ManojGuptaBonda's avatar
      Add support for VP9 VDPAU hwaccel decode · 1054752c
      ManojGuptaBonda authored
      Support for VDPAU accelerated VP9 decoding was added with libvdpau-1.3.
      Support for the same in ffmpeg is added with this patch. Profiles
      related to VDPAU VP9 can be found in latest vdpau.h present in
      libvdpau-1.3. DRC clips are not supported yet due to
      http://trac.ffmpeg.org/ticket/8068
      
      Add VP9 VDPAU to list of hwaccels and supported formats
      Added file vdpau_vp9.c and Modified configure to add VDPAU VP9 support.
      Mapped VP9 profiles to VDPAU VP9 profiles. Populated the codec specific
      params that need to be passed to VDPAU.
      Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
      1054752c
  24. 24 Oct, 2019 1 commit
  25. 21 Oct, 2019 1 commit
  26. 16 Oct, 2019 1 commit
  27. 06 Oct, 2019 1 commit
  28. 30 Sep, 2019 2 commits