summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deshake_opencl.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi/deshake_opencl: Do not use bool, powerpc does not like it.Carl Eugen Hoyos2020-04-01
| | | | Fixes ticket #8591.
* lavfi/vf_deshake_opencl: Avoid propagating uninitialised dataMark Thompson2020-02-09
| | | | Fixes CID 1452753.
* avfilter/vf_deshake_opencl: silence warning about usage of uninitialized valuePaul B Mahol2020-01-25
|
* lavfi: add deshake_opencl filterJarek Samic2019-08-23