[xiph-cvs] cvs commit: win32-tools/oggdrop audio.c encode.c oe_win32.c
Chris Cheney
calc at xiph.org
Wed Sep 3 00:58:06 PDT 2003
calc 03/09/03 03:58:06
Modified: . libao.spec
src vcedit.c vcedit.h
. AUTHORS vorbis-tools.spec
oggdec oggdec.1 oggdec.c
oggenc audio.c encode.c oggenc.c platform.c
oggenc/man oggenc.1
ogginfo ogginfo.1 ogginfo2.c
po es.po fr.po nl.po ru.po
vcut vcut.1 vcut.c
vorbiscomment vcedit.c vcedit.h vcomment.c vorbiscomment.1
oggdrop audio.c encode.c oe_win32.c
Log:
Update Mike's email address to msmith at xiph.org
This was done by request of Mike since he does not have access to cvs
right now.
Revision Changes Path
1.24 +1 -1 ao/libao.spec
Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libao.spec 19 Jul 2002 06:48:54 -0000 1.23
+++ libao.spec 3 Sep 2003 07:58:04 -0000 1.24
@@ -83,7 +83,7 @@
%{_datadir}/aclocal/ao.m4
%changelog
-* Fri Jul 19 2002 Michael Smith <msmith at labyrinth.net.au> 0.8.3-2
+* Fri Jul 19 2002 Michael Smith <msmith at xiph.org> 0.8.3-2
- re-disable static libraries (they do not work - at all)
* Sun Jul 14 2002 Thomas Vander Stichele <thomas at apestaart.org> 0.8.3-1
<p><p>1.2 +2 -2 vorbis-python/src/vcedit.c
Index: vcedit.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/src/vcedit.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vcedit.c 22 Jan 2002 01:57:56 -0000 1.1
+++ vcedit.c 3 Sep 2003 07:58:04 -0000 1.2
@@ -1,12 +1,12 @@
/* This program is licensed under the GNU Library General Public License, version 2,
* a copy of which is included with this program (LICENCE.LGPL).
*
- * (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
+ * (c) 2000-2001 Michael Smith <msmith at xiph.org>
*
*
* Comment editing backend, suitable for use by nice frontend interfaces.
*
- * last modified: $Id: vcedit.c,v 1.1 2002/01/22 01:57:56 andrew Exp $
+ * last modified: $Id: vcedit.c,v 1.2 2003/09/03 07:58:04 calc Exp $
*/
#include <stdio.h>
<p><p>1.2 +1 -1 vorbis-python/src/vcedit.h
Index: vcedit.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/src/vcedit.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vcedit.h 22 Jan 2002 01:57:56 -0000 1.1
+++ vcedit.h 3 Sep 2003 07:58:04 -0000 1.2
@@ -1,7 +1,7 @@
/* This program is licensed under the GNU Library General Public License, version 2,
* a copy of which is included with this program (with filename LICENSE.LGPL).
*
- * (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
+ * (c) 2000-2001 Michael Smith <msmith at xiph.org>
*
* VCEdit header.
*
<p><p>1.6 +5 -5 vorbis-tools/AUTHORS
Index: AUTHORS
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/AUTHORS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AUTHORS 2 Jul 2002 17:05:09 -0000 1.5
+++ AUTHORS 3 Sep 2003 07:58:04 -0000 1.6
@@ -1,8 +1,8 @@
oggenc:
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
oggdec:
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
ogg123:
Kenneth Arnold <ogg123 at arnoldnet.net>
@@ -10,12 +10,12 @@
Segher Boessenkool <segher at xiph.org>
ogginfo:
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
vcut:
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
vorbiscomment:
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
and the rest of the Xiph.org Foundation.
<p><p>1.29 +2 -2 vorbis-tools/vorbis-tools.spec
Index: vorbis-tools.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbis-tools.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- vorbis-tools.spec 19 Jul 2002 06:47:18 -0000 1.28
+++ vorbis-tools.spec 3 Sep 2003 07:58:04 -0000 1.29
@@ -60,14 +60,14 @@
%{_mandir}/man1/vcut.1*
%changelog
-* Fri Jul 19 2002 Michael Smith <msmith at labyrinth.net.au>
+* Fri Jul 19 2002 Michael Smith <msmith at xiph.org>
- Added oggdec and oggdec manpage.
* Sun Jul 14 2002 Thomas Vander Stichele <thomas at apestaart.org>
- updated for 1.0 release
- added vcut, vcut man and vorbiscomment man
- added LC_MESSAGES
- removed libogg and libogg-devel from requires since libvorbis pulls that in
-* Fri Jul 12 2002 Michael Smith <msmith at labyrinth.net.au>
+* Fri Jul 12 2002 Michael Smith <msmith at xiph.org>
- Version number updates for 1.0 release.
* Fri May 23 2002 Thomas Vander Stichele <thomas at apestaart.org>
- Added more BuildRequires: for obvious packages
<p><p>1.3 +1 -1 vorbis-tools/oggdec/oggdec.1
Index: oggdec.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/oggdec.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oggdec.1 21 Jul 2002 14:40:04 -0000 1.2
+++ oggdec.1 3 Sep 2003 07:58:04 -0000 1.3
@@ -110,7 +110,7 @@
.SH "AUTHORS"
.SS "Program Authors"
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
.SS "Manpage Authors"
.br
<p><p>1.17 +1 -1 vorbis-tools/oggdec/oggdec.c
Index: oggdec.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/oggdec.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- oggdec.c 1 Sep 2003 19:18:27 -0000 1.16
+++ oggdec.c 3 Sep 2003 07:58:04 -0000 1.17
@@ -3,7 +3,7 @@
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
- * Copyright 2002, Michael Smith <msmith at labyrinth.net.au>
+ * Copyright 2002, Michael Smith <msmith at xiph.org>
*
*/
<p><p>1.34 +1 -1 vorbis-tools/oggenc/audio.c
Index: audio.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/audio.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- audio.c 24 Aug 2003 21:22:46 -0000 1.33
+++ audio.c 3 Sep 2003 07:58:04 -0000 1.34
@@ -3,7 +3,7 @@
** This program is distributed under the GNU General Public License, version 2.
** A copy of this license is included with this source.
**
- ** Copyright 2000-2002, Michael Smith <msmith at labyrinth.net.au>
+ ** Copyright 2000-2002, Michael Smith <msmith at xiph.org>
**
** AIFF/AIFC support from OggSquish, (c) 1994-1996 Monty <xiphmont at xiph.org>
**/
<p><p>1.30 +1 -1 vorbis-tools/oggenc/encode.c
Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/encode.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- encode.c 2 Sep 2003 05:06:03 -0000 1.29
+++ encode.c 3 Sep 2003 07:58:04 -0000 1.30
@@ -3,7 +3,7 @@
** This program is distributed under the GNU General Public License, version 2.
** A copy of this license is included with this source.
**
- ** Copyright 2000-2002, Michael Smith <msmith at labyrinth.net.au>
+ ** Copyright 2000-2002, Michael Smith <msmith at xiph.org>
**
** Portions from Vorbize, (c) Kenneth Arnold <kcarnold at yahoo.com>
** and libvorbis examples, (c) Monty <monty at xiph.org>
<p><p>1.74 +2 -2 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- oggenc.c 2 Sep 2003 02:17:10 -0000 1.73
+++ oggenc.c 3 Sep 2003 07:58:04 -0000 1.74
@@ -3,7 +3,7 @@
* This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source.
*
- * Copyright 2000-2002, Michael Smith <msmith at labyrinth.net.au>
+ * Copyright 2000-2002, Michael Smith <msmith at xiph.org>
*
* Portions from Vorbize, (c) Kenneth Arnold <kcarnold at yahoo.com>
* and libvorbis examples, (c) Monty <monty at xiph.org>
@@ -26,7 +26,7 @@
#define VERSION_STRING "OggEnc v1.0 (libvorbis 1.0)\n"
-#define COPYRIGHT "(c) 2000-2002 Michael Smith <msmith at labyrinth.net.au>\n"
+#define COPYRIGHT "(c) 2000-2002 Michael Smith <msmith at xiph.org>\n"
#define CHUNK 4096 /* We do reads, etc. in multiples of this */
<p><p>1.13 +1 -1 vorbis-tools/oggenc/platform.c
Index: platform.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- platform.c 7 Jul 2002 02:04:44 -0000 1.12
+++ platform.c 3 Sep 2003 07:58:04 -0000 1.13
@@ -3,7 +3,7 @@
** This program is distributed under the GNU General Public License, version 2.
** A copy of this license is included with this source.
**
- ** Copyright 2000, Michael Smith <msmith at labyrinth.net.au>
+ ** Copyright 2000, Michael Smith <msmith at xiph.org>
**
** Portions from Vorbize, (c) Kenneth Arnold <kcarnold at yahoo.com>
** and libvorbis examples, (c) Monty <monty at xiph.org>
<p><p>1.24 +1 -1 vorbis-tools/oggenc/man/oggenc.1
Index: oggenc.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/man/oggenc.1,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- oggenc.1 2 Sep 2003 06:02:20 -0000 1.23
+++ oggenc.1 3 Sep 2003 07:58:05 -0000 1.24
@@ -279,7 +279,7 @@
.TP
Program Author:
.br
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
.TP
Manpage Author:
<p><p>1.6 +1 -1 vorbis-tools/ogginfo/ogginfo.1
Index: ogginfo.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ogginfo.1 9 Jul 2002 14:23:00 -0000 1.5
+++ ogginfo.1 3 Sep 2003 07:58:05 -0000 1.6
@@ -47,5 +47,5 @@
Verbose mode. At the current time, this does not do anything.
.br
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
<p><p>1.25 +2 -2 vorbis-tools/ogginfo/ogginfo2.c
Index: ogginfo2.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo2.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ogginfo2.c 2 Sep 2003 05:07:07 -0000 1.24
+++ ogginfo2.c 3 Sep 2003 07:58:05 -0000 1.25
@@ -2,7 +2,7 @@
*
* A tool to describe ogg file contents and metadata.
*
- * Copyright 2002 Michael Smith <msmith at layrinth.net.au>
+ * Copyright 2002 Michael Smith <msmith at xiph.org>
* Licensed under the GNU GPL, distributed with this program.
*/
@@ -711,7 +711,7 @@
static void usage(void) {
printf(_("ogginfo 1.0\n"
- "(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+ "(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Usage: ogginfo [flags] file1.ogg [file2.ogg ... fileN.ogg]\n"
"Flags supported:\n"
<p><p>1.2 +2 -2 vorbis-tools/po/es.po
Index: es.po
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/po/es.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- es.po 12 Jan 2003 02:24:10 -0000 1.1
+++ es.po 3 Sep 2003 07:58:05 -0000 1.2
@@ -1418,7 +1418,7 @@
#: ogginfo/ogginfo2.c:670
msgid ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Usage: ogginfo [flags] files1.ogg [file2.ogg ... fileN.ogg]\n"
"Flags supported:\n"
@@ -1430,7 +1430,7 @@
"\n"
msgstr ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Uso: ogginfo [opciones] ficheros1.ogg [fichero2.ogg ... ficheroN.ogg]\n"
"Opciones soportadas:\n"
<p><p>1.5 +2 -2 vorbis-tools/po/fr.po
Index: fr.po
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/po/fr.po,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fr.po 10 Mar 2003 03:28:51 -0000 1.4
+++ fr.po 3 Sep 2003 07:58:05 -0000 1.5
@@ -1420,7 +1420,7 @@
#: ogginfo/ogginfo2.c:670
msgid ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Usage: ogginfo [flags] files1.ogg [file2.ogg ... fileN.ogg]\n"
"Flags supported:\n"
@@ -1432,7 +1432,7 @@
"\n"
msgstr ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Usage : ogginfo [options] fich1.ogg [fich2.ogg ... fichN.ogg]\n"
"Options possibles :\n"
<p><p>1.6 +2 -2 vorbis-tools/po/nl.po
Index: nl.po
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/po/nl.po,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nl.po 12 Jan 2003 02:24:10 -0000 1.5
+++ nl.po 3 Sep 2003 07:58:05 -0000 1.6
@@ -1372,7 +1372,7 @@
#: ogginfo/ogginfo2.c:670
msgid ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Usage: ogginfo [flags] files1.ogg [file2.ogg ... fileN.ogg]\n"
"Flags supported:\n"
@@ -1384,7 +1384,7 @@
"\n"
msgstr ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Gebruik: ogginfo [opties] bestanden1.ogg [bestand2.ogg ... bestandN.ogg]\n"
"Ondersteunde opties:\n"
<p><p>1.3 +2 -2 vorbis-tools/po/ru.po
Index: ru.po
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/po/ru.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ru.po 10 Mar 2003 03:34:59 -0000 1.2
+++ ru.po 3 Sep 2003 07:58:05 -0000 1.3
@@ -1368,7 +1368,7 @@
#: ogginfo/ogginfo2.c:670
msgid ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"Usage: ogginfo [flags] files1.ogg [file2.ogg ... fileN.ogg]\n"
"Flags supported:\n"
@@ -1380,7 +1380,7 @@
"\n"
msgstr ""
"ogginfo 1.0\n"
-"(c) 2002 Michael Smith <msmith at labyrinth.net.au>\n"
+"(c) 2002 Michael Smith <msmith at xiph.org>\n"
"\n"
"÷ÙÚÏ×: ogginfo [ÆÌÁÇÉ] ÆÁÊÌ1.ogg [ÆÁÊÌ2.ogg ... ÆÁÊÌN.ogg]\n"
"ðÏÄÄÅÒÖÉ×ÁÅÍÙÅ ÆÌÁÇÉ:\n"
<p><p>1.5 +1 -1 vorbis-tools/vcut/vcut.1
Index: vcut.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vcut/vcut.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vcut.1 2 Sep 2003 02:25:37 -0000 1.4
+++ vcut.1 3 Sep 2003 07:58:05 -0000 1.5
@@ -23,7 +23,7 @@
.TP
Program Author:
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
.TP
Manpage Author:
<p><p>1.9 +2 -2 vorbis-tools/vcut/vcut.c
Index: vcut.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vcut/vcut.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vcut.c 2 Sep 2003 00:19:27 -0000 1.8
+++ vcut.c 3 Sep 2003 07:58:05 -0000 1.9
@@ -1,13 +1,13 @@
/* This program is licensed under the GNU General Public License, version 2,
* a copy of which is included with this program.
*
- * (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
+ * (c) 2000-2001 Michael Smith <msmith at xiph.org>
*
*
* Simple application to cut an ogg at a specified frame, and produce two
* output files.
*
- * last modified: $Id: vcut.c,v 1.8 2003/09/02 00:19:27 volsung Exp $
+ * last modified: $Id: vcut.c,v 1.9 2003/09/03 07:58:05 calc Exp $
*/
#include <stdio.h>
<p><p>1.23 +2 -2 vorbis-tools/vorbiscomment/vcedit.c
Index: vcedit.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vcedit.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- vcedit.c 12 Sep 2002 12:48:27 -0000 1.22
+++ vcedit.c 3 Sep 2003 07:58:05 -0000 1.23
@@ -1,12 +1,12 @@
/* This program is licensed under the GNU Library General Public License, version 2,
* a copy of which is included with this program (LICENCE.LGPL).
*
- * (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
+ * (c) 2000-2001 Michael Smith <msmith at xiph.org>
*
*
* Comment editing backend, suitable for use by nice frontend interfaces.
*
- * last modified: $Id: vcedit.c,v 1.22 2002/09/12 12:48:27 msmith Exp $
+ * last modified: $Id: vcedit.c,v 1.23 2003/09/03 07:58:05 calc Exp $
*/
#include <stdio.h>
<p><p>1.11 +1 -1 vorbis-tools/vorbiscomment/vcedit.h
Index: vcedit.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vcedit.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- vcedit.h 9 Jul 2002 12:20:43 -0000 1.10
+++ vcedit.h 3 Sep 2003 07:58:05 -0000 1.11
@@ -1,7 +1,7 @@
/* This program is licensed under the GNU Library General Public License, version 2,
* a copy of which is included with this program (with filename LICENSE.LGPL).
*
- * (c) 2000-2001 Michael Smith <msmith at labyrinth.net.au>
+ * (c) 2000-2001 Michael Smith <msmith at xiph.org>
*
* VCEdit header.
*
<p><p>1.27 +1 -1 vorbis-tools/vorbiscomment/vcomment.c
Index: vcomment.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vcomment.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- vcomment.c 27 Oct 2002 11:30:27 -0000 1.26
+++ vcomment.c 3 Sep 2003 07:58:05 -0000 1.27
@@ -1,7 +1,7 @@
/* This program is licensed under the GNU General Public License,
* version 2, a copy of which is included with this program.
*
- * (c) 2000-2002 Michael Smith <msmith at labyrinth.net.au>
+ * (c) 2000-2002 Michael Smith <msmith at xiph.org>
* (c) 2001 Ralph Giles <giles at ashlu.bc.ca>
*
* Front end to show how to use vcedit;
<p><p>1.7 +1 -1 vorbis-tools/vorbiscomment/vorbiscomment.1
Index: vorbiscomment.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vorbiscomment.1,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vorbiscomment.1 2 Sep 2003 06:23:42 -0000 1.6
+++ vorbiscomment.1 3 Sep 2003 07:58:05 -0000 1.7
@@ -70,7 +70,7 @@
.TP
Program Authors:
.br
-Michael Smith <msmith at labyrinth.net.au>
+Michael Smith <msmith at xiph.org>
.br
Ralph Giles <giles at xiph.org>
.br
<p><p>1.5 +1 -1 win32-tools/oggdrop/audio.c
Index: audio.c
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/audio.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audio.c 19 Jul 2002 08:33:48 -0000 1.4
+++ audio.c 3 Sep 2003 07:58:06 -0000 1.5
@@ -3,7 +3,7 @@
** This program is distributed under the GNU General Public License, version 2.
** A copy of this license is included with this source.
**
- ** Copyright 2000, Michael Smith <msmith at labyrinth.net.au>
+ ** Copyright 2000, Michael Smith <msmith at xiph.org>
**
** Portions from Vorbize, (c) Kenneth Arnold <kcarnold at yahoo.com>
** and libvorbis examples, (c) Monty <monty at xiph.org>
<p><p>1.7 +1 -1 win32-tools/oggdrop/encode.c
Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/encode.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- encode.c 6 Jan 2002 19:17:00 -0000 1.6
+++ encode.c 3 Sep 2003 07:58:06 -0000 1.7
@@ -3,7 +3,7 @@
** This program is distributed under the GNU General Public License, version 2.
** A copy of this license is included with this source.
**
- ** Copyright 2000, Michael Smith <msmith at labyrinth.net.au>
+ ** Copyright 2000, Michael Smith <msmith at xiph.org>
**
** Portions from Vorbize, (c) Kenneth Arnold <kcarnold at yahoo.com>
** and libvorbis examples, (c) Monty <monty at xiph.org>
<p><p>1.4 +1 -1 win32-tools/oggdrop/oe_win32.c
Index: oe_win32.c
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/oe_win32.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oe_win32.c 28 Sep 2001 15:16:54 -0000 1.3
+++ oe_win32.c 3 Sep 2003 07:58:06 -0000 1.4
@@ -3,7 +3,7 @@
** This program is distributed under the GNU General Public License, version 2.
** A copy of this license is included with this source.
**
- ** Copyright 2000, Michael Smith <msmith at labyrinth.net.au>
+ ** Copyright 2000, Michael Smith <msmith at xiph.org>
**
** Portions from Vorbize, (c) Kenneth Arnold <kcarnold at yahoo.com>
** and libvorbis examples, (c) Monty <monty at xiph.org>
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list