[FFmpeg-soc] [PATCH] Add af_sox - sox effects library wrapper

S.N. Hemanth Meenakshisundaram smeenaks at ucsd.edu
Thu Aug 19 13:38:44 CEST 2010


Modified so that request frame has default behaviour - passes it on to
previous filter in chain.
Output, if any is available with the output fifo, is now pushed to next
filter within filter samples itself after it has added input data to the
input fifo.

Now the command:

./ffplay -af sox=flanger crashes within sox due to some uninitialized
parameter of the effect. Will post an update once I get the config right.

Also, should the configure magic for this filter be part of this patch
or a separate one.

Regards,

---
 libavfilter/Makefile     |    1 +
 libavfilter/af_sox.c     |  354 ++++++++++++++++++++++++++++++++++++++++++++++
 libavfilter/allfilters.c |    1 +
 3 files changed, 356 insertions(+), 0 deletions(-)
 create mode 100644 libavfilter/af_sox.c



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-af_sox-sox-effects-library-wrapper.patch
Type: text/x-patch
Size: 14332 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100819/8586c21a/attachment.bin>


More information about the FFmpeg-soc mailing list