| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_neighbor: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_neighbor: Deduplicate AVClasses | Andreas Rheinhardt | 2021-09-19 | 1 | -12/+11 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_neighbor: Deduplicate options | Andreas Rheinhardt | 2021-01-08 | 1 | -29/+13 |
* | avfilter/vf_neighbor: add support for commands | Paul B Mahol | 2019-12-27 | 1 | -1/+2 |
* | avfilter/vf_neighbor: add 12bit yuva formats | Paul B Mahol | 2019-11-18 | 1 | -0/+1 |
* | avfilter/vf_neighbor: check if width is 1 | Paul B Mahol | 2019-10-11 | 1 | -3/+5 |
* | avfilter/vf_neighbor: fix >8 bit deflate/inflate | Paul B Mahol | 2018-11-17 | 1 | -16/+27 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_neighbor: add >8 depth suppport | Paul B Mahol | 2018-05-03 | 1 | -24/+118 |
* | avfilter/vf_neighbor: add slice threading | Paul B Mahol | 2018-05-01 | 1 | -16/+38 |
* | avfilter/vf_neighbor: simplify code little | Paul B Mahol | 2018-05-01 | 1 | -34/+32 |
* | avfilter/vf_neighbor: rewrite without using temp memory | Paul B Mahol | 2018-05-01 | 1 | -46/+24 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter: add '.' at and of long filter description where it is missing | Paul B Mahol | 2015-11-25 | 1 | -4/+4 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+1 |
* | avfilter: add erosion, dilation, deflate & inflate filter | Paul B Mahol | 2015-07-15 | 1 | -0/+324 |