summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tonemap.c
Commit message (Expand)AuthorAge
* avutil/csp: create public API for colorspace structsLeo Izen2022-06-01
* vf_tonemap: Fix order of planesVittorio Giovara2022-01-14
* avfilter/vf_tonemap: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_tonemap: add slice threadingPaul B Mahol2019-05-01
* lavfi/tonemap: make use of AVFILTER_DEFINE_CLASSJun Zhao2019-03-08
* vf_tonemap: Update hdr metadata with the new peak valueVittorio Giovara2018-08-06
* vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara2018-08-06
* vf_tonemap: Fix logic for detecting the maximum peak of untagged sourcesVittorio Giovara2018-08-06
* Add tonemap filterVittorio Giovara2017-08-15