aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-03-05 10:26:54 +0200
committerMartin Storsjo <martin@martin.st>2015-03-05 10:26:54 +0200
commit2ded8da9122e769e6b90470efa1e58cfaf535d77 (patch)
tree7c7a1e3d973ebae277ecbe367179b452b19785f1
parentd7fca408b48bbff22d186c42c75c9fe7a79b4515 (diff)
downloadfdk-aac-2ded8da9122e769e6b90470efa1e58cfaf535d77.tar.gz
fdk-aac-2ded8da9122e769e6b90470efa1e58cfaf535d77.tar.bz2
fdk-aac-2ded8da9122e769e6b90470efa1e58cfaf535d77.zip
Update the changelog for the upcoming 0.1.4 release
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0702fe0..9a5f4e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+0.1.4
+ - Updated upstream sources, with minor changes to the decoder API
+ breaking the ABI. (Calling code using AUDIO_CHANNEL_TYPE may need to
+ be updated. A new option AAC_PCM_LIMITER_ENABLE has been added, enabled
+ by default, which incurs extra decoding delay.)
+ - PowerPC optimizations, fixes for building on AIX
+ - Support for reading streamed wav files in the encoder example
+ - Fix VBR encoding of sample rates over 64 kHz
+
0.1.3
- Updated upstream sources, with a number of crash fixes and new features
(including support for encoding 7.1)