| 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 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+1 |
* | avfilter/vf_program_opencl: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -7/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/vf_(guided|program_opencl): Add missing dynamic inputs flag | Andreas Rheinhardt | 2021-08-16 | 1 | -0/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavfi/program_opencl: Do not use format specifier "z" on Windows. | Carl Eugen Hoyos | 2018-12-17 | 1 | -1/+2 |
* | lavfi/opencl: add macro for opencl error handling. | Ruiling Song | 2018-07-11 | 1 | -12/+2 |
* | lavfi/opencl: Avoid deprecation warnings when built with post-1.2 headers | Mark Thompson | 2018-03-22 | 1 | -5/+1 |
* | lavfi/opencl: Derive global work size from plane image sizes | Mark Thompson | 2018-03-22 | 1 | -4/+4 |
* | vf_program_opencl: Add missing error code returns | Mark Thompson | 2018-01-10 | 1 | -0/+3 |
* | lavfi: Add filters to run arbitrary OpenCL programs | Mark Thompson | 2018-01-07 | 1 | -0/+441 |