summaryrefslogtreecommitdiff
path: root/libavfilter/af_earwax.c
Commit message (Collapse)AuthorAge
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
| | | | | | | GCC 4.6.2 at least still seems to fail to put them in .rodata though, see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* af_earwax: copy input buffer properties to outputStefano Sabatini2011-11-05
| | | | In particular, fix timestamps, partially address trac ticket #375.
* lavfi: add earwax audio filter, ported from SoxMina Nagy Zaki2011-11-05
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>