[xiph-cvs] cvs commit: theora/win32/experimental/splayer splayer.c

Ralph Giles giles at xiph.org
Sat Jun 7 17:08:40 PDT 2003



giles       03/06/07 20:08:40

  Modified:    examples dump_video.c encoder_example.c player_example.c
               include/theora theora.h
               lib      block_inline.h blockmap.c comment.c compglobals.c
                        dct.c dct_decode.c dct_encode.c decode.c encode.c
                        encoder_internal.h encoder_lookup.h frarray.c
                        frinit.c huffman.c huffman.h hufftables.h idct.c
                        mcomp.c mcomp.h misc_common.c pb.c pp.c pp.h
                        quant.c quant_lookup.h reconstruct.c scan.c
                        toplevel.c toplevel.h toplevel_lookup.h
               win32/experimental/splayer splayer.c
  Log:
  Correct cut-and-paste error in the copyright statement.

Revision  Changes    Path
1.3       +2 -2      theora/examples/dump_video.c

Index: dump_video.c
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/dump_video.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dump_video.c	4 Jun 2003 01:25:34 -0000	1.2
+++ dump_video.c	8 Jun 2003 00:08:38 -0000	1.3
@@ -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-2003             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: example dumpvid application; dumps  Theora streams 
-  last mod: $Id: dump_video.c,v 1.2 2003/06/04 01:25:34 mauricio Exp $
+  last mod: $Id: dump_video.c,v 1.3 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.16      +2 -2      theora/examples/encoder_example.c

Index: encoder_example.c
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/encoder_example.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- encoder_example.c	4 Jun 2003 00:04:28 -0000	1.15
+++ encoder_example.c	8 Jun 2003 00:08:38 -0000	1.16
@@ -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-2003             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: example encoder application; makes an Ogg Theora/Vorbis 
             file from YUV4MPEG2 and WAV input
-  last mod: $Id: encoder_example.c,v 1.15 2003/06/04 00:04:28 giles Exp $
+  last mod: $Id: encoder_example.c,v 1.16 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.18      +2 -2      theora/examples/player_example.c

Index: player_example.c
===================================================================
RCS file: /usr/local/cvsroot/theora/examples/player_example.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- player_example.c	4 Jun 2003 01:25:34 -0000	1.17
+++ player_example.c	8 Jun 2003 00:08:38 -0000	1.18
@@ -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-2003             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: example SDL player application; plays Ogg Theora files (with
             optional Vorbis audio second stream)
-  last mod: $Id: player_example.c,v 1.17 2003/06/04 01:25:34 mauricio Exp $
+  last mod: $Id: player_example.c,v 1.18 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.10      +2 -2      theora/include/theora/theora.h

Index: theora.h
===================================================================
RCS file: /usr/local/cvsroot/theora/include/theora/theora.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- theora.h	4 Jun 2003 00:04:29 -0000	1.9
+++ theora.h	8 Jun 2003 00:08:38 -0000	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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: theora.h,v 1.9 2003/06/04 00:04:29 giles Exp $
+  last mod: $Id: theora.h,v 1.10 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +2 -2      theora/lib/block_inline.h

Index: block_inline.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/block_inline.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- block_inline.h	23 Sep 2002 02:01:28 -0000	1.3
+++ block_inline.h	8 Jun 2003 00:08:38 -0000	1.4
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: block_inline.h,v 1.3 2002/09/23 02:01:28 xiphmont Exp $
+  last mod: $Id: block_inline.h,v 1.4 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.3       +2 -2      theora/lib/blockmap.c

Index: blockmap.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/blockmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blockmap.c	20 Sep 2002 22:01:43 -0000	1.2
+++ blockmap.c	8 Jun 2003 00:08:38 -0000	1.3
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: blockmap.c,v 1.2 2002/09/20 22:01:43 xiphmont Exp $
+  last mod: $Id: blockmap.c,v 1.3 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.5       +2 -2      theora/lib/comment.c

