[xiph-commits] r13852 - in tags/theora/theora-1.0alpha8: .
include/theora lib
giles at svn.xiph.org
giles at svn.xiph.org
Mon Sep 17 23:57:45 PDT 2007
Author: giles
Date: 2007-09-17 23:57:45 -0700 (Mon, 17 Sep 2007)
New Revision: 13852
Modified:
tags/theora/theora-1.0alpha8/configure.ac
tags/theora/theora-1.0alpha8/include/theora/theora.h
tags/theora/theora-1.0alpha8/lib/Makefile.am
Log:
Three items that were missed in the initial tag:
* release versioning in the configure script
* missing file added to the distribution
* minor documentation fix
Modified: tags/theora/theora-1.0alpha8/configure.ac
===================================================================
--- tags/theora/theora-1.0alpha8/configure.ac 2007-09-18 06:37:53 UTC (rev 13851)
+++ tags/theora/theora-1.0alpha8/configure.ac 2007-09-18 06:57:45 UTC (rev 13852)
@@ -4,7 +4,7 @@
dnl Initialization and Versioning
dnl ------------------------------------------------
-AC_INIT(libtheora,[1.0alpha8-svn])
+AC_INIT(libtheora,[1.0alpha8])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
Modified: tags/theora/theora-1.0alpha8/include/theora/theora.h
===================================================================
--- tags/theora/theora-1.0alpha8/include/theora/theora.h 2007-09-18 06:37:53 UTC (rev 13851)
+++ tags/theora/theora-1.0alpha8/include/theora/theora.h 2007-09-18 06:57:45 UTC (rev 13852)
@@ -385,7 +385,7 @@
* encoding mode.*/
#define TH_ENCCTL_GET_SPLEVEL_MAX (12)
/**Sets the speed level.
- * By default, the slowest speed (0) is used.
+ * By default a speed value of 1 is used.
*
* \param[in] buf int: The new encoding speed level.
* 0 is slowest, larger values use less CPU.
Modified: tags/theora/theora-1.0alpha8/lib/Makefile.am
===================================================================
--- tags/theora/theora-1.0alpha8/lib/Makefile.am 2007-09-18 06:37:53 UTC (rev 13851)
+++ tags/theora/theora-1.0alpha8/lib/Makefile.am 2007-09-18 06:57:45 UTC (rev 13852)
@@ -119,6 +119,7 @@
enc/quant_lookup.h \
enc/toplevel_lookup.h \
enc/dsp.h \
+ dec/apiwrapper.h \
dec/dct.h \
dec/decint.h \
dec/dequant.h \
More information about the commits
mailing list