[xiph-commits] r17823 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Thu Feb 10 11:17:43 PST 2011


Author: giles
Date: 2011-02-10 11:17:43 -0800 (Thu, 10 Feb 2011)
New Revision: 17823

Modified:
   trunk/theora/AUTHORS
   trunk/theora/LICENSE
   trunk/theora/README
Log:
Remove some trailing whitespace in documentation.


Modified: trunk/theora/AUTHORS
===================================================================
--- trunk/theora/AUTHORS	2011-02-10 18:33:25 UTC (rev 17822)
+++ trunk/theora/AUTHORS	2011-02-10 19:17:43 UTC (rev 17823)
@@ -5,20 +5,20 @@
 Timothy B. Terriberry
 Monty
 	- Ongoing development
-	
+
 Dan B. Miller
 	- Pre alpha3 development
-	
+
 Rudolf Marek
 Wim Tayman
 Dan Lenski
 Nils Pipenbrinck
 Monty
 	- MMX optimized functions
-	
+
 David Schleef
 	- C64x port
-	
+
 Aaron Colwell
 Thomas Vander Stichele
 Jan Gerber
@@ -27,7 +27,7 @@
 Sebastian Pippin
 Simon Hosie
 	- Bug fixes, enhancements, build systems.
-	
+
 Mauricio Piacentini
 	- Original win32 projects and example ports
 	- VP3->Theora transcoder

Modified: trunk/theora/LICENSE
===================================================================
--- trunk/theora/LICENSE	2011-02-10 18:33:25 UTC (rev 17822)
+++ trunk/theora/LICENSE	2011-02-10 19:17:43 UTC (rev 17823)
@@ -4,13 +4,13 @@
 with this software, On2 Technologies, Inc. makes the following statement
 regarding technology used in this software:
 
-  On2 represents and warrants that it shall not assert any rights 
+  On2 represents and warrants that it shall not assert any rights
   relating to infringement of On2's registered patents, nor initiate
   any litigation asserting such rights, against any person who, or
-  entity which utilizes the On2 VP3 Codec Software, including any 
-  use, distribution, and sale of said Software; which make changes, 
+  entity which utilizes the On2 VP3 Codec Software, including any
+  use, distribution, and sale of said Software; which make changes,
   modifications, and improvements in said Software; and to use,
-  distribute, and sell said changes as well as applications for other 
+  distribute, and sell said changes as well as applications for other
   fields of use.
 
 This reference implementation is originally derived from the On2 VP3

Modified: trunk/theora/README
===================================================================
--- trunk/theora/README	2011-02-10 18:33:25 UTC (rev 17822)
+++ trunk/theora/README	2011-02-10 19:17:43 UTC (rev 17823)
@@ -24,7 +24,7 @@
 
 Theora's main site is www.theora.org.  Theora and related libraries
 can be gotten from www.theora.org or the main Xiph.Org site at
-www.xiph.org.  Development source is kept in an open subversion 
+www.xiph.org.  Development source is kept in an open subversion
 repository, see http://theora.org/svn/ for instructions.
 
 -------------------------------------------------------------------------
@@ -76,7 +76,7 @@
 
 The sample encoder takes raw video in YUV4MPEG2 format, as used by
 lavtools, mjpeg-tools and other packages. The encoder expects audio,
-if any, in a separate wave WAV file. Try 'encoder_example -h' for a 
+if any, in a separate wave WAV file. Try 'encoder_example -h' for a
 complete list of options.
 
 An easy way to get raw video and audio files is to use MPlayer as an
@@ -85,7 +85,7 @@
 format for encoder_example as stream.yuv.  Be careful when exporting
 video alone; MPlayer may drop frames to 'keep up' with the audio
 timer.  The example encoder can't properly synchronize input audio and
-video file that aren't in sync to begin with.  
+video file that aren't in sync to begin with.
 
 The encoder will also take video or audio on stdin if '-' is specified
 as the input file name.
@@ -100,9 +100,9 @@
 
 *** What other tools are available?
 
-The programs in the examples directory are intended as tutorial source 
-for developers using the library. As such they sacrifice features and 
-robustness in the interests of comprehension and should not be 
+The programs in the examples directory are intended as tutorial source
+for developers using the library. As such they sacrifice features and
+robustness in the interests of comprehension and should not be
 considered serious applications.
 
 If you're wanting to just use theora, consider the programs linked
@@ -118,7 +118,7 @@
 
 encoder_internal.h:664: parse error before `ogg_uint16_t'
 
-This means you have version of libogg prior to 1.1. A *complete* new Ogg 
+This means you have version of libogg prior to 1.1. A *complete* new Ogg
 install, libs and headers is needed.
 
 Also be sure that there aren't multiple copies of Ogg installed in



More information about the commits mailing list