1. 12 Dec, 2019 1 commit
  2. 27 Nov, 2019 2 commits
  3. 23 Nov, 2019 1 commit
  4. 13 Nov, 2019 2 commits
  5. 10 Nov, 2019 1 commit
  6. 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
  7. 29 Oct, 2019 1 commit
  8. 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
  9. 24 Oct, 2019 1 commit
  10. 21 Oct, 2019 1 commit
  11. 16 Oct, 2019 1 commit
  12. 06 Oct, 2019 1 commit
  13. 30 Sep, 2019 2 commits
  14. 25 Sep, 2019 1 commit
  15. 20 Sep, 2019 1 commit
  16. 16 Sep, 2019 1 commit
  17. 02 Sep, 2019 1 commit
    • Andriy Gelman's avatar
      avformat: Add ZeroMQ as a protocol · ef43a4d6
      Andriy Gelman authored
      When ffmpeg was streaming, multiple clients were only supported by using a
      multicast destination address. An alternative was to stream to a server which
      re-distributes the content. This commit adds ZeroMQ as a protocol, which allows
      multiple clients to connect to a single ffmpeg instance.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      ef43a4d6
  18. 29 Aug, 2019 1 commit
  19. 28 Aug, 2019 1 commit
    • OvchinnikovDmitrii's avatar
      libavcodec/amfenc: Vulkan initialization support for encoder. · f8ad2ddd
      OvchinnikovDmitrii authored
      Added linux support for amf encoder through vulkan.
      
      To use h.264(AMD VCE) encoder on linux amdgru-pro version 19.20+ and
      amf-amdgpu-pro package(amdgru-pro contains, but does not install
      automatically) are required.
      
      This driver can be installed using amdgpu-pro-install script in
      official amd driver archive.
      
      Initialization of amf encoder occurs in this order:
      1) trying to initialize through dx11(only windows)
      2) trying to initialize through dx9(only windows)
      3) trying to initialize through vulkan
      
      Only Vulkan initialization available on linux.
      f8ad2ddd
  20. 25 Aug, 2019 1 commit
  21. 21 Aug, 2019 1 commit
  22. 20 Aug, 2019 2 commits
  23. 04 Aug, 2019 1 commit
    • Rodger Combs's avatar
      build: add support for building CUDA files with clang · 01994c93
      Rodger Combs authored
      This avoids using the CUDA SDK at all; instead, we provide a minimal
      reimplementation of the basic functionality that lavfi actually uses.
      It generates very similar code to what NVCC produces.
      
      The header contains no implementation code derived from the SDK.
      The function and type declarations are derived from the SDK only to the
      extent required to build a compatible implementation. This is generally
      accepted to qualify as fair use.
      
      Because this option does not require the proprietary SDK, it does not require
      the "--enable-nonfree" flag in configure.
      Signed-off-by: 's avatarTimo Rothenpieler <timo@rothenpieler.org>
      01994c93
  24. 21 Jul, 2019 1 commit
  25. 12 Jul, 2019 1 commit
  26. 02 Jul, 2019 1 commit
  27. 25 Jun, 2019 1 commit
  28. 21 Jun, 2019 1 commit
  29. 12 Jun, 2019 1 commit
  30. 31 May, 2019 1 commit
  31. 14 May, 2019 2 commits
  32. 11 May, 2019 1 commit
  33. 05 May, 2019 1 commit
  34. 26 Apr, 2019 1 commit
  35. 20 Apr, 2019 1 commit