summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tonemap.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/csp: create public API for colorspace structsLeo Izen2022-06-011-13/+4
* vf_tonemap: Fix order of planesVittorio Giovara2022-01-141-7/+8
* avfilter/vf_tonemap: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-12/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_tonemap: add slice threadingPaul B Mahol2019-05-011-5/+34
* lavfi/tonemap: make use of AVFILTER_DEFINE_CLASSJun Zhao2019-03-081-7/+1
* vf_tonemap: Update hdr metadata with the new peak valueVittorio Giovara2018-08-061-0/+2
* vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara2018-08-061-35/+3
* vf_tonemap: Fix logic for detecting the maximum peak of untagged sourcesVittorio Giovara2018-08-061-3/+3
* Add tonemap filterVittorio Giovara2017-08-151-0/+354