[FFmpeg-devel] [PATCH] VC-1 SP/MP test bitstreams demuxer

Diego Biurrun diego
Sat Jan 26 19:13:37 CET 2008


On Sat, Jan 26, 2008 at 07:48:08PM +0200, Kostya wrote:
> On Sat, Jan 26, 2008 at 05:49:04PM +0100, Michael Niedermayer wrote:
> > On Sat, Jan 26, 2008 at 05:46:01PM +0200, Kostya wrote:
> > > $subj, taken from 2006 SoC project and updated for current API.
> > 
> [review skipped]
> 
> Here is simplified version, now without context and redundant copies.
> Other stuff is simplified a bit too.
>  
> --- libavformat/vc1test.c	(revision 0)
> +++ libavformat/vc1test.c	(revision 0)
> @@ -0,0 +1,95 @@
> +/*
> + * VC1 Test Bitstreams Format Demuxer
> + * Copyright (c) 2006 Konstantin Shishkov
> + *
> + * 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 is not a standard license header.

> +/**
> + * @file vc1test.c
> + * VC1 test bitstreams file demuxer

bitstream

Diego




More information about the ffmpeg-devel mailing list