| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_deblock: fix posible overreads | Paul B Mahol | 2022-04-13 | 1 | -1/+7 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -21/+21 |
* | avfilter/vf_deblock: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_deblock: add support for commands | Paul B Mahol | 2021-02-06 | 1 | -1/+14 |
* | avfilter/vf_deblock: fix >8 depth format case check | Paul B Mahol | 2021-01-21 | 1 | -2/+2 |
* | avfilter/vf_deblock: add 12bit yuva formats | Paul B Mahol | 2019-11-19 | 1 | -0/+1 |
* | avfilter: add support for gray14 format | Paul B Mahol | 2018-09-09 | 1 | -1/+1 |
* | avfilter/vf_deblock: add timeline support | Paul B Mahol | 2018-05-12 | 1 | -0/+1 |
* | avfilter: add deblock filter | Paul B Mahol | 2018-04-21 | 1 | -0/+413 |