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
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.
2017-11-23lavfi: Add OpenCL overlay filterMark Thompson
Input and output formats must be the same, the overlay format must be the same as the input except possibly with an additional alpha component.
2017-11-23lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson