summaryrefslogtreecommitdiff
path: root/libavfilter/af_aecho.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avfilter/af_aecho: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-19/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-16/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/af_aecho: switch to activatePaul B Mahol2019-11-171-22/+47
* avfilter/af_aecho: use av_sscanf()Paul B Mahol2018-11-181-1/+1
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer2017-03-301-1/+2
* avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol2015-11-251-1/+3
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter: remove superflous linesPaul B Mahol2014-02-261-1/+0
* avfilter/af_aecho: free input frame after it is being usedPaul B Mahol2013-11-071-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol2013-09-151-2/+2
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+4
* avfilter/af_aecho: silence "maybe uninitialized warning"Michael Niedermayer2013-09-071-1/+3
* lavfi/aecho: fix invalid freePaul B Mahol2013-07-131-2/+2
* lavfi: add aecho filterPaul B Mahol2013-07-101-0/+357