| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
4d4098da00 |
lavfi: drop planar/packed negotiation support
The planar/packed switch and the packing_formats list is no longer required, since the planar/packed information is now stored in the sample format enum. This is technically a major API break, possibly it should be not too painful as we marked the audio filtering API as unstable. |
13 years ago |
|
|
4522df52aa |
lavfi: remove audio.h include from avfilter.h.
avfilter.h is a public header and the unexported audio.h header contains only internal prototypes. |
13 years ago |
|
|
5af7daabc4 |
Mark AVFilterPad[] compound literals as const.
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> |
14 years ago |
|
|
3a1045dfda |
af_earwax: copy input buffer properties to output
In particular, fix timestamps, partially address trac ticket #375. |
14 years ago |
|
|
fa4f06ab5e |
lavfi: add earwax audio filter, ported from Sox
Signed-off-by: Stefano Sabatini <stefasab@gmail.com> |
14 years ago |