| 62 | | * boxblur_opencl filter. Status: [[https://github.com/FFmpeg/FFmpeg/commit/714da1fd898f83c7bef38fe427af3692917cbcb2|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Box_blur| BoxBlur algorithm]] to the input video. |
| 63 | | * sobel_opencl filter. Status: [[https://github.com/FFmpeg/FFmpeg/commit/581bafa83b9cb4f438940e0b10a9f9832ebd57b6|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Sobel_operator| Sobel operator]] to the input video. |
| 64 | | * prewitt_opencl filter. Status: [[https://github.com/FFmpeg/FFmpeg/commit/581bafa83b9cb4f438940e0b10a9f9832ebd57b6|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Prewitt_operator| Prewitt operator]] to the input video. |
| 65 | | * roberts_opencl filter. Status: [[https://github.com/FFmpeg/FFmpeg/commit/581bafa83b9cb4f438940e0b10a9f9832ebd57b6|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Roberts_cross | Roberts cross operator]] to the input video. |
| | 62 | * boxblur_opencl filter. Status: [[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=714da1fd898f83c7bef38fe427af3692917cbcb2|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Box_blur| BoxBlur algorithm]] to the input video. |
| | 63 | * sobel_opencl filter. Status: [[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=581bafa83b9cb4f438940e0b10a9f9832ebd57b6|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Sobel_operator| Sobel operator]] to the input video. |
| | 64 | * prewitt_opencl filter. Status: [[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=581bafa83b9cb4f438940e0b10a9f9832ebd57b6|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Prewitt_operator| Prewitt operator]] to the input video. |
| | 65 | * roberts_opencl filter. Status: [[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=581bafa83b9cb4f438940e0b10a9f9832ebd57b6|commit]]. This filter applies [[https://en.wikipedia.org/wiki/Roberts_cross | Roberts cross operator]] to the input video. |
| 67 | | * dilation_opencl filter. Status: [[https://github.com/FFmpeg/FFmpeg/commit/5423fe29da6bbf28f5253800cace133ac8343a7e| commit]]. This filter applies [[https://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/ImageProcessing-html/topic4.htm#erosion| Dilation effect]] to the input video. |
| 68 | | * erosion_opencl filter. Status: [[https://github.com/FFmpeg/FFmpeg/commit/5423fe29da6bbf28f5253800cace133ac8343a7e| commit]]. This filter applies [[https://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/ImageProcessing-html/topic4.htm#erosion| Erosion effect]] to the input video. |
| 69 | | * Infrastructural patch. Status: [[https://github.com/FFmpeg/FFmpeg/commit/b41b6b323417ce1e79bf818f91d60526697954f1|commit]]. This infrastructural patch contains macro, which significantly reduce boilerplate code when setting OpenCL arguments to specific kernel. |
| | 67 | * dilation_opencl filter. Status: [[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=5423fe29da6bbf28f5253800cace133ac8343a7e| commit]]. This filter applies [[https://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/ImageProcessing-html/topic4.htm#erosion| Dilation effect]] to the input video. |
| | 68 | * erosion_opencl filter. Status: [[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=5423fe29da6bbf28f5253800cace133ac8343a7e| commit]]. This filter applies [[https://www.cs.auckland.ac.nz/courses/compsci773s1c/lectures/ImageProcessing-html/topic4.htm#erosion| Erosion effect]] to the input video. |
| | 69 | * Infrastructural patch. Status: [[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=b41b6b323417ce1e79bf818f91d60526697954f1|commit]]. This infrastructural patch contains macro, which significantly reduce boilerplate code when setting OpenCL arguments to specific kernel. |