summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deblock.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_deblock: fix posible overreadsPaul B Mahol2022-04-131-1/+7
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-21/+21
* avfilter/vf_deblock: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-5/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_deblock: add support for commandsPaul B Mahol2021-02-061-1/+14
* avfilter/vf_deblock: fix >8 depth format case checkPaul B Mahol2021-01-211-2/+2
* avfilter/vf_deblock: add 12bit yuva formatsPaul B Mahol2019-11-191-0/+1
* avfilter: add support for gray14 formatPaul B Mahol2018-09-091-1/+1
* avfilter/vf_deblock: add timeline supportPaul B Mahol2018-05-121-0/+1
* avfilter: add deblock filterPaul B Mahol2018-04-211-0/+413