| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: pass outlink to ff_get_audio_buffer() | Paul B Mahol | 2018-01-03 | 1 | -1/+1 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -5/+7 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/af_earwax: Fix out of array accesses on odd packets | Michael Niedermayer | 2013-07-10 | 1 | -7/+12 |
* | lavfi/earwax: remove pointless store | Paul B Mahol | 2013-04-16 | 1 | -3/+1 |
* | lavfi/earwax: clip sample, this is what sox does | Paul B Mahol | 2013-04-03 | 1 | -2/+2 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -9/+8 |
* | lavfi/earwax: remove config_input() | Paul B Mahol | 2013-01-24 | 1 | -12/+0 |
* | lavfi: declare arrays that never change as static const | Paul B Mahol | 2012-12-21 | 1 | -1/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -10/+21 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi/earwax: add missing NULL check in filter_samples() | Stefano Sabatini | 2012-11-04 | 1 | -0/+2 |
* | af_earwax: remove unused pointer value | Michael Niedermayer | 2012-11-03 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -2/+5 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -3/+3 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -3/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -3/+8 |
* | lavfi: remove audio.h include from avfilter.h. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -2/+2 |
* | Mark AVFilterPad[] compound literals as const. | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | af_earwax: copy input buffer properties to output | Stefano Sabatini | 2011-11-05 | 1 | -0/+2 |
* | lavfi: add earwax audio filter, ported from Sox | Mina Nagy Zaki | 2011-11-05 | 1 | -0/+161 |