summaryrefslogtreecommitdiff
path: root/libavfilter/vf_deblock.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_deblock: add support for commandsPaul B Mahol2021-02-06
|
* avfilter/vf_deblock: fix >8 depth format case checkPaul B Mahol2021-01-21
|
* avfilter/vf_deblock: add 12bit yuva formatsPaul B Mahol2019-11-19
|
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* avfilter/vf_deblock: add timeline supportPaul B Mahol2018-05-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add deblock filterPaul B Mahol2018-04-21
Signed-off-by: Paul B Mahol <onemda@gmail.com>