[xiph-commits] r11442 - in trunk/theora: examples lib
giles at svn.xiph.org
giles at svn.xiph.org
Sat May 27 10:28:15 PDT 2006
Author: giles
Date: 2006-05-27 10:28:08 -0700 (Sat, 27 May 2006)
New Revision: 11442
Modified:
trunk/theora/examples/dump_video.c
trunk/theora/examples/encoder_example.c
trunk/theora/examples/getopt.c
trunk/theora/examples/getopt.h
trunk/theora/examples/getopt1.c
trunk/theora/examples/player_example.c
trunk/theora/examples/splayer.c
trunk/theora/lib/block_inline.h
trunk/theora/lib/blockmap.c
trunk/theora/lib/codec_internal.h
trunk/theora/lib/comment.c
trunk/theora/lib/cpu.c
trunk/theora/lib/cpu.h
trunk/theora/lib/dct.c
trunk/theora/lib/dct_decode.c
trunk/theora/lib/dct_encode.c
trunk/theora/lib/decode.c
trunk/theora/lib/dsp.c
trunk/theora/lib/dsp.h
trunk/theora/lib/encode.c
trunk/theora/lib/encoder_disabled.c
trunk/theora/lib/encoder_lookup.h
trunk/theora/lib/encoder_toplevel.c
trunk/theora/lib/frarray.c
trunk/theora/lib/frinit.c
trunk/theora/lib/huffman.c
trunk/theora/lib/huffman.h
trunk/theora/lib/hufftables.h
trunk/theora/lib/idct.c
trunk/theora/lib/mcomp.c
trunk/theora/lib/misc_common.c
trunk/theora/lib/pb.c
trunk/theora/lib/pp.c
trunk/theora/lib/pp.h
trunk/theora/lib/quant.c
trunk/theora/lib/quant_lookup.h
trunk/theora/lib/reconstruct.c
trunk/theora/lib/scan.c
trunk/theora/lib/toplevel.c
trunk/theora/lib/toplevel.h
trunk/theora/lib/toplevel_lookup.h
Log:
Turn on keyword substitution for the rest of the source files.
Modified: trunk/theora/examples/dump_video.c
===================================================================
--- trunk/theora/examples/dump_video.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/examples/dump_video.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function: example dumpvid application; dumps Theora streams
- last mod: $Id: dump_video.c,v 1.10 2004/03/08 06:44:26 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/examples/dump_video.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/examples/encoder_example.c
===================================================================
--- trunk/theora/examples/encoder_example.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/examples/encoder_example.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -12,7 +12,7 @@
function: example encoder application; makes an Ogg Theora/Vorbis
file from YUV4MPEG2 and WAV input
- last mod: $Id: encoder_example.c,v 1.28 2004/03/08 06:44:26 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/examples/encoder_example.c
___________________________________________________________________
Name: svn:keywords
+ Id
Property changes on: trunk/theora/examples/getopt.c
___________________________________________________________________
Name: svn:keywords
+ Id
Property changes on: trunk/theora/examples/getopt.h
___________________________________________________________________
Name: svn:keywords
+ Id
Property changes on: trunk/theora/examples/getopt1.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/examples/player_example.c
===================================================================
--- trunk/theora/examples/player_example.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/examples/player_example.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -12,7 +12,7 @@
function: example SDL player application; plays Ogg Theora files (with
optional Vorbis audio second stream)
- last mod: $Id: player_example.c,v 1.29 2004/03/08 06:44:26 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/examples/player_example.c
___________________________________________________________________
Name: svn:keywords
+ Id
Property changes on: trunk/theora/examples/splayer.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/block_inline.h
===================================================================
--- trunk/theora/lib/block_inline.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/block_inline.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: block_inline.h,v 1.6 2003/12/03 08:59:42 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/block_inline.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/blockmap.c
===================================================================
--- trunk/theora/lib/blockmap.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/blockmap.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: blockmap.c,v 1.5 2003/12/03 08:59:39 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/blockmap.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/codec_internal.h
===================================================================
--- trunk/theora/lib/codec_internal.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/codec_internal.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: encoder_internal.h,v 1.21 2004/03/09 02:02:56 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/codec_internal.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/comment.c
===================================================================
--- trunk/theora/lib/comment.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/comment.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function: read/write and client interface for comment header packet
- last mod: $Id: comment.c,v 1.10 2004/03/18 14:25:25 tterribe Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/comment.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/cpu.c
===================================================================
--- trunk/theora/lib/cpu.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/cpu.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: mcomp.c,v 1.8 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/cpu.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/cpu.h
===================================================================
--- trunk/theora/lib/cpu.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/cpu.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: mcomp.c,v 1.8 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/cpu.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/dct.c
===================================================================
--- trunk/theora/lib/dct.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/dct.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: dct.c,v 1.6 2003/12/03 08:59:39 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/dct.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/dct_decode.c
===================================================================
--- trunk/theora/lib/dct_decode.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/dct_decode.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: dct_decode.c,v 1.12 2004/03/18 17:10:00 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/dct_decode.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/dct_encode.c
===================================================================
--- trunk/theora/lib/dct_encode.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/dct_encode.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: dct_encode.c,v 1.8 2003/06/10 01:31:33 tterribe Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/dct_encode.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/decode.c
===================================================================
--- trunk/theora/lib/decode.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/decode.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: decode.c,v 1.10 2003/12/06 18:06:20 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/decode.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/dsp.c
===================================================================
--- trunk/theora/lib/dsp.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/dsp.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: mcomp.c,v 1.8 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/dsp.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/dsp.h
===================================================================
--- trunk/theora/lib/dsp.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/dsp.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: mcomp.c,v 1.8 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/dsp.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/encode.c
===================================================================
--- trunk/theora/lib/encode.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/encode.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: encode.c,v 1.19 2004/03/18 14:25:25 tterribe Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/encode.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/encoder_disabled.c
===================================================================
--- trunk/theora/lib/encoder_disabled.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/encoder_disabled.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: toplevel.c,v 1.39 2004/03/18 02:00:30 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/encoder_disabled.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/encoder_lookup.h
===================================================================
--- trunk/theora/lib/encoder_lookup.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/encoder_lookup.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function: simple static lookups for VP3 frame encoder
- last mod: $Id: encoder_lookup.h,v 1.8 2003/12/03 08:59:42 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/encoder_lookup.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/encoder_toplevel.c
===================================================================
--- trunk/theora/lib/encoder_toplevel.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/encoder_toplevel.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: toplevel.c,v 1.39 2004/03/18 02:00:30 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/encoder_toplevel.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/frarray.c
===================================================================
--- trunk/theora/lib/frarray.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/frarray.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: frarray.c,v 1.10 2003/12/06 18:06:20 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/frarray.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/frinit.c
===================================================================
--- trunk/theora/lib/frinit.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/frinit.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: frinit.c,v 1.8 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/frinit.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/huffman.c
===================================================================
--- trunk/theora/lib/huffman.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/huffman.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: huffman.c,v 1.12 2003/12/06 18:06:20 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/huffman.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/huffman.h
===================================================================
--- trunk/theora/lib/huffman.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/huffman.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: huffman.h,v 1.4 2004/03/18 14:25:25 tterribe Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/huffman.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/hufftables.h
===================================================================
--- trunk/theora/lib/hufftables.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/hufftables.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: hufftables.h,v 1.6 2003/12/03 08:59:42 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/hufftables.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/idct.c
===================================================================
--- trunk/theora/lib/idct.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/idct.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function: C implementation of the Theora iDCT
- last mod: $Id: idct.c,v 1.6 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/idct.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/mcomp.c
===================================================================
--- trunk/theora/lib/mcomp.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/mcomp.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: mcomp.c,v 1.8 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/mcomp.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/misc_common.c
===================================================================
--- trunk/theora/lib/misc_common.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/misc_common.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: misc_common.c,v 1.11 2004/03/18 14:25:25 tterribe Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/misc_common.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/pb.c
===================================================================
--- trunk/theora/lib/pb.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/pb.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: pb.c,v 1.7 2003/12/06 18:06:20 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/pb.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/pp.c
===================================================================
--- trunk/theora/lib/pp.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/pp.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: pp.c,v 1.9 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/pp.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/pp.h
===================================================================
--- trunk/theora/lib/pp.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/pp.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: pp.h,v 1.3 2003/06/10 01:31:33 tterribe Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/pp.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/quant.c
===================================================================
--- trunk/theora/lib/quant.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/quant.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: quant.c,v 1.20 2004/03/19 05:13:56 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/quant.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/quant_lookup.h
===================================================================
--- trunk/theora/lib/quant_lookup.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/quant_lookup.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: quant_lookup.h,v 1.5 2003/12/03 08:59:43 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/quant_lookup.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/reconstruct.c
===================================================================
--- trunk/theora/lib/reconstruct.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/reconstruct.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: reconstruct.c,v 1.6 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/reconstruct.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/scan.c
===================================================================
--- trunk/theora/lib/scan.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/scan.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: scan.c,v 1.9 2003/12/03 08:59:41 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/scan.c
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/toplevel.c
===================================================================
--- trunk/theora/lib/toplevel.c 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/toplevel.c 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: toplevel.c,v 1.39 2004/03/18 02:00:30 giles Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/toplevel.c
___________________________________________________________________
Name: svn:keywords
+ Id
Property changes on: trunk/theora/lib/toplevel.h
___________________________________________________________________
Name: svn:keywords
+ Id
Modified: trunk/theora/lib/toplevel_lookup.h
===================================================================
--- trunk/theora/lib/toplevel_lookup.h 2006-05-27 17:09:08 UTC (rev 11441)
+++ trunk/theora/lib/toplevel_lookup.h 2006-05-27 17:28:08 UTC (rev 11442)
@@ -11,7 +11,7 @@
********************************************************************
function:
- last mod: $Id: toplevel_lookup.h,v 1.4 2003/12/03 08:59:43 arc Exp $
+ last mod: $Id$
********************************************************************/
Property changes on: trunk/theora/lib/toplevel_lookup.h
___________________________________________________________________
Name: svn:keywords
+ Id
More information about the commits
mailing list