[MPlayer-cvslog] r23721 - in trunk/libswscale: yuv2rgb.c yuv2rgb_template.c
diego
subversion at mplayerhq.hu
Thu Jul 5 12:18:27 CEST 2007
Author: diego
Date: Thu Jul 5 12:18:27 2007
New Revision: 23721
Log:
Group all copyright and author notices together.
Modified:
trunk/libswscale/yuv2rgb.c
trunk/libswscale/yuv2rgb_template.c
Modified: trunk/libswscale/yuv2rgb.c
==============================================================================
--- trunk/libswscale/yuv2rgb.c (original)
+++ trunk/libswscale/yuv2rgb.c Thu Jul 5 12:18:27 2007
@@ -9,6 +9,10 @@
*
* 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
@@ -24,10 +28,6 @@
* 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
- *
- * MMX/MMX2 Template stuff from Michael Niedermayer (michaelni at gmx.at) (needed for fast movntq support)
- * 1,4,8bpp support by Michael Niedermayer (michaelni at gmx.at)
- * context / deglobalize stuff by Michael Niedermayer
*/
#include <stdio.h>
Modified: trunk/libswscale/yuv2rgb_template.c
==============================================================================
--- trunk/libswscale/yuv2rgb_template.c (original)
+++ trunk/libswscale/yuv2rgb_template.c Thu Jul 5 12:18:27 2007
@@ -6,6 +6,10 @@
*
* Author: Olie Lho <ollie at sis.com.tw>
*
+ * 15,24 bpp and dithering from Michael Niedermayer (michaelni at gmx.at)
+ * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support)
+ * context / deglobalize stuff by Michael Niedermayer
+ *
* This file is part of mpeg2dec, a free MPEG-2 video decoder
*
* mpeg2dec is free software; you can redistribute it and/or modify
@@ -21,10 +25,6 @@
* 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
- *
- * 15,24 bpp and dithering from Michael Niedermayer (michaelni at gmx.at)
- * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support)
- * context / deglobalize stuff by Michael Niedermayer
*/
#undef MOVNTQ
More information about the MPlayer-cvslog
mailing list