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
2018-07-12lavfi/opencl: add macro for opencl error handling.Ruiling Song
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
2018-06-17libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko
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.
2017-12-17lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos
2017-11-23lavfi: Add OpenCL unsharp mask filterMark Thompson
Intended to replace existing opencl mode of the unsharp filter. Supports many more pixel formats and works without immediate upload and download of frame data. The options are compatible with the existing filter.