[FFmpeg-soc] [PATCH] lavfi audio framework

S.N. Hemanth Meenakshisundaram smeenaks at ucsd.edu
Mon Aug 2 10:57:57 CEST 2010


lavfi audio fw using the generalized AVFilterBufferRef struct. Anonymous
unions weren't allowed so I had to give the unions some names. Please
review and comment.

---
 ffmpeg.c                     |    6 +-
 ffplay.c                     |   12 ++--
 libavfilter/avfilter.c       |   59 +++++++++++++++++++++-
 libavfilter/avfilter.h       |  115 +++++++++++++++++++++++++++++++++++-------
 libavfilter/defaults.c       |  105 ++++++++++++++++++++++++++++++++++++--
 libavfilter/formats.c        |    3 +-
 libavfilter/vf_aspect.c      |    2 +-
 libavfilter/vf_crop.c        |    4 +-
 libavfilter/vf_drawbox.c     |    6 +-
 libavfilter/vf_fifo.c        |    2 +-
 libavfilter/vf_fps.c         |    2 +-
 libavfilter/vf_hflip.c       |    2 +-
 libavfilter/vf_overlay.c     |    8 ++--
 libavfilter/vf_pad.c         |    2 +-
 libavfilter/vf_pixdesctest.c |    2 +-
 libavfilter/vf_rotate.c      |   12 ++--
 libavfilter/vf_scale.c       |    6 +-
 libavfilter/vf_transpose.c   |   18 +++---
 libavfilter/vsrc_buffer.c    |    8 ++--
 19 files changed, 302 insertions(+), 72 deletions(-)



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavfi-audio-framework.patch
Type: text/x-patch
Size: 35987 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100802/8f3f7c26/attachment.bin>


More information about the FFmpeg-soc mailing list