[xiph-commits] r10209 - in trunk/oggdsf: . build/NSIS/Release src/lib/codecs/vorbis/filters/dsfVorbisEncoder

illiminable at svn.xiph.org illiminable at svn.xiph.org
Thu Oct 20 07:09:09 PDT 2005


Author: illiminable
Date: 2005-10-20 07:09:01 -0700 (Thu, 20 Oct 2005)
New Revision: 10209

Modified:
   trunk/oggdsf/VERSIONS
   trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi
   trunk/oggdsf/src/lib/codecs/vorbis/filters/dsfVorbisEncoder/VorbisEncodeInputPin.cpp
Log:
* Get rid of the default quality setting at 0.6, put it back to 0.3
* Bump the versions again

Modified: trunk/oggdsf/VERSIONS
===================================================================
--- trunk/oggdsf/VERSIONS	2005-10-20 13:54:20 UTC (rev 10208)
+++ trunk/oggdsf/VERSIONS	2005-10-20 14:09:01 UTC (rev 10209)
@@ -1,4 +1,4 @@
-PACKAGE		-	0.70.0208
+PACKAGE		-	0.70.0209
 =================================
 libspeex	-	1.1.10
 libvorbis	-	1.1.1

Modified: trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi
===================================================================
--- trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi	2005-10-20 13:54:20 UTC (rev 10208)
+++ trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi	2005-10-20 14:09:01 UTC (rev 10209)
@@ -7,7 +7,7 @@
 
 ; HM NIS Edit Wizard helper defines
 !define PRODUCT_NAME "oggcodecs"
-!define PRODUCT_VERSION "0.70.0208"
+!define PRODUCT_VERSION "0.70.0209"
 !define PRODUCT_PUBLISHER "illiminable"
 !define PRODUCT_WEB_SITE "http://www.illiminable.com/ogg/"
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\OOOggDump.exe"

Modified: trunk/oggdsf/src/lib/codecs/vorbis/filters/dsfVorbisEncoder/VorbisEncodeInputPin.cpp
===================================================================
--- trunk/oggdsf/src/lib/codecs/vorbis/filters/dsfVorbisEncoder/VorbisEncodeInputPin.cpp	2005-10-20 13:54:20 UTC (rev 10208)
+++ trunk/oggdsf/src/lib/codecs/vorbis/filters/dsfVorbisEncoder/VorbisEncodeInputPin.cpp	2005-10-20 14:09:01 UTC (rev 10209)
@@ -39,7 +39,7 @@
 	,	mFishSound(NULL)
 	,	mWaveFormat(NULL)
 	,	mUptoFrame(0)
-	,	mVorbisQuality(0.6f)
+	,	mVorbisQuality(0.3f)
 {
 #ifdef OGGCODECS_LOGGING
 	debugLog.open("G:\\logs\\vorbisenc.logs", ios_base::out);



More information about the commits mailing list