| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+0 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -13/+13 |
* | avfilter/vf_zoompan: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/zoompan: add in_time variable | exwm | 2020-06-25 | 1 | -3/+9 |
* | avfilter/vf_zoompan: fix leaks | Paul B Mahol | 2019-09-25 | 1 | -0/+6 |
* | avfilter/vf_zoompan: forward status back from output to input | Paul B Mahol | 2019-09-25 | 1 | -0/+2 |
* | avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0 | Paul B Mahol | 2018-06-03 | 1 | -3/+3 |
* | avfilter/vf_zoompan: fix specific corner case when no frame was ever requeste... | Paul B Mahol | 2017-09-07 | 1 | -0/+1 |
* | avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | Michael Niedermayer | 2017-08-27 | 1 | -1/+0 |
* | avfilter/vf_zoompan: parse zoom,x and y expression during initialization | Paul B Mahol | 2017-08-27 | 1 | -12/+22 |
* | avfilter/vf_zoompan: switch to activate | Paul B Mahol | 2017-08-27 | 1 | -80/+72 |
* | avfilter/vf_zoompan: Free out frame on error | Michael Niedermayer | 2017-03-31 | 1 | -2/+5 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -3/+3 |
* | avfilter/vf_zoompan: fix pzoom usage | Paul B Mahol | 2016-08-15 | 1 | -4/+11 |
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -1/+1 |
* | avfilter/vf_zoompan: Initialize ret | Michael Niedermayer | 2016-02-12 | 1 | -1/+1 |
* | avfilter/vf_zoompan: Fix use of uninitialized variables | Michael Niedermayer | 2016-02-12 | 1 | -1/+1 |
* | avfilter/vf_zoompan: Remove dead store | Michael Niedermayer | 2016-02-12 | 1 | -1/+0 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | avfilter/vf_zoompan: fix pts handling | Paul B Mahol | 2016-01-24 | 1 | -2/+5 |
* | avfilter/vf_zoompan: unbreak filtering with video input | Paul B Mahol | 2016-01-24 | 1 | -4/+2 |
* | avfilter/vf_zoompan: rewrite so it doesn't cache all output frames | Paul B Mahol | 2016-01-24 | 1 | -103/+155 |
* | avfilter/vf_zoompan: do not free frame we pushed to lavfi | Paul B Mahol | 2016-01-02 | 1 | -1/+1 |
* | avfilter/vf_zoompan: support planar rgb pixel formats | Paul B Mahol | 2015-06-12 | 1 | -0/+1 |
* | avfilter/vf_zoompan: free out AVFrame on failure | Michael Niedermayer | 2015-05-13 | 1 | -1/+3 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -3/+4 |
* | avfilter/vf_zoompan: fix mixing of declarations and statements | Michael Niedermayer | 2014-06-09 | 1 | -2/+1 |
* | Zoom & Pan filter | Paul B Mahol | 2014-06-09 | 1 | -0/+310 |