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-05avfilter/af_agate: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-03avfilter/af_agate: switch to internal timelinePaul B Mahol
2021-09-21avfilter/af_agate: Remove always-false samplerate checkAndreas Rheinhardt
2021-09-21avfilter/af_agate: Honour query_formats API, fix segfaultAndreas Rheinhardt
2021-09-19avfilter/af_agate: Deduplicate AVClassesAndreas 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-11-30avfilter/af_agate: add support for commands and timelinePaul B Mahol
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2019-11-17avfilter/af_agate: fix pts handling when timebase and 1/samplerate differPaul B Mahol
2019-04-18avfilter/af_agate: implement mode optionPaul B Mahol
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2017-11-19avfilter: fix indentationPaul B Mahol
2017-09-12lavfi/af_agate: use helper macros.Nicolas George
2017-08-25avfilter/af_agate: switch to activatePaul B Mahol
2016-02-09avfilter/af_agate: fix memleak of out frameMichael Niedermayer
2016-01-15avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol
2015-12-03avfilter/af_agate: change default for detection to rmsPaul B Mahol
2015-12-03avfilter/af_agate: compile agate only when requested.Paul B Mahol
2015-12-03avfilter/af_agate: add level_sc option for sidechaingate filterPaul B Mahol
2015-12-03avfilter: add sidechaingate filterPaul B Mahol
2015-12-03avfilter/af_agate: prepare for adding sidechain versionPaul B Mahol
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-13avfilter/af_agate: replace FFABS with fabsGanesh Ajjanagadde
2015-10-06avfilter:audio: fix shadowed AVFrame *outPaul B Mahol
2015-09-22avfilter: add agate filterPaul B Mahol