[xiph-commits] r18096 - trunk/ogg

giles at svn.xiph.org giles at svn.xiph.org
Thu Sep 22 16:32:51 PDT 2011


Author: giles
Date: 2011-09-22 16:32:51 -0700 (Thu, 22 Sep 2011)
New Revision: 18096

Modified:
   trunk/ogg/CHANGES
   trunk/ogg/README
Log:
Remove trailing whitespace from the documentation.


Modified: trunk/ogg/CHANGES
===================================================================
--- trunk/ogg/CHANGES	2011-09-22 22:03:14 UTC (rev 18095)
+++ trunk/ogg/CHANGES	2011-09-22 23:32:51 UTC (rev 18096)
@@ -17,25 +17,25 @@
 * Add ogg_stream_pageout_fill() to API to allow applications
   greater explicit flexibility in page sizing.
 * Documentation updates including multiplexing description,
-  terminology and API (incl. ogg_packet_clear(), 
+  terminology and API (incl. ogg_packet_clear(),
   ogg_stream_pageout_fill())
-* Correct possible buffer overwrite in stream encoding on 32 bit 
+* Correct possible buffer overwrite in stream encoding on 32 bit
   when a single packet exceed 250MB.
-* Correct read-buffer overrun [without side effects] under 
+* Correct read-buffer overrun [without side effects] under
   similar circumstances.
 * Update unit testing to work properly with new page spill
   heuristic.
 
 Version 1.2.0 (2010 March 25)
 
-* Alter default flushing behavior to span less often and use larger page 
+* Alter default flushing behavior to span less often and use larger page
   sizes when packet sizes are large.
 * Build fixes for additional compilers
 * Documentation updates
 
 Version 1.1.4 (2009 June 24)
 
-* New async error reporting mechanism. Calls made after a fatal error are 
+* New async error reporting mechanism. Calls made after a fatal error are
   now safely handled in the event an error code is ignored
 * Added allocation checks useful to some embedded applications
 * fix possible read past end of buffer when reading 0 bits
@@ -47,7 +47,7 @@
  * Correct a bug in the granulepos field of pages where no packet ends
  * New VS2003 and XCode builds, minor fixes to other builds
  * documentation fixes and cleanup
- 
+
 Version 1.1.2 (2004 September 23)
 
  * fix a bug with multipage packet assembly after seek
@@ -68,7 +68,7 @@
  * improved API documenation
  * RFC 3533 documentation of the format by Silvia Pfeiffer at CSIRO
  * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij
- 
+
 Version 1.0 (2002 July 19)
 
  * First stable release

Modified: trunk/ogg/README
===================================================================
--- trunk/ogg/README	2011-09-22 22:03:14 UTC (rev 18095)
+++ trunk/ogg/README	2011-09-22 23:32:51 UTC (rev 18096)
@@ -12,14 +12,14 @@
 
 = WHAT'S HERE =
 
-This source distribution includes libogg and nothing else. Other modules 
+This source distribution includes libogg and nothing else. Other modules
 (eg, the modules libvorbis, vorbis-tools for the Vorbis music codec,
 libtheora for the Theora video codec) contain the codec libraries for
 use with Ogg bitstreams.
 
 Directory:
 
-./src  		The source for libogg, a BSD-license inplementation of 
+./src  		The source for libogg, a BSD-license inplementation of
 		the public domain Ogg bitstream format
 
 ./include       Library API headers
@@ -61,7 +61,7 @@
 A standard svn build should consist of nothing more than:
 
 ./autogen.sh
-make 
+make
 
 and as root if desired :
 



More information about the commits mailing list