summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2012-01-11 09:32:56 +0100
committerReinhard Tartler <siretart@tauware.de>2012-01-11 11:45:23 +0100
commitcf53a2127b4e5a34d1f839cea22bb0b3f0c55704 (patch)
tree9165e44f60357bd0720c4322fcb12826035abd06
parent014f8d8106c47e2d557c4c7645e82b4e67ac75b0 (diff)
Add some missing changelog entries and release 0.8_beta2
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-rw-r--r--Changelog4
-rw-r--r--RELEASE2
2 files changed, 4 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 4714ca791f..e69bde57cd 100644
--- a/Changelog
+++ b/Changelog
@@ -2,11 +2,13 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
-version <next>:
+version 0.8_beta2:
- Automatic thread count based on detection number of (available) CPU cores
- Deprecate libpostproc. If desired, the switch --enable-postproc will
enable it but it may be removed in a later Libav release.
+- rv34: frame-level multi-threading
+- optimized iMDCT transform on x86 using SSE for for mpegaudiodec
version 0.8_beta1:
diff --git a/RELEASE b/RELEASE
index 8e0f8bcd44..ce377b1f07 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.8_beta1
+0.8_beta2