[xiph-cvs] cvs commit: ogg/src bitwise.c framing.c

Monty xiphmont at xiph.org
Thu Jul 11 02:09:08 PDT 2002



xiphmont    02/07/11 02:09:08

  Modified:    .        AUTHORS COPYING README libogg.spec
               debian   copyright
               include/ogg ogg.h os_types.h
               src      bitwise.c framing.c
  Log:
  Xiphophorus -> Xiph.Org changes

Revision  Changes    Path
1.3       +2 -1      ogg/AUTHORS

Index: AUTHORS
===================================================================
RCS file: /usr/local/cvsroot/ogg/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AUTHORS	2002/07/03 03:10:06	1.2
+++ AUTHORS	2002/07/11 09:09:06	1.3
@@ -1,3 +1,4 @@
 Monty <monty at xiph.org>
 
-and the rest of the Xiph.org Foundation.
+and the rest of the Xiph.Org Foundation.
+

<p><p>1.5       +2 -2      ogg/COPYING

Index: COPYING
===================================================================
RCS file: /usr/local/cvsroot/ogg/COPYING,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- COPYING	2002/07/03 03:10:06	1.4
+++ COPYING	2002/07/11 09:09:06	1.5
@@ -1,4 +1,4 @@
-Copyright (c) 2002, Xiph.org Foundation
+Copyright (c) 2002, Xiph.Org Foundation
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
@@ -11,7 +11,7 @@
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 
-- Neither the name of the Xiph.org Foundation nor the names of its
+- Neither the name of the Xiph.Org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 

<p><p>1.10      +3 -3      ogg/README

Index: README
===================================================================
RCS file: /usr/local/cvsroot/ogg/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- README	2001/03/22 00:29:37	1.9
+++ README	2002/07/11 09:09:06	1.10
@@ -5,8 +5,8 @@
 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
 *                                                                  *
-* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *
-* by the XIPHOPHORUS Company http://www.xiph.org/                  *
+* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
+* by the Xiph.Org Foundation http://www.xiph.org/                  *
 *                                                                  *
 ********************************************************************
 
@@ -100,4 +100,4 @@
 (Build instructions for Ogg codecs such as vorbis are similar and may
 be found in those source modules' README files)
 
-$Id: README,v 1.9 2001/03/22 00:29:37 xiphmont Exp $
+$Id: README,v 1.10 2002/07/11 09:09:06 xiphmont Exp $

<p><p>1.16      +1 -1      ogg/libogg.spec

Index: libogg.spec
===================================================================
RCS file: /usr/local/cvsroot/ogg/libogg.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libogg.spec	2002/07/03 03:10:06	1.15
+++ libogg.spec	2002/07/11 09:09:06	1.16
@@ -1,5 +1,5 @@
 %define name	libogg
-%define version	1.0rc3
+%define version	1.0
 %define release 1
 
 Summary:	Ogg Bitstream Library

<p><p>1.6       +1 -2      ogg/debian/copyright

Index: copyright
===================================================================
RCS file: /usr/local/cvsroot/ogg/debian/copyright,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- copyright	2002/07/03 03:10:07	1.5
+++ copyright	2002/07/11 09:09:07	1.6
@@ -6,7 +6,6 @@
 Upstream Author(s): Monty <monty at xiph.org>
 
 Copyright:
-
 Copyright (c) 2002, Xiph.org Foundation
 
 Redistribution and use in source and binary forms, with or without
@@ -20,7 +19,7 @@
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 
-- Neither the name of the Xiph.org Foundation nor the names of its
+- Neither the name of the Xiph.Org Foundation nor the names of its
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 

<p><p>1.16      +3 -3      ogg/include/ogg/ogg.h

Index: ogg.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/ogg.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ogg.h	2002/05/08 03:34:09	1.15
+++ ogg.h	2002/07/11 09:09:07	1.16
@@ -5,13 +5,13 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *
- * by the XIPHOPHORUS Company http://www.xiph.org/                  *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
+ * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
  function: toplevel libogg include
- last mod: $Id: ogg.h,v 1.15 2002/05/08 03:34:09 xiphmont Exp $
+ last mod: $Id: ogg.h,v 1.16 2002/07/11 09:09:07 xiphmont Exp $
 
  ********************************************************************/
 #ifndef _OGG_H

<p><p>1.10      +3 -3      ogg/include/ogg/os_types.h

Index: os_types.h
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/os_types.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- os_types.h	2001/12/20 00:58:44	1.9
+++ os_types.h	2002/07/11 09:09:07	1.10
@@ -5,13 +5,13 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *
- * by the XIPHOPHORUS Company http://www.xiph.org/                  *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
+ * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
  function: #ifdef jail to whip a few platforms into the UNIX ideal.
- last mod: $Id: os_types.h,v 1.9 2001/12/20 00:58:44 segher Exp $
+ last mod: $Id: os_types.h,v 1.10 2002/07/11 09:09:07 xiphmont Exp $
 
  ********************************************************************/
 #ifndef _OS_TYPES_H

<p><p>1.13      +2 -2      ogg/src/bitwise.c

Index: bitwise.c
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/bitwise.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bitwise.c	2002/05/08 03:34:10	1.12
+++ bitwise.c	2002/07/11 09:09:08	1.13
@@ -6,12 +6,12 @@
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
  * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
- * by the XIPHOPHORUS Company http://www.xiph.org/                  *
+ * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: packing variable sized words into an octet stream
-  last mod: $Id: bitwise.c,v 1.12 2002/05/08 03:34:10 xiphmont Exp $
+  last mod: $Id: bitwise.c,v 1.13 2002/07/11 09:09:08 xiphmont Exp $
 
  ********************************************************************/
 

<p><p>1.22      +3 -3      ogg/src/framing.c

Index: framing.c
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/framing.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- framing.c	2002/03/07 03:36:53	1.21
+++ framing.c	2002/07/11 09:09:08	1.22
@@ -5,14 +5,14 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001             *
- * by the XIPHOPHORUS Company http://www.xiph.org/                  *
+ * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
+ * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
  function: code raw [Vorbis] packets into framed OggSquish stream and
            decode Ogg streams back into raw packets
- last mod: $Id: framing.c,v 1.21 2002/03/07 03:36:53 xiphmont Exp $
+ last mod: $Id: framing.c,v 1.22 2002/07/11 09:09:08 xiphmont Exp $
 
  note: The CRC code is directly derived from public domain code by
  Ross Williams (ross at guest.adelaide.edu.au).  See docs/framing.html

<p><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