Index: comment.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/comment.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- comment.c	21 May 2003 19:31:47 -0000	1.4
+++ comment.c	8 Jun 2003 00:08:38 -0000	1.5
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: read/write and client interface for comment header packet
-  last mod: $Id: comment.c,v 1.4 2003/05/21 19:31:47 mauricio Exp $
+  last mod: $Id: comment.c,v 1.5 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.2       +2 -2      theora/lib/compglobals.c

Index: compglobals.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/compglobals.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compglobals.c	16 Sep 2002 07:10:02 -0000	1.1
+++ compglobals.c	8 Jun 2003 00:08:38 -0000	1.2
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: compglobals.c,v 1.1 2002/09/16 07:10:02 xiphmont Exp $
+  last mod: $Id: compglobals.c,v 1.2 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.3       +2 -2      theora/lib/dct.c

Index: dct.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/dct.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dct.c	20 Sep 2002 22:01:43 -0000	1.2
+++ dct.c	8 Jun 2003 00:08:38 -0000	1.3
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: dct.c,v 1.2 2002/09/20 22:01:43 xiphmont Exp $
+  last mod: $Id: dct.c,v 1.3 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.5       +2 -2      theora/lib/dct_decode.c

Index: dct_decode.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/dct_decode.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dct_decode.c	25 Sep 2002 10:01:52 -0000	1.4
+++ dct_decode.c	8 Jun 2003 00:08:38 -0000	1.5
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: dct_decode.c,v 1.4 2002/09/25 10:01:52 xiphmont Exp $
+  last mod: $Id: dct_decode.c,v 1.5 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.7       +2 -2      theora/lib/dct_encode.c

Index: dct_encode.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/dct_encode.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dct_encode.c	25 Sep 2002 11:11:42 -0000	1.6
+++ dct_encode.c	8 Jun 2003 00:08:38 -0000	1.7
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: dct_encode.c,v 1.6 2002/09/25 11:11:42 xiphmont Exp $
+  last mod: $Id: dct_encode.c,v 1.7 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +2 -2      theora/lib/decode.c

Index: decode.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/decode.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- decode.c	23 Sep 2002 02:01:28 -0000	1.3
+++ decode.c	8 Jun 2003 00:08:38 -0000	1.4
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: decode.c,v 1.3 2002/09/23 02:01:28 xiphmont Exp $
+  last mod: $Id: decode.c,v 1.4 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.9       +2 -2      theora/lib/encode.c

Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/encode.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- encode.c	23 Sep 2002 23:18:06 -0000	1.8
+++ encode.c	8 Jun 2003 00:08:38 -0000	1.9
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: encode.c,v 1.8 2002/09/23 23:18:06 xiphmont Exp $
+  last mod: $Id: encode.c,v 1.9 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.12      +2 -2      theora/lib/encoder_internal.h

Index: encoder_internal.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/encoder_internal.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- encoder_internal.h	25 Sep 2002 11:11:42 -0000	1.11
+++ encoder_internal.h	8 Jun 2003 00:08:38 -0000	1.12
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: encoder_internal.h,v 1.11 2002/09/25 11:11:42 xiphmont Exp $
+  last mod: $Id: encoder_internal.h,v 1.12 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +2 -2      theora/lib/encoder_lookup.h

Index: encoder_lookup.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/encoder_lookup.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- encoder_lookup.h	20 Sep 2002 09:30:32 -0000	1.3
+++ encoder_lookup.h	8 Jun 2003 00:08:38 -0000	1.4
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: simple static lookups for VP3 frame encoder
-  last mod: $Id: encoder_lookup.h,v 1.3 2002/09/20 09:30:32 xiphmont Exp $
+  last mod: $Id: encoder_lookup.h,v 1.4 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.5       +2 -2      theora/lib/frarray.c

Index: frarray.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/frarray.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- frarray.c	20 Sep 2002 22:01:43 -0000	1.4
+++ frarray.c	8 Jun 2003 00:08:38 -0000	1.5
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: frarray.c,v 1.4 2002/09/20 22:01:43 xiphmont Exp $
+  last mod: $Id: frarray.c,v 1.5 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.6       +2 -2      theora/lib/frinit.c

