summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dedot.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_dedot: Fix leak of AVFrame if making it writable failsAndreas Rheinhardt2020-02-11
| | | | | | | | | | | | Even in this scenario, the frame still contains references to data that won't be freed if the frame isn't unreferenced. And the AVFrame itself will leak, too. Fixes Coverity issue #1441422. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_dedot: add 12bit yuva formatsPaul B Mahol2019-11-18
|
* avfilter/vf_dedot: fix crashPaul B Mahol2019-10-17
| | | | Fixes #8299
* avfilter/vf_dedot: initizalize ret variablePaul B Mahol2018-11-16
|
* avfilter: add dedot video filterPaul B Mahol2018-11-16