[Ffmpeg-devel] [PATCH] mtv demuxer genesis

Reynaldo H. Verdejo Pinochet reynaldo
Sun Oct 8 10:55:24 CEST 2006


On Sun, Oct 08, 2006 at 10:30:39AM +0200, Diego Biurrun wrote:
> On Sun, Oct 08, 2006 at 04:04:14AM -0400, Reynaldo H. Verdejo Pinochet wrote:
> > 
> > This is my first attempt at writing a lavf demuxer so any comment
> > will be more than welcome, im sure there are a lot of improvements
> > and corrections to be made to the code.
> > 
> > --- /dev/null	2006-10-03 14:00:31.500904688 -0400
> > +++ ./libavformat/mtv.c	2006-10-08 03:39:35.000000000 -0400
> > @@ -0,0 +1,243 @@
> > +/*
> > + * MTV (.mtv) File Demuxer
> 
> What does MTV stand for?  BTW, this format does not yet have an entry in
> the multimedia Wiki.
> 

Basically, a way some geniouses found to make ordinary mp3 players
be able to reproduce video, with the aded bonus of been able to sell
them as *mp4* players. I'd swear i found some reference on
the multimedia wiki, guess Im wrong, anyway, i didnt knew about it neither 
till i found this merbanan's blog post:

http://tranquillity.multimedia.cx/?p=6

For the time been there seems to be no comunity support for it. If
someone is willing to rework my english errors Id happily write the
missing multimedia wiki's entry.

> > + * Copyright (c) 2006 The ffmpeg Project
> 
> There is no such legal entity so I suggest you put yourself in there
> instead.

Well that was copy pasted from idroq demuxer iirc.

> 
> > + * This library is free software; you can redistribute it and/or
> > + * modify it under the terms of the GNU Lesser General Public
> > + * License as published by the Free Software Foundation; either
> > + * version 2 of the License, or (at your option) any later version.
> > + *
> > + * This library is distributed in the hope that it will be useful,
> > + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> > + * Lesser General Public License for more details.
> > + *
> > + * You should have received a copy of the GNU Lesser General Public
> > + * License along with this library; if not, write to the Free Software
> > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> > + */
> 
> This license header is slightly wrong, see the changes I made to all
> license headers yesterday.

Will make the necesary arrangements.

> 
> Diego
> 

	Reynaldo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061008/2bcef81c/attachment.pgp>



More information about the ffmpeg-devel mailing list