Index: frinit.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/frinit.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- frinit.c	25 Sep 2002 11:11:42 -0000	1.5
+++ frinit.c	8 Jun 2003 00:08:38 -0000	1.6
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: frinit.c,v 1.5 2002/09/25 11:11:42 xiphmont Exp $
+  last mod: $Id: frinit.c,v 1.6 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.7       +2 -2      theora/lib/huffman.c

Index: huffman.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/huffman.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- huffman.c	4 Jun 2003 01:25:35 -0000	1.6
+++ huffman.c	8 Jun 2003 00:08:38 -0000	1.7
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: huffman.c,v 1.6 2003/06/04 01:25:35 mauricio Exp $
+  last mod: $Id: huffman.c,v 1.7 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.2       +2 -2      theora/lib/huffman.h

Index: huffman.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/huffman.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- huffman.h	18 Sep 2002 08:56:57 -0000	1.1
+++ huffman.h	8 Jun 2003 00:08:38 -0000	1.2
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: huffman.h,v 1.1 2002/09/18 08:56:57 xiphmont Exp $
+  last mod: $Id: huffman.h,v 1.2 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +2 -2      theora/lib/hufftables.h

Index: hufftables.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/hufftables.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hufftables.h	26 Feb 2003 21:16:58 -0000	1.3
+++ hufftables.h	8 Jun 2003 00:08:38 -0000	1.4
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: hufftables.h,v 1.3 2003/02/26 21:16:58 giles Exp $
+  last mod: $Id: hufftables.h,v 1.4 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +2 -2      theora/lib/idct.c

Index: idct.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/idct.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- idct.c	20 Sep 2002 22:01:43 -0000	1.3
+++ idct.c	8 Jun 2003 00:08:38 -0000	1.4
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function:
-  last mod: $Id: idct.c,v 1.3 2002/09/20 22:01:43 xiphmont Exp $
+  last mod: $Id: idct.c,v 1.4 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.6       +2 -2      theora/lib/mcomp.c

Index: mcomp.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/mcomp.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mcomp.c	23 Sep 2002 08:31:02 -0000	1.5
+++ mcomp.c	8 Jun 2003 00:08:38 -0000	1.6
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: mcomp.c,v 1.5 2002/09/23 08:31:02 xiphmont Exp $
+  last mod: $Id: mcomp.c,v 1.6 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.2       +2 -2      theora/lib/mcomp.h

Index: mcomp.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/mcomp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mcomp.h	16 Sep 2002 07:10:02 -0000	1.1
+++ mcomp.h	8 Jun 2003 00:08:38 -0000	1.2
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: simple static lookups for VP3 codec
-  last mod: $Id: mcomp.h,v 1.1 2002/09/16 07:10:02 xiphmont Exp $
+  last mod: $Id: mcomp.h,v 1.2 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.8       +2 -2      theora/lib/misc_common.c

Index: misc_common.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/misc_common.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- misc_common.c	23 Sep 2002 08:31:02 -0000	1.7
+++ misc_common.c	8 Jun 2003 00:08:38 -0000	1.8
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: misc_common.c,v 1.7 2002/09/23 08:31:02 xiphmont Exp $
+  last mod: $Id: misc_common.c,v 1.8 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +2 -2      theora/lib/pb.c

Index: pb.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/pb.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pb.c	23 Sep 2002 08:31:02 -0000	1.3
+++ pb.c	8 Jun 2003 00:08:38 -0000	1.4
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: pb.c,v 1.3 2002/09/23 08:31:02 xiphmont Exp $
+  last mod: $Id: pb.c,v 1.4 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.7       +2 -2      theora/lib/pp.c

Index: pp.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/pp.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pp.c	23 Sep 2002 08:31:02 -0000	1.6
+++ pp.c	8 Jun 2003 00:08:38 -0000	1.7
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: pp.c,v 1.6 2002/09/23 08:31:02 xiphmont Exp $
+  last mod: $Id: pp.c,v 1.7 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.2       +2 -2      theora/lib/pp.h

