summaryrefslogtreecommitdiff
path: root/libavfilter/opencl_allkernels.h
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).
* all: Make header guard names consistentTimothy Gu2016-01-31
|
* deshake opencl based on comments on 20130402 3rdhighgod04012013-04-02
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>