| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats* | Andreas Rheinhardt | 2021-09-26 | 1 | -9/+4 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_detelecine: use ff_formats_pixdesc_filter() | Paul B Mahol | 2021-01-16 | 1 | -12/+9 |
* | avfilter/vf_detelecine: fix obvious frame memory leaks | Paul B Mahol | 2019-01-02 | 1 | -0/+2 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -1/+1 |
* | avfilter/vf_detelecine: Remove redundant declaration | Michael Niedermayer | 2016-03-19 | 1 | -1/+1 |
* | Fix start_frame handling in detelecine filter | Benjamin Steffes | 2016-03-19 | 1 | -1/+12 |
* | Fix detelecine filter for patterns containing 1 | Benjamin Steffes | 2016-03-19 | 1 | -25/+53 |
* | Fix detelecine filter for patterns like 3444 or 33333334. | Benjamin Steffes | 2016-03-16 | 1 | -21/+19 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+4 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | avfilter/vf_detelecine: Fix uninitialized array index error | Himangi Saraogi | 2015-03-31 | 1 | -6/+10 |
* | lavfi: add inverse telecine filter | Himangi Saraogi | 2015-03-27 | 1 | -0/+346 |