summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tonemap_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-0/+1
* lavfi/vf_tonemap_opencl: fix buildrcombs2022-06-011-20/+19
* avfilter/opencl: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-1/+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
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Mark some pointers as constAndreas Rheinhardt2021-01-011-3/+3
* avfilter/vf_tonemap_opencl: fix long filter descriptionPaul B Mahol2020-01-261-1/+1
* lavfi/tonemap_opencl: reuse color matrix calculation from colorspace.cRuiling Song2019-03-221-35/+29
* avfilter/vf_tonemap_opencl: Make static tables constMichael Niedermayer2019-01-011-2/+2
* avfilter/vf_tonemap_opencl: Fix seperate typoMichael Niedermayer2018-10-071-1/+1
* vf_tonemap_opencl: Move update_metadata() to a shared fileVittorio Giovara2018-08-061-18/+1
* vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara2018-08-061-27/+1
* lavfi/opencl: add macro for opencl error handling.Ruiling Song2018-07-111-27/+6
* lavfi/colorspace: Add namespace prefix to global functionsMark Thompson2018-06-281-4/+4
* lavfi/vf_tonemap_opencl: Mark local tables staticMark Thompson2018-06-251-7/+7
* lavfi: add opencl tonemap filterRuiling Song2018-06-211-0/+624