| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter/opencl: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -6/+4 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavfi/avgblur_opencl: fix using uninitialized value | Danil Iashchenko | 2018-07-11 | 1 | -4/+4 |
* | lavfi/vf_avgblur_opencl: remove useless clFinish(). | Ruiling Song | 2018-07-11 | 1 | -1/+0 |
* | lavfi/opencl: add macro for opencl error handling. | Ruiling Song | 2018-07-11 | 1 | -34/+11 |
* | lavfi: Add boxblur_opencl filter | Danil Iashchenko | 2018-06-21 | 1 | -101/+182 |
* | avfilter/vf_avgblur_opencl: fix error when clSetKernelArg fails | drfer3 | 2018-03-26 | 1 | -0/+6 |
* | vf_avgblur_opencl: Don't run kernel on pixels outside the image | Mark Thompson | 2018-03-26 | 1 | -4/+8 |
* | lavfi: Add OpenCL avgblur filter | drfer3 | 2018-03-22 | 1 | -0/+328 |