[FFmpeg-soc] Fwd: [PATCH] ffmpeg.c changes for calling lavfi audio framework

S.N. Hemanth Meenakshisundaram smeenaks at ucsd.edu
Sat Jul 31 12:35:35 CEST 2010


ffmpeg changes to call lavfi audio framework. It works but is a
temporary way to test the other audio filters. Couple if issues with this:

1. Right now, asrc and ffmpeg.c copy any incoming audio frames and thewn
copy them back out. To avoid the two memcpy calls. is it ok to implement
interfaces to avoid this? Please let me know.

I was thinking of defining alternative get_video_buffer and
unref_samples to pass in a buffer pointer alone and use this as input
parameter. Comments?

Regards,

---
 ffmpeg.c |  182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 177 insertions(+), 5 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ffmpeg.c-changes-for-calling-lavfi-audio-framework.patch
Type: text/x-patch
Size: 11402 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100731/f07d861b/attachment.bin>


More information about the FFmpeg-soc mailing list