From 0dfaad3aa4a1717a2fdfb8ef853e03c5cb809e3f Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Fri, 11 Jan 2008 00:56:02 +0000 Subject: [PATCH] fix previous commit Originally committed to SVN as r1679. --- aegisub/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aegisub/changelog.txt b/aegisub/changelog.txt index eba09be56..ac5b51eac 100644 --- a/aegisub/changelog.txt +++ b/aegisub/changelog.txt @@ -56,6 +56,7 @@ Please visit http://aegisub.net to download latest version o Misc. changes and bugfixes in karaoke mode. Using the syllable splitter should be easier now. (jfs) o Fixed loading of Avisynth Scripts as audio. (AMZ) o PCM WAV files are now streamed directly from disk instead of being "decoded" into RAM or onto another disk file. Only works for 8 and 16 bit sampledepths. (jfs) + o Added *.m4a to the list of recognized audio formats in the audio open dialog. (TheFluff) - Changes to Audio Spectrum: (jfs) o The calculated FFT data are now cached, so things should be faster. - The maximum size of the cache can be configured. Default is unlimited, which provides the best performance assuming enough memory is available. (Limit it if you're working with huge audio files!) @@ -165,7 +166,7 @@ Please visit http://aegisub.net to download latest version - Added offsetting support to the resolution resampler. (AMZ) - Several fixes to Matroska parsing. (AMZ) - Untitled files will now get auto-saved as "Untitled.AUTOSAVE.ass". (AMZ) -- Added *.m4a to the list of recognized audio formats in the audio open dialog. (TheFluff) + = 1.10 beta - 2006.08.07 ===========================