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-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter/af_aecho: 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-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-11-17avfilter/af_aecho: switch to activatePaul B Mahol
2018-11-18avfilter/af_aecho: use av_sscanf()Paul B Mahol
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2017-03-31avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer
2015-11-25avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-02-26avfilter: remove superflous linesPaul B Mahol
2013-11-07avfilter/af_aecho: free input frame after it is being usedPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-15avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter/af_aecho: silence "maybe uninitialized warning"Michael Niedermayer
2013-07-14lavfi/aecho: fix invalid freePaul B Mahol
2013-07-10lavfi: add aecho filterPaul B Mahol