summaryrefslogtreecommitdiff
path: root/libavfilter/opencl_allkernels.c
Commit message (Collapse)AuthorAge
* lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-22
| | | | | | | | | | | This was added in early 2013 and abandoned several months later; as far as I can tell, there are no external users. Future OpenCL use will be via hwcontext, which requires neither special OpenCL-only API nor global state in libavutil. All internal users are also deleted - this is just the unsharp filter (replaced by unsharp_opencl, which is more flexible) and the deshake filter (no replacement).
* lavfi: modify names of deshake_kernel.h and unsharp_kernel.hhighgod04012013-05-10
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/unsharp: add opencl unsharp filterhighgod04012013-04-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* deshake opencl based on comments on 20130402 3rdhighgod04012013-04-02
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>