summaryrefslogtreecommitdiff
path: root/libavfilter/vf_detelecine.c
Commit message (Expand)AuthorAge
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_detelecine: use ff_formats_pixdesc_filter()Paul B Mahol2021-01-16
* avfilter/vf_detelecine: fix obvious frame memory leaksPaul B Mahol2019-01-02
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/vf_detelecine: Remove redundant declarationMichael Niedermayer2016-03-19
* Fix start_frame handling in detelecine filterBenjamin Steffes2016-03-19
* Fix detelecine filter for patterns containing 1Benjamin Steffes2016-03-19
* Fix detelecine filter for patterns like 3444 or 33333334.Benjamin Steffes2016-03-16
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_detelecine: Fix uninitialized array index errorHimangi Saraogi2015-03-31
* lavfi: add inverse telecine filterHimangi Saraogi2015-03-27