Update of /cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha
In directory
sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9041/src/libffmpeg/libavcodec/alpha
Modified Files:
asm.h dsputil_alpha.c dsputil_alpha_asm.S motion_est_alpha.c
motion_est_mvi_asm.S mpegvideo_alpha.c regdef.h
simple_idct_alpha.c
Log Message:
trying an updated ffmpeg version (51.25.0)
Index: asm.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/asm.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- asm.h 5 Feb 2006 14:11:36 -0000 1.7
+++ asm.h 4 Dec 2006 22:25:25 -0000 1.8
@@ -2,18 +2,20 @@
* Alpha optimized DSP utils
* Copyright (c) 2002 Falk Hueffner <[EMAIL PROTECTED]>
*
- * This library is free software; you can redistribute it and/or
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg 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
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
Index: dsputil_alpha.c
===================================================================
RCS file:
/cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/dsputil_alpha.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dsputil_alpha.c 5 Feb 2006 14:11:36 -0000 1.13
+++ dsputil_alpha.c 4 Dec 2006 22:25:25 -0000 1.14
@@ -2,18 +2,20 @@
* Alpha optimized DSP utils
* Copyright (c) 2002 Falk Hueffner <[EMAIL PROTECTED]>
*
- * This library is free software; you can redistribute it and/or
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg 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
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
Index: dsputil_alpha_asm.S
===================================================================
RCS file:
/cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/dsputil_alpha_asm.S,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dsputil_alpha_asm.S 2 Aug 2006 07:02:41 -0000 1.5
+++ dsputil_alpha_asm.S 4 Dec 2006 22:25:25 -0000 1.6
@@ -2,18 +2,20 @@
* Alpha optimized DSP utils
* Copyright (c) 2002 Falk Hueffner <[EMAIL PROTECTED]>
*
- * This library is free software; you can redistribute it and/or
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg 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
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
Index: motion_est_alpha.c
===================================================================
RCS file:
/cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/motion_est_alpha.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- motion_est_alpha.c 5 Feb 2006 14:11:36 -0000 1.4
+++ motion_est_alpha.c 4 Dec 2006 22:25:25 -0000 1.5
@@ -2,18 +2,20 @@
* Alpha optimized DSP utils
* Copyright (c) 2002 Falk Hueffner <[EMAIL PROTECTED]>
*
- * This library is free software; you can redistribute it and/or
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg 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
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
Index: motion_est_mvi_asm.S
===================================================================
RCS file:
/cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/motion_est_mvi_asm.S,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- motion_est_mvi_asm.S 2 Aug 2006 07:02:41 -0000 1.4
+++ motion_est_mvi_asm.S 4 Dec 2006 22:25:25 -0000 1.5
@@ -2,18 +2,20 @@
* Alpha optimized DSP utils
* Copyright (c) 2002 Falk Hueffner <[EMAIL PROTECTED]>
*
- * This library is free software; you can redistribute it and/or
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg 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
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
Index: mpegvideo_alpha.c
===================================================================
RCS file:
/cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/mpegvideo_alpha.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mpegvideo_alpha.c 5 Feb 2006 14:11:36 -0000 1.8
+++ mpegvideo_alpha.c 4 Dec 2006 22:25:25 -0000 1.9
@@ -2,18 +2,20 @@
* Alpha optimized DSP utils
* Copyright (c) 2002 Falk Hueffner <[EMAIL PROTECTED]>
*
- * This library is free software; you can redistribute it and/or
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg 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
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
Index: regdef.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/regdef.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- regdef.h 15 Jul 2002 19:42:41 -0000 1.1
+++ regdef.h 4 Dec 2006 22:25:25 -0000 1.2
@@ -1,3 +1,24 @@
+/*
+ * Alpha optimized DSP utils
+ * copyright (c) 2002 Falk Hueffner <[EMAIL PROTECTED]>
+ *
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg 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 FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
/* Some BSDs don't seem to have regdef.h... sigh */
#ifndef alpha_regdef_h
#define alpha_regdef_h
Index: simple_idct_alpha.c
===================================================================
RCS file:
/cvsroot/xine/xine-lib/src/libffmpeg/libavcodec/alpha/simple_idct_alpha.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- simple_idct_alpha.c 5 Feb 2006 14:11:36 -0000 1.4
+++ simple_idct_alpha.c 4 Dec 2006 22:25:25 -0000 1.5
@@ -3,18 +3,20 @@
*
* Copyright (c) 2001 Michael Niedermayer <[EMAIL PROTECTED]>
*
- * This library is free software; you can redistribute it and/or
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg 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.
+ * version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
+ * FFmpeg 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
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* based upon some outcommented c code from mpeg2dec (idct_mmx.c
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog