summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake_opencl.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add a flag for filters able to work with hw_device_ctxAnton Khirnov2023-03-241-1/+2
* lavfi: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-0/+7
* lavfi/vf_deshake_opencl: switch to new FIFO APIAnton Khirnov2022-02-071-63/+29
* 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
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/deshake_opencl: Do not use bool, powerpc does not like it.Carl Eugen Hoyos2020-04-011-31/+30
* lavfi/vf_deshake_opencl: Avoid propagating uninitialised dataMark Thompson2020-02-091-0/+2
* avfilter/vf_deshake_opencl: silence warning about usage of uninitialized valuePaul B Mahol2020-01-251-3/+2
* lavfi: add deshake_opencl filterJarek Samic2019-08-231-0/+2202