[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/ppc dsputil_altivec.c, 1.29, 1.30 dsputil_altivec.h, 1.16, 1.17 dsputil_h264_altivec.c, 1.3, 1.4 dsputil_h264_template_altivec.c, 1.2, 1.3 dsputil_ppc.c, 1.34, 1.35 dsputil_ppc.h, 1.12, 1.13 fdct_altivec.c, 1.3, 1.4 fft_altivec.c, 1.11, 1.12 gmc_altivec.c, 1.11, 1.12 idct_altivec.c, 1.10, 1.11 mpegvideo_altivec.c, 1.15, 1.16 mpegvideo_ppc.c, 1.13, 1.14

Diego Biurrun CVS diego
Thu Jan 12 23:43:57 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc
In directory mail:/var2/tmp/cvs-serv2134/libavcodec/ppc

Modified Files:
	dsputil_altivec.c dsputil_altivec.h dsputil_h264_altivec.c 
	dsputil_h264_template_altivec.c dsputil_ppc.c dsputil_ppc.h 
	fdct_altivec.c fft_altivec.c gmc_altivec.c idct_altivec.c 
	mpegvideo_altivec.c mpegvideo_ppc.c 
Log Message:
Update licensing information: The FSF changed postal address.


Index: dsputil_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/dsputil_altivec.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- dsputil_altivec.c	22 Dec 2005 01:10:10 -0000	1.29
+++ dsputil_altivec.c	12 Jan 2006 22:43:20 -0000	1.30
@@ -15,7 +15,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include "../dsputil.h"

Index: dsputil_altivec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/dsputil_altivec.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- dsputil_altivec.h	5 Jun 2004 22:29:37 -0000	1.16
+++ dsputil_altivec.h	12 Jan 2006 22:43:20 -0000	1.17
@@ -15,7 +15,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _DSPUTIL_ALTIVEC_

Index: dsputil_h264_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/dsputil_h264_altivec.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dsputil_h264_altivec.c	22 Dec 2005 01:10:10 -0000	1.3
+++ dsputil_h264_altivec.c	12 Jan 2006 22:43:20 -0000	1.4
@@ -13,7 +13,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include "../dsputil.h"

Index: dsputil_h264_template_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/dsputil_h264_template_altivec.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dsputil_h264_template_altivec.c	17 Dec 2005 18:14:35 -0000	1.2
+++ dsputil_h264_template_altivec.c	12 Jan 2006 22:43:20 -0000	1.3
@@ -13,7 +13,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /* this code assume that stride % 16 == 0 */

Index: dsputil_ppc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/dsputil_ppc.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- dsputil_ppc.c	22 Dec 2005 01:10:10 -0000	1.34
+++ dsputil_ppc.c	12 Jan 2006 22:43:20 -0000	1.35
@@ -15,7 +15,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include "../dsputil.h"

Index: dsputil_ppc.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/dsputil_ppc.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- dsputil_ppc.h	22 Dec 2005 01:10:10 -0000	1.12
+++ dsputil_ppc.h	12 Jan 2006 22:43:20 -0000	1.13
@@ -13,7 +13,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef _DSPUTIL_PPC_

Index: fdct_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/fdct_altivec.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fdct_altivec.c	5 Aug 2005 19:15:34 -0000	1.3
+++ fdct_altivec.c	12 Jan 2006 22:43:20 -0000	1.4
@@ -14,7 +14,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 

Index: fft_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/fft_altivec.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fft_altivec.c	22 Dec 2005 01:10:10 -0000	1.11
+++ fft_altivec.c	12 Jan 2006 22:43:20 -0000	1.12
@@ -16,7 +16,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "../dsputil.h"
 

Index: gmc_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/gmc_altivec.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gmc_altivec.c	17 Dec 2005 18:14:35 -0000	1.11
+++ gmc_altivec.c	12 Jan 2006 22:43:20 -0000	1.12
@@ -15,7 +15,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include "../dsputil.h"

Index: idct_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/idct_altivec.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- idct_altivec.c	22 Dec 2005 01:10:10 -0000	1.10
+++ idct_altivec.c	12 Jan 2006 22:43:20 -0000	1.11
@@ -13,7 +13,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  *
  */
 

Index: mpegvideo_altivec.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/mpegvideo_altivec.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- mpegvideo_altivec.c	22 Dec 2005 01:10:10 -0000	1.15
+++ mpegvideo_altivec.c	12 Jan 2006 22:43:20 -0000	1.16
@@ -16,7 +16,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stdlib.h>

Index: mpegvideo_ppc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/mpegvideo_ppc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mpegvideo_ppc.c	17 Dec 2005 18:14:35 -0000	1.13
+++ mpegvideo_ppc.c	12 Jan 2006 22:43:20 -0000	1.14
@@ -13,7 +13,7 @@
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include "../dsputil.h"





More information about the ffmpeg-cvslog mailing list