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_perspective: 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-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2017-02-03avfilter/vf_perspective: Free out AVFrame on errorMichael Niedermayer
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-08-29avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol
2016-04-17lavfi/perspective: Add basic timeline editing.Thilo Borgmann
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-12-03avfilter/vf_perspective: use lrint instead of floor hackGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-02-21avfilter/vf_perspective: Use av_clip_uint8()Michael Niedermayer
2014-12-10avfilter/vf_perspective: add av_assert0() to help gcc see that there are no u...Michael Niedermayer
2014-10-19libavfi: added option to vf_perspective to specify transformation by giving d...Nicholas Robbins
2014-08-13avfitler/vf_perspective: support slice threadingPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-09avfilter/vf_perspective: factor u cliping codeMichael Niedermayer
2013-07-14lavfi: port perspective filter from libmpcodecsPaul B Mahol