[MPlayer-cvslog] r23759 - trunk/libswscale/yuv2rgb_init.c
lucabe
subversion at mplayerhq.hu
Tue Jul 10 13:18:55 CEST 2007
Author: lucabe
Date: Tue Jul 10 13:18:55 2007
New Revision: 23759
Log:
Resurrect yuv2rgb_init.c, to add a proper license (and some comments about
its origin) in it.
Added:
trunk/libswscale/yuv2rgb_init.c
- copied, changed from r23714, /trunk/libswscale/yuv2rgb_init.c
Copied: trunk/libswscale/yuv2rgb_init.c (from r23714, /trunk/libswscale/yuv2rgb_init.c)
==============================================================================
--- /trunk/libswscale/yuv2rgb_init.c (original)
+++ trunk/libswscale/yuv2rgb_init.c Tue Jul 10 13:18:55 2007
@@ -1,3 +1,40 @@
+/*
+ * This is a (failed) attempt to re-implement the initialization
+ * of the yuv2rgb conversion tables from scratch.
+ * Unfortunately, it is still derived from yuv2rgb.c, so the license
+ * header of that file applies:
+ *
+ * yuv2rgb.c, Software YUV to RGB coverter
+ *
+ * Copyright (C) 1999, Aaron Holtzman <aholtzma at ess.engr.uvic.ca>
+ * All Rights Reserved.
+ *
+ * Functions broken out from display_x11.c and several new modes
+ * added by Håkan Hjort <d95hjort at dtek.chalmers.se>
+ *
+ * 15 & 16 bpp support by Franck Sicard <Franck.Sicard at solsoft.fr>
+ *
+ * MMX/MMX2 template stuff (needed for fast movntq support),
+ * 1,4,8bpp support and context / deglobalize stuff
+ * by Michael Niedermayer (michaelni at gmx.at)
+ *
+ * This file is part of mpeg2dec, a free MPEG-2 video decoder
+ *
+ * mpeg2dec 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, or (at your option)
+ * any later version.
+ *
+ * mpeg2dec 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with mpeg2dec; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#include "avutil.h"
#include "swscale.h"
#include "swscale_internal.h"
More information about the MPlayer-cvslog
mailing list