lavu,lavfi,ffmpeg: Remove experimental OpenCL API
This was added in early 2013 and abandoned several months later; as far as I can tell, there are no external users. Future OpenCL use will be via hwcontext, which requires neither special OpenCL-only API nor global state in libavutil. All internal users are also deleted - this is just the unsharp filter (replaced by unsharp_opencl, which is more flexible) and the deshake filter (no replacement).
Showing
- configure 0 additions, 2 deletionsconfigure
- doc/APIchanges 3 additions, 0 deletionsdoc/APIchanges
- doc/filters.texi 0 additions, 8 deletionsdoc/filters.texi
- doc/utils.texi 0 additions, 30 deletionsdoc/utils.texi
- fftools/Makefile 0 additions, 1 deletionfftools/Makefile
- fftools/cmdutils.h 0 additions, 18 deletionsfftools/cmdutils.h
- fftools/cmdutils_opencl.c 0 additions, 283 deletionsfftools/cmdutils_opencl.c
- libavfilter/Makefile 0 additions, 3 deletionslibavfilter/Makefile
- libavfilter/allfilters.c 0 additions, 2 deletionslibavfilter/allfilters.c
- libavfilter/deshake.h 0 additions, 24 deletionslibavfilter/deshake.h
- libavfilter/deshake_opencl.c 0 additions, 198 deletionslibavfilter/deshake_opencl.c
- libavfilter/deshake_opencl.h 0 additions, 45 deletionslibavfilter/deshake_opencl.h
- libavfilter/deshake_opencl_kernel.h 0 additions, 225 deletionslibavfilter/deshake_opencl_kernel.h
- libavfilter/opencl_allkernels.c 0 additions, 41 deletionslibavfilter/opencl_allkernels.c
- libavfilter/opencl_allkernels.h 0 additions, 29 deletionslibavfilter/opencl_allkernels.h
- libavfilter/unsharp.h 0 additions, 31 deletionslibavfilter/unsharp.h
- libavfilter/unsharp_opencl.c 0 additions, 422 deletionslibavfilter/unsharp_opencl.c
- libavfilter/unsharp_opencl.h 0 additions, 34 deletionslibavfilter/unsharp_opencl.h
- libavfilter/unsharp_opencl_kernel.h 0 additions, 342 deletionslibavfilter/unsharp_opencl_kernel.h
- libavfilter/vf_deshake.c 1 addition, 22 deletionslibavfilter/vf_deshake.c
Loading
Please register or sign in to comment