Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-23lavfi: add utilities to reduce OpenCL boilerplate codeJarek Samic
2019-03-22lavfi/opencl: add ff_opencl_print_const_matrix_3x3()Ruiling Song
This is used to print a 3x3 matrix into a part of OpenCL source code. Signed-off-by: Ruiling Song <ruiling.song@intel.com>
2018-06-07lavfi/opencl: remove redundant header.Jun Zhao
remove redundant header Signed-off-by: Jun Zhao <mypopydev@gmail.com>
2018-03-23lavfi/opencl: Derive global work size from plane image sizesMark Thompson
Add a new function to find the global work size given the output image and the required block alignment, then use it in the overlay, program and unsharp filters. Fixes the overlay and unsharp filters applying the kernel to locations outside the frame when subsampled planes are present.
2018-01-08lavfi/opencl: Use filter device if no input device is availableMark Thompson
This allows implementing sources as well as filters.
2017-11-23lavfi: Add some common code for OpenCL filteringMark Thompson