1. 21 Jun, 2018 1 commit
    • Ruiling Song's avatar
      lavfi: add opencl tonemap filter · 8b8b0e2c
      Ruiling Song authored
      This filter does HDR(HDR10/HLG) to SDR conversion with tone-mapping.
      
      An example command to use this filter with vaapi codecs:
      FFMPEG -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device \
      opencl=ocl@va -hwaccel vaapi -hwaccel_device va -hwaccel_output_format \
      vaapi -i INPUT -filter_hw_device ocl -filter_complex \
      '[0:v]hwmap,tonemap_opencl=t=bt2020:tonemap=linear:format=p010[x1]; \
      [x1]hwmap=derive_device=vaapi:reverse=1' -c:v hevc_vaapi -profile 2 OUTPUT
      Signed-off-by: 's avatarRuiling Song <ruiling.song@intel.com>
      8b8b0e2c
  2. 20 Jun, 2018 3 commits
  3. 19 Jun, 2018 4 commits
  4. 18 Jun, 2018 9 commits
  5. 17 Jun, 2018 14 commits
  6. 16 Jun, 2018 8 commits
  7. 15 Jun, 2018 1 commit