Index: pp.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/pp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pp.h	20 Sep 2002 09:30:32 -0000	1.1
+++ pp.h	8 Jun 2003 00:08:38 -0000	1.2
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: pp.h,v 1.1 2002/09/20 09:30:32 xiphmont Exp $
+  last mod: $Id: pp.h,v 1.2 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.7       +2 -2      theora/lib/quant.c

Index: quant.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/quant.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- quant.c	26 Feb 2003 21:16:58 -0000	1.6
+++ quant.c	8 Jun 2003 00:08:38 -0000	1.7
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function:
-  last mod: $Id: quant.c,v 1.6 2003/02/26 21:16:58 giles Exp $
+  last mod: $Id: quant.c,v 1.7 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.3       +2 -2      theora/lib/quant_lookup.h

Index: quant_lookup.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/quant_lookup.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quant_lookup.h	20 Sep 2002 22:01:43 -0000	1.2
+++ quant_lookup.h	8 Jun 2003 00:08:38 -0000	1.3
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function:
-  last mod: $Id: quant_lookup.h,v 1.2 2002/09/20 22:01:43 xiphmont Exp $
+  last mod: $Id: quant_lookup.h,v 1.3 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +2 -2      theora/lib/reconstruct.c

Index: reconstruct.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/reconstruct.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- reconstruct.c	25 Sep 2002 10:01:53 -0000	1.3
+++ reconstruct.c	8 Jun 2003 00:08:38 -0000	1.4
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: reconstruct.c,v 1.3 2002/09/25 10:01:53 xiphmont Exp $
+  last mod: $Id: reconstruct.c,v 1.4 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.6       +2 -2      theora/lib/scan.c

Index: scan.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/scan.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scan.c	17 May 2003 00:42:16 -0000	1.5
+++ scan.c	8 Jun 2003 00:08:38 -0000	1.6
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: scan.c,v 1.5 2003/05/17 00:42:16 tterribe Exp $
+  last mod: $Id: scan.c,v 1.6 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.23      +2 -2      theora/lib/toplevel.c

Index: toplevel.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/toplevel.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- toplevel.c	4 Jun 2003 01:25:35 -0000	1.22
+++ toplevel.c	8 Jun 2003 00:08:38 -0000	1.23
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: toplevel.c,v 1.22 2003/06/04 01:25:35 mauricio Exp $
+  last mod: $Id: toplevel.c,v 1.23 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.3       +2 -2      theora/lib/toplevel.h

Index: toplevel.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/toplevel.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- toplevel.h	7 Jun 2003 23:34:56 -0000	1.2
+++ toplevel.h	8 Jun 2003 00:08:38 -0000	1.3
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: toplevel.h,v 1.2 2003/06/07 23:34:56 giles Exp $
+  last mod: $Id: toplevel.h,v 1.3 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.2       +2 -2      theora/lib/toplevel_lookup.h

Index: toplevel_lookup.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/toplevel_lookup.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- toplevel_lookup.h	20 Sep 2002 09:30:32 -0000	1.1
+++ toplevel_lookup.h	8 Jun 2003 00:08:38 -0000	1.2
@@ -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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.xiph.org/                  *
  *                                                                  *
  ********************************************************************
 
   function: 
-  last mod: $Id: toplevel_lookup.h,v 1.1 2002/09/20 09:30:32 xiphmont Exp $
+  last mod: $Id: toplevel_lookup.h,v 1.2 2003/06/08 00:08:38 giles Exp $
 
  ********************************************************************/
 

<p><p>1.4       +1 -1      theora/win32/experimental/splayer/splayer.c

Index: splayer.c
===================================================================
RCS file: /usr/local/cvsroot/theora/win32/experimental/splayer/splayer.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- splayer.c	4 Jun 2003 01:25:35 -0000	1.3
+++ splayer.c	8 Jun 2003 00:08:40 -0000	1.4
@@ -5,7 +5,7 @@
  * 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-2002             *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
  * by the Xiph.Org Foundation http://www.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