Changes between Version 34 and Version 35 of HWAccelIntro
- Timestamp:
- Jul 1, 2016, 8:51:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v34 v35 170 170 171 171 Official website: 172 172 173 https://www.khronos.org/opencl/ 173 174 174 175 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). 176 177 For enable-opencl to work you need to basically install your local graphics cards drivers, as well as SDK, then use its .lib files and headers. 175 178 176 179 == External resources ==
