summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dejudder.c
Commit message (Collapse)AuthorAge
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_dejudder: use the name 's' for the pointer to the private contextPaul B Mahol2015-08-28
| | | | | | This is shorter and consistent across filters. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_dejudder: Use av_mallocz_array()Michael Niedermayer2014-06-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: adding dejudder filter to remove judder produced by partially ↵Nicholas Robbins2014-02-16
telecined material. Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>