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
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