summaryrefslogtreecommitdiffstats
path: root/libavfilter/deshake_opencl.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter()James Almer2014-08-121-2/+2
| | | | | | | It was wrongly being exported and used by libavfilter. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/deshake_opencl: fix macro ()Michael Niedermayer2014-06-211-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/deshake_opencl: optimze transform filterLenny Wang2013-12-191-34/+47
| | | | | Reviewed-by: Wei Gao <highgod0401@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/opencl: compile kernels separatelyLenny Wang2013-11-051-11/+22
| | | | | Reviewed-by: Wei Gao <highgod0401@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-1/+2
|
* lavfi/deshake_opencl: use ff_opencl_set_parameterhighgod04012013-05-061-34/+31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* opencl: add spec opencl device APIs 20130411highgod04012013-04-111-4/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* deshake opencl based on comments on 20130402 3rdhighgod04012013-04-021-0/+181
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud