summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tonemap_vaapi.c
Commit message (Collapse)AuthorAge
* vf_tonemap_vaapi: Fix memory leak in error caseMark Thompson2020-01-07
| | | | Fixes CID 1457236.
* avfilter: Add tonemap vaapi filter for H2SXinpeng Sun2019-12-17
It performs HDR(High Dynamic Range) to SDR(Standard Dynamic Range) conversion with tone-mapping. It only supports HDR10 as input temporarily. An example command to use this filter with vaapi codecs: FFMPEG -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi \ -i INPUT -vf 'tonemap_vaapi=format=p010' -c:v hevc_vaapi -profile 2 OUTPUT Signed-off-by: Xinpeng Sun <xinpeng.sun@intel.com> Signed-off-by: Zachary Zhou <zachary.zhou@intel.com> Signed-off-by: Ruiling Song <ruiling.song@intel.com>