Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-05avfilter: Reindentation after query_formats changesAndreas Rheinhardt
2021-10-05avfilter/vf_zoompan: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-06-25avfilter/zoompan: add in_time variableexwm
2019-09-25avfilter/vf_zoompan: fix leaksPaul B Mahol
2019-09-25avfilter/vf_zoompan: forward status back from output to inputPaul B Mahol
2018-06-03avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol
2017-09-07avfilter/vf_zoompan: fix specific corner case when no frame was ever requeste...Paul B Mahol
2017-08-27avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERICMichael Niedermayer
2017-08-27avfilter/vf_zoompan: parse zoom,x and y expression during initializationPaul B Mahol
2017-08-27avfilter/vf_zoompan: switch to activatePaul B Mahol
2017-03-31avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-08-15avfilter/vf_zoompan: fix pzoom usagePaul B Mahol
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-02-12avfilter/vf_zoompan: Initialize retMichael Niedermayer
2016-02-12avfilter/vf_zoompan: Fix use of uninitialized variablesMichael Niedermayer
2016-02-12avfilter/vf_zoompan: Remove dead storeMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-24avfilter/vf_zoompan: fix pts handlingPaul B Mahol
2016-01-24avfilter/vf_zoompan: unbreak filtering with video inputPaul B Mahol
2016-01-24avfilter/vf_zoompan: rewrite so it doesn't cache all output framesPaul B Mahol
2016-01-02avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol
2015-06-12avfilter/vf_zoompan: support planar rgb pixel formatsPaul B Mahol
2015-05-13avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-06-09avfilter/vf_zoompan: fix mixing of declarations and statementsMichael Niedermayer
2014-06-09Zoom & Pan filterPaul B Mahol