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: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-26avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt
2021-09-19avfilter/vf_stack: Deduplicate AVClassesAndreas Rheinhardt
2021-08-22avfilter/vf_stack: Free inpads' names genericallyAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-17avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt
2021-08-15avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-01-16avfilter/vf_stack: use ff_formats_pixdesc_filter()Paul B Mahol
2020-01-22avfilter/vf_stack: add fill option for xstackPaul B Mahol
2019-12-17avfilter/vf_stack: set framerate to VFR when inputs frame rates differsPaul B Mahol
2019-09-25avfilter/vf_stack: add slice threadingPaul B Mahol
2019-09-25avfilter/vf_stack: simplify main processing pathPaul B Mahol
2019-05-14avfilter/vf_stack: Don't modify const stringsAndreas Rheinhardt
2019-05-07avfilter/vf_xstack: set better error msg forGyan Doshi
2019-04-27avfilter/vf_stack: use time_base from framesyncPaul B Mahol
2018-10-26avfilter: add xstack filterPaul B Mahol
2017-12-03avfilter/vf_stack: always copy SAR from first inputPaul B Mahol
2017-09-12lavfi: rename framesync2 to framesync.Nicolas George
2017-07-30lavfi/vf_stack: move to "activate" design.Nicolas George
2016-02-04avfilter/vf_stack: free input pads name on uninitPaul B Mahol
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-11-26avfilter/vf_stack: make it possible to stop with shortest streamPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-05avfilter/vf_stack: Fix memleak of out frameMichael Niedermayer
2015-08-26avfilter: add hstack & vstack filterPaul B Mahol