[Ffmpeg-cvslog] CVS: ffmpeg/libavutil eval.c, 1.11, 1.12 integer.c, 1.3, 1.4 integer.h, 1.2, 1.3 intfloat_readwrite.c, 1.3, 1.4 mathematics.c, 1.2, 1.3 rational.c, 1.6, 1.7 rational.h, 1.4, 1.5
Diego Biurrun CVS
diego
Thu Jan 12 23:43:30 CET 2006
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/vhook drawtext.c, 1.6, 1.7 fish.c, 1.12, 1.13 imlib2.c, 1.10, 1.11 null.c, 1.4, 1.5 ppm.c, 1.6, 1.7 watermark.c, 1.6, 1.7
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat 4xm.c, 1.21, 1.22 allformats.c, 1.51, 1.52 amr.c, 1.9, 1.10 asf-enc.c, 1.75, 1.76 asf.c, 1.89, 1.90 asf.h, 1.68, 1.69 au.c, 1.23, 1.24 audio.c, 1.27, 1.28 avidec.c, 1.78, 1.79 avienc.c, 1.118, 1.119 avio.c, 1.16, 1.17 aviobuf.c, 1.33, 1.34 beosaudio.cpp, 1.12, 1.13 crc.c, 1.12, 1.13 cutils.c, 1.8, 1.9 daud.c, 1.1, 1.2 dc1394.c, 1.6, 1.7 dv.c, 1.48, 1.49 dv.h, 1.4, 1.5 dv1394.c, 1.18, 1.19 dv1394.h, 1.6, 1.7 electronicarts.c, 1.4, 1.5 ffm.c, 1.48, 1.49 file.c, 1.12, 1.13 flic.c, 1.9, 1.10 flvdec.c, 1.24, 1.25 flvenc.c, 1.21, 1.22 framehook.c, 1.6, 1.7 gif.c, 1.22, 1.23 gifdec.c, 1.11, 1.12 grab.c, 1.39, 1.40 grab_bktr.c, 1.4, 1.5 http.c, 1.20, 1.21 idcin.c, 1.8, 1.9 idroq.c, 1.11, 1.12 img.c, 1.42, 1.43 img2.c, 1.19, 1.20 ipmovie.c, 1.14, 1.15 jpeg.c, 1.16, 1.17 matroska.c, 1.19, 1.20 mmf.c, 1.5, 1.6 mov.c, 1.98, 1.99 movenc.c, 1.47, 1.48 mp3.c, 1.12, 1.13 mpeg.c, 1.90, 1.91 mpegts.c, 1.36, 1.37 mpegts.h, 1.10, 1.11 mpegtsenc.c, 1.11, 1.12 mpjpeg.c, 1.7, 1.8 nsvdec.c, 1.13, 1.14 nut.c, 1.59, 1.60 oggparseflac.c, 1.3, 1.4 os_support.c, 1.5, 1.6 png.c, 1.8, 1.9 pnm.c, 1.6, 1.7 psxstr.c, 1.11, 1.12 raw.c, 1.61, 1.62 rm.c, 1.55, 1.56 rtp.c, 1.22, 1.23 rtp.h, 1.5, 1.6 rtpproto.c, 1.11, 1.12 rtsp.c, 1.25, 1.26 rtsp.h, 1.7, 1.8 segafilm.c, 1.10, 1.11 sgi.c, 1.6, 1.7 sierravmd.c, 1.13, 1.14 sol.c, 1.5, 1.6 swf.c, 1.31, 1.32 tcp.c, 1.16, 1.17 udp.c, 1.21, 1.22 utils.c, 1.172, 1.173 wav.c, 1.59, 1.60 wc3movie.c, 1.14, 1.15 westwood.c, 1.10, 1.11 yuv.c, 1.5, 1.6 yuv4mpeg.c, 1.28, 1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavutil
In directory mail:/var2/tmp/cvs-serv2134/libavutil
Modified Files:
eval.c integer.c integer.h intfloat_readwrite.c mathematics.c
rational.c rational.h
Log Message:
Update licensing information: The FSF changed postal address.
Index: eval.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/eval.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- eval.c 17 Dec 2005 18:14:37 -0000 1.11
+++ eval.c 12 Jan 2006 22:43:26 -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
*
*/
Index: integer.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/integer.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- integer.c 17 Dec 2005 18:14:37 -0000 1.3
+++ integer.c 12 Jan 2006 22:43:26 -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: integer.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/integer.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- integer.h 17 Dec 2005 18:14:37 -0000 1.2
+++ integer.h 12 Jan 2006 22:43:26 -0000 1.3
@@ -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: intfloat_readwrite.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/intfloat_readwrite.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- intfloat_readwrite.c 17 Dec 2005 18:14:37 -0000 1.3
+++ intfloat_readwrite.c 12 Jan 2006 22:43:26 -0000 1.4
@@ -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
*/
/**
Index: mathematics.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/mathematics.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mathematics.c 17 Dec 2005 18:14:37 -0000 1.2
+++ mathematics.c 12 Jan 2006 22:43:26 -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
*/
/**
Index: rational.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/rational.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rational.c 17 Dec 2005 18:14:37 -0000 1.6
+++ rational.c 12 Jan 2006 22:43:26 -0000 1.7
@@ -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: rational.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/rational.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rational.h 17 Dec 2005 18:14:37 -0000 1.4
+++ rational.h 12 Jan 2006 22:43:26 -0000 1.5
@@ -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
*
*/
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/vhook drawtext.c, 1.6, 1.7 fish.c, 1.12, 1.13 imlib2.c, 1.10, 1.11 null.c, 1.4, 1.5 ppm.c, 1.6, 1.7 watermark.c, 1.6, 1.7
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat 4xm.c, 1.21, 1.22 allformats.c, 1.51, 1.52 amr.c, 1.9, 1.10 asf-enc.c, 1.75, 1.76 asf.c, 1.89, 1.90 asf.h, 1.68, 1.69 au.c, 1.23, 1.24 audio.c, 1.27, 1.28 avidec.c, 1.78, 1.79 avienc.c, 1.118, 1.119 avio.c, 1.16, 1.17 aviobuf.c, 1.33, 1.34 beosaudio.cpp, 1.12, 1.13 crc.c, 1.12, 1.13 cutils.c, 1.8, 1.9 daud.c, 1.1, 1.2 dc1394.c, 1.6, 1.7 dv.c, 1.48, 1.49 dv.h, 1.4, 1.5 dv1394.c, 1.18, 1.19 dv1394.h, 1.6, 1.7 electronicarts.c, 1.4, 1.5 ffm.c, 1.48, 1.49 file.c, 1.12, 1.13 flic.c, 1.9, 1.10 flvdec.c, 1.24, 1.25 flvenc.c, 1.21, 1.22 framehook.c, 1.6, 1.7 gif.c, 1.22, 1.23 gifdec.c, 1.11, 1.12 grab.c, 1.39, 1.40 grab_bktr.c, 1.4, 1.5 http.c, 1.20, 1.21 idcin.c, 1.8, 1.9 idroq.c, 1.11, 1.12 img.c, 1.42, 1.43 img2.c, 1.19, 1.20 ipmovie.c, 1.14, 1.15 jpeg.c, 1.16, 1.17 matroska.c, 1.19, 1.20 mmf.c, 1.5, 1.6 mov.c, 1.98, 1.99 movenc.c, 1.47, 1.48 mp3.c, 1.12, 1.13 mpeg.c, 1.90, 1.91 mpegts.c, 1.36, 1.37 mpegts.h, 1.10, 1.11 mpegtsenc.c, 1.11, 1.12 mpjpeg.c, 1.7, 1.8 nsvdec.c, 1.13, 1.14 nut.c, 1.59, 1.60 oggparseflac.c, 1.3, 1.4 os_support.c, 1.5, 1.6 png.c, 1.8, 1.9 pnm.c, 1.6, 1.7 psxstr.c, 1.11, 1.12 raw.c, 1.61, 1.62 rm.c, 1.55, 1.56 rtp.c, 1.22, 1.23 rtp.h, 1.5, 1.6 rtpproto.c, 1.11, 1.12 rtsp.c, 1.25, 1.26 rtsp.h, 1.7, 1.8 segafilm.c, 1.10, 1.11 sgi.c, 1.6, 1.7 sierravmd.c, 1.13, 1.14 sol.c, 1.5, 1.6 swf.c, 1.31, 1.32 tcp.c, 1.16, 1.17 udp.c, 1.21, 1.22 utils.c, 1.172, 1.173 wav.c, 1.59, 1.60 wc3movie.c, 1.14, 1.15 westwood.c, 1.10, 1.11 yuv.c, 1.5, 1.6 yuv4mpeg.c, 1.28, 1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list