summaryrefslogtreecommitdiff
path: root/libavfilter/vf_zoompan.c
Commit message (Expand)AuthorAge
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_zoompan: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/zoompan: add in_time variableexwm2020-06-25
* avfilter/vf_zoompan: fix leaksPaul B Mahol2019-09-25
* avfilter/vf_zoompan: forward status back from output to inputPaul B Mahol2019-09-25
* avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol2018-06-03
* avfilter/vf_zoompan: fix specific corner case when no frame was ever requeste...Paul B Mahol2017-09-07
* avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERICMichael Niedermayer2017-08-27
* avfilter/vf_zoompan: parse zoom,x and y expression during initializationPaul B Mahol2017-08-27
* avfilter/vf_zoompan: switch to activatePaul B Mahol2017-08-27
* avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer2017-03-31
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/vf_zoompan: fix pzoom usagePaul B Mahol2016-08-15
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-09
* avfilter/vf_zoompan: Initialize retMichael Niedermayer2016-02-12
* avfilter/vf_zoompan: Fix use of uninitialized variablesMichael Niedermayer2016-02-12
* avfilter/vf_zoompan: Remove dead storeMichael Niedermayer2016-02-12
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/vf_zoompan: fix pts handlingPaul B Mahol2016-01-24
* avfilter/vf_zoompan: unbreak filtering with video inputPaul B Mahol2016-01-24
* avfilter/vf_zoompan: rewrite so it doesn't cache all output framesPaul B Mahol2016-01-24
* avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol2016-01-02
* avfilter/vf_zoompan: support planar rgb pixel formatsPaul B Mahol2015-06-12
* avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer2015-05-13
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_zoompan: fix mixing of declarations and statementsMichael Niedermayer2014-06-09
* Zoom & Pan filterPaul B Mahol2014-06-09