summaryrefslogtreecommitdiff
path: root/libavfilter/af_aecho.c
Commit message (Expand)AuthorAge
* avfilter/af_aecho: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_aecho: switch to activatePaul B Mahol2019-11-17
* avfilter/af_aecho: use av_sscanf()Paul B Mahol2018-11-18
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer2017-03-30
* avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol2015-11-25
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter: remove superflous linesPaul B Mahol2014-02-26
* avfilter/af_aecho: free input frame after it is being usedPaul B Mahol2013-11-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol2013-09-15
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter/af_aecho: silence "maybe uninitialized warning"Michael Niedermayer2013-09-07
* lavfi/aecho: fix invalid freePaul B Mahol2013-07-13
* lavfi: add aecho filterPaul B Mahol2013-07-10