[MPlayer-cvslog] CVS: main/postproc cs_test.c, 1.6, 1.7 swscale-example.c, 1.6, 1.7 swscale.c, 1.160, 1.161 swscale.h, 1.32, 1.33 swscale_altivec_template.c, 1.5, 1.6 swscale_internal.h, 1.14, 1.15 swscale_template.c, 1.121, 1.122
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Jan 13 01:23:36 CET 2006
- Previous message: [MPlayer-cvslog] CVS: main/libvo md5sum.c, 1.2, 1.3 md5sum.h, 1.3, 1.4 spuenc.c, 1.4, 1.5 spuenc.h, 1.2, 1.3 vo_quartz.h, 1.2, 1.3
- Next message: [MPlayer-cvslog] CVS: main/vidix/drivers cyberblade_vid.c, 1.8, 1.9 pm3_vid.c, 1.4, 1.5 savage_vid.c, 1.4, 1.5 sis_bridge.c, 1.2, 1.3 sis_defs.h, 1.1, 1.2 sis_regs.h, 1.1, 1.2 sis_vid.c, 1.3, 1.4 unichrome_vid.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var2/tmp/cvs-serv18996/postproc
Modified Files:
cs_test.c swscale-example.c swscale.c swscale.h
swscale_altivec_template.c swscale_internal.h
swscale_template.c
Log Message:
Update licensing information: The FSF changed postal address.
Index: cs_test.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/cs_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cs_test.c 14 Nov 2005 00:30:37 -0000 1.6
+++ cs_test.c 13 Jan 2006 00:23:32 -0000 1.7
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>
Index: swscale-example.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale-example.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- swscale-example.c 14 Nov 2005 00:30:37 -0000 1.6
+++ swscale-example.c 13 Jan 2006 00:23:32 -0000 1.7
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>
Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- swscale.c 14 Nov 2005 00:30:37 -0000 1.160
+++ swscale.c 13 Jan 2006 00:23:32 -0000 1.161
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*
Index: swscale.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- swscale.h 18 Sep 2004 00:08:16 -0000 1.32
+++ swscale.h 13 Jan 2006 00:23:32 -0000 1.33
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef SWSCALE_H
Index: swscale_altivec_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_altivec_template.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- swscale_altivec_template.c 27 Jun 2005 07:40:24 -0000 1.5
+++ swscale_altivec_template.c 13 Jan 2006 00:23:32 -0000 1.6
@@ -17,7 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifdef CONFIG_DARWIN
Index: swscale_internal.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_internal.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- swscale_internal.h 14 Nov 2005 00:30:37 -0000 1.14
+++ swscale_internal.h 13 Jan 2006 00:23:32 -0000 1.15
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef SWSCALE_INTERNAL_H
Index: swscale_template.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale_template.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- swscale_template.c 12 Oct 2005 12:11:27 -0000 1.121
+++ swscale_template.c 13 Jan 2006 00:23:32 -0000 1.122
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#undef REAL_MOVNTQ
- Previous message: [MPlayer-cvslog] CVS: main/libvo md5sum.c, 1.2, 1.3 md5sum.h, 1.3, 1.4 spuenc.c, 1.4, 1.5 spuenc.h, 1.2, 1.3 vo_quartz.h, 1.2, 1.3
- Next message: [MPlayer-cvslog] CVS: main/vidix/drivers cyberblade_vid.c, 1.8, 1.9 pm3_vid.c, 1.4, 1.5 savage_vid.c, 1.4, 1.5 sis_bridge.c, 1.2, 1.3 sis_defs.h, 1.1, 1.2 sis_regs.h, 1.1, 1.2 sis_vid.c, 1.3, 1.4 unichrome_vid.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list