[xiph-commits] r11473 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Tue May 30 16:20:13 PDT 2006


Author: giles
Date: 2006-05-30 16:20:12 -0700 (Tue, 30 May 2006)
New Revision: 11473

Modified:
   trunk/theora/AUTHORS
   trunk/theora/CHANGES
   trunk/theora/configure.ac
Log:
Update changelog and version for release.


Modified: trunk/theora/AUTHORS
===================================================================
--- trunk/theora/AUTHORS	2006-05-30 23:19:57 UTC (rev 11472)
+++ trunk/theora/AUTHORS	2006-05-30 23:20:12 UTC (rev 11473)
@@ -8,6 +8,10 @@
 Dan B. Miller
 	- Pre alpha3 development
 	
+Wim Tayman
+Dan Lenski
+	- MMX optimized functions
+	
 Aaron Colwell
 Thomas Vander Stichele
 Jan Gerber
@@ -23,7 +27,7 @@
 
 Silvia Pfeiffer
 	- Figures for the spec
-	
+
 Michael Smith
 Andre Pang
 calc

Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES	2006-05-30 23:19:57 UTC (rev 11472)
+++ trunk/theora/CHANGES	2006-05-30 23:20:12 UTC (rev 11473)
@@ -1,5 +1,6 @@
-libtheora 1.0alph6 (unreleased)
+libtheora 1.0alph6 (2006 May 30)
 
+ * Merge theora-mmx simd acceleration (x86_32 and x86_64)
  * Major RTP payload specification update
  * Minor format specification updates
  * Fix some spurious calls to free() instead of _ogg_free()

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2006-05-30 23:19:57 UTC (rev 11472)
+++ trunk/theora/configure.ac	2006-05-30 23:20:12 UTC (rev 11473)
@@ -4,7 +4,7 @@
 dnl Initialization and Versioning
 dnl ------------------------------------------------
 
-AC_INIT(libtheora,[1.0alpha6-svn])
+AC_INIT(libtheora,[1.0alpha6])
 
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET



More information about the commits mailing list