summaryrefslogtreecommitdiff
path: root/libavfilter/vf_dejudder.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter/vf_dejudder: use the name 's' for the pointer to the private contextPaul B Mahol2015-08-281-32/+32
* avfilter/vf_dejudder: Use av_mallocz_array()Michael Niedermayer2014-06-131-1/+1
* lavfi: adding dejudder filter to remove judder produced by partially telecine...Nicholas Robbins2014-02-161-0/+187