[xiph-commits] r15357 - trunk/theora
ivo at svn.xiph.org
ivo at svn.xiph.org
Tue Sep 30 13:24:56 PDT 2008
Author: ivo
Date: 2008-09-30 13:24:56 -0700 (Tue, 30 Sep 2008)
New Revision: 15357
Modified:
trunk/theora/CHANGES
trunk/theora/configure.ac
Log:
Add today's changes by Monty. Preparing 1.0 Release Candidate.
Modified: trunk/theora/CHANGES
===================================================================
--- trunk/theora/CHANGES 2008-09-30 12:50:08 UTC (rev 15356)
+++ trunk/theora/CHANGES 2008-09-30 20:24:56 UTC (rev 15357)
@@ -3,7 +3,7 @@
- Merge x86 assembly for forward DCT from Thusnelda branch.
- Update 32 bit MMX with loop filter fix.
- Check for an uninitialized state before dereferencing in propagating
- decode calls
+ decode calls.
- Remove all TH_DEBUG statements.
- Rename the bitpacker source files imported from libogg to avoid
confusing simple build systems using both libraries.
@@ -17,6 +17,9 @@
- Disable inline assembly on gcc versions prior to 3.1.
- Remove extern references for OC_*_QUANT_MIN.
- Make various data tables static const so they can be read-only.
+ - cpuid assembly fix for MSVC.
+ - Remove ENCCTL codes from the old encoder API.
+ - Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
libtheora 1.0beta3 (2008 April 16)
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2008-09-30 12:50:08 UTC (rev 15356)
+++ trunk/theora/configure.ac 2008-09-30 20:24:56 UTC (rev 15357)
@@ -4,7 +4,7 @@
dnl Initialization and Versioning
dnl ------------------------------------------------
-AC_INIT(libtheora,[1.0beta4svn])
+AC_INIT(libtheora,[1.0RC1])
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
More information about the commits
mailing list