[Ffmpeg-devel] [PATCH] Add Dirac support to ffmpeg
Diego Biurrun
diego
Fri Jul 8 12:56:07 CEST 2005
On Thu, Jul 07, 2005 at 01:38:23PM +0100, Anuradha Suraparaju wrote:
> --- ffmpeg-cvs/libavcodec/dirac.c 1970-01-01 01:00:00.000000000 +0100
> +++ ffmpeg-cvs-dirac/libavcodec/dirac.c 2005-07-07 12:07:51.400177835 +0100
> @@ -0,0 +1,510 @@
> +/**
> + * @file dirac.c
> + * Dirac codec support via dirac_encoder.
> + * @author Andrew Kennedy <dirac at rd.bbc.co.uk>
> + * www.sourceforge.net/projects/dirac
> + *
> + * This file is part of libavcodec.
> + *
> + * This library is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
Since the dirac code is GPLed, you have to make it depend on the
--enable-gpl switch in configure.
Diego
More information about the ffmpeg-devel
mailing list