This website requires JavaScript.
Explore
Help
Sign In
github-mirrors
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced
2026-04-22 05:40:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2e6ea3938669a5a0aa00a58ff83d4c0a1ae3b2a7
FFmpeg
/
libavfilter
/
opencl
History
Danil Iashchenko
581bafa83b
lavfi: add sobel, prewitt, roberts filters
...
Add opencl version of sobel, prewitt, roberts filters.
2018-07-03 00:11:28 +01:00
..
.gitignore
lavfi: add a gitignore file for OpenCL compiled kernels
2018-02-07 11:25:58 +00:00
avgblur.cl
lavfi: Add OpenCL avgblur filter
2018-03-22 23:16:25 +00:00
colorspace_common.cl
lavfi: add opencl tonemap filter
2018-06-21 01:19:18 +01:00
convolution.cl
lavfi: add sobel, prewitt, roberts filters
2018-07-03 00:11:28 +01:00
overlay.cl
…
tonemap.cl
lavfi: add opencl tonemap filter
2018-06-21 01:19:18 +01:00
unsharp.cl
…