summaryrefslogtreecommitdiff
path: root/libavfilter/af_earwax.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* 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_earwax: fix check that was left in previous commitPaul B Mahol2020-12-10
* avfilter/af_earwax: fix filter behaviorPaul B Mahol2020-12-07
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-03
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/af_earwax: Fix out of array accesses on odd packetsMichael Niedermayer2013-07-10
* lavfi/earwax: remove pointless storePaul B Mahol2013-04-16
* lavfi/earwax: clip sample, this is what sox doesPaul B Mahol2013-04-03
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/earwax: remove config_input()Paul B Mahol2013-01-24
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavfi/earwax: add missing NULL check in filter_samples()Stefano Sabatini2012-11-04
* af_earwax: remove unused pointer valueMichael Niedermayer2012-11-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* af_earwax: copy input buffer properties to outputStefano Sabatini2011-11-05
* lavfi: add earwax audio filter, ported from SoxMina Nagy Zaki2011-11-05