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
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-07avfilter/aeval: Fix leak of expressions upon reallocation errorAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-26avfilter/aeval: fix forgotten EOF case for activatePaul B Mahol
2021-08-21avfilter/aevalsrc: switch to activatePaul B Mahol
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-12-08avfilter/aeval: add timeline support for aevalPaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-12avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-05-12avfilter/aeval: remove comment that was left from some other filePaul B Mahol
2017-05-12avfilter/aeval: free input frame on errorPaul B Mahol
2017-02-25avfilter/aeval: trim last frame's number of samples to match requested durationPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-10avfilter/aeval: Fixed a memory leak in EvalContext::channel_valuesOle Andre Birkedal
2014-05-07avfilter/aeval: silence "may be used uninitialized" warningMichael Niedermayer
2013-12-11avfilter/aeval: Fix use of uninitialized variableMichael Niedermayer
2013-12-06lavfi: rename asrc_aevalsrc.c to aeval.cStefano Sabatini