[Ffmpeg-devel] [PATCH] Split DV demuxer/muxer

Roman Shaposhnik rvs
Wed Sep 6 08:01:50 CEST 2006


On Tue, 2006-09-05 at 14:07 +0200, Panagiotis Issaris wrote:
> Hi,
> 
> The attached patch splits the DV demuxer and muxer in separate
> files (as suggested by Diego Biurrun earlier today). I've named
> them dvdec/dvenc instead of dvdemux/dvmux in analogy to the 
> other split demuxers/muxers.
> 
>  b/libavformat/Makefile |    4
>  b/libavformat/dvdec.c  |  449 ++++++++++++++++++++++++++
>  b/libavformat/dvenc.c  |  413 ++++++++++++++++++++++++
>  libavformat/dv.c       |  826 -------------------------------------------------
>  4 files changed, 864 insertions(+), 828 deletions(-)
> 
> Applies to current SVN. "make test" fails, but it fails with
> my current unpatched SVN tree too as I reported in a separate e-mail.
> 
> I'm trying to keep the changes self-contained, so this patch does not contain the 
> fixes for the linking error when disabling DV.

Guys,

since I'm at Sun Tech Days in Seattle now, could I ask you 
to hold off the putback of this patch for a couple of days 
so that I can have a chance to coordinate it with the HDDV 
development and also frankly review it a bit more closely ?

Thanks,
Roman.

P.S. That is, of course, if I'm still part of this project, which is 
a bit hard for me to figure out precisely at the moment ;-)





More information about the ffmpeg-devel mailing list