Changes between Version 4 and Version 5 of HWAccelIntro
- Timestamp:
- May 5, 2015, 2:26:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v4 v5 48 48 https://www.khronos.org/opencl/ 49 49 50 Currently only used in fil ering (deshake and unsharp filters). In order to use OpenCL code you need to enable the build with {{{--enable-opencl}}}. An API to use OpenCL API from FFmpeg is provided in libavutil/opencl.h. No decoding/encoding is currently supported (yet).50 Currently only used in filtering (deshake and unsharp filters). In order to use OpenCL code you need to enable the build with {{{--enable-opencl}}}. An API to use OpenCL API from FFmpeg is provided in libavutil/opencl.h. No decoding/encoding is currently supported (yet). 51 51 52 52 == External resources ==
