Re: [FFmpeg-soc] [PATCH] Add asrc_buffer filter
Added an asrc buffer. Uses AVFifoBuffer like in Baptiste's vsrc patch. My ffmpeg.c changes aren't yet complete, will test with ffmpeg.c this once that is done. --- libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + libavfilter/asrc_buffer.c | 128 +++++++++++++++++++++++++++++++++++++++++++++ libavfilter/asrc_buffer.h | 24 ++++++++ 4 files changed, 156 insertions(+), 0 deletions(-) create mode 100644 libavfilter/asrc_buffer.c create mode 100644 libavfilter/asrc_buffer.h
On date Wednesday 2010-07-28 00:29:38 -0700, S.N. Hemanth Meenakshisundaram encoded:
Added an asrc buffer. Uses AVFifoBuffer like in Baptiste's vsrc patch. My ffmpeg.c changes aren't yet complete, will test with ffmpeg.c this once that is done.
--- libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + libavfilter/asrc_buffer.c | 128 +++++++++++++++++++++++++++++++++++++++++++++ libavfilter/asrc_buffer.h | 24 ++++++++ 4 files changed, 156 insertions(+), 0 deletions(-) create mode 100644 libavfilter/asrc_buffer.c create mode 100644 libavfilter/asrc_buffer.h
Looks OK, but: * check the latest fixes to the vsrc_buffer, and apply them here * add missing docs for both asrc_buffer.h and filter.texi Regards.
participants (2)
-
S.N. Hemanth Meenakshisundaram -
Stefano Sabatini