summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_zoompan.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_zoompan: fix leaksPaul B Mahol2019-09-251-0/+6
* avfilter/vf_zoompan: forward status back from output to inputPaul B Mahol2019-09-251-0/+2
* avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol2018-06-031-3/+3
* avfilter/vf_zoompan: fix specific corner case when no frame was ever requeste...Paul B Mahol2017-09-071-0/+1
* avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERICMichael Niedermayer2017-08-271-1/+0
* avfilter/vf_zoompan: parse zoom,x and y expression during initializationPaul B Mahol2017-08-271-12/+22
* avfilter/vf_zoompan: switch to activatePaul B Mahol2017-08-271-80/+72
* avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer2017-03-311-2/+5
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-3/+3
* avfilter/vf_zoompan: fix pzoom usagePaul B Mahol2016-08-151-4/+11
* avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-1/+1
* avfilter/vf_zoompan: Initialize retMichael Niedermayer2016-02-121-1/+1
* avfilter/vf_zoompan: Fix use of uninitialized variablesMichael Niedermayer2016-02-121-1/+1
* avfilter/vf_zoompan: Remove dead storeMichael Niedermayer2016-02-121-1/+0
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/vf_zoompan: fix pts handlingPaul B Mahol2016-01-241-2/+5
* avfilter/vf_zoompan: unbreak filtering with video inputPaul B Mahol2016-01-241-4/+2
* avfilter/vf_zoompan: rewrite so it doesn't cache all output framesPaul B Mahol2016-01-241-103/+155
* avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol2016-01-021-1/+1
* avfilter/vf_zoompan: support planar rgb pixel formatsPaul B Mahol2015-06-121-0/+1
* avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer2015-05-131-1/+3
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+4
* avfilter/vf_zoompan: fix mixing of declarations and statementsMichael Niedermayer2014-06-091-2/+1
* Zoom & Pan filterPaul B Mahol2014-06-091-0/+310
OpenPOWER on IntegriCloud