Module: libav Branch: master Commit: cf53a2127b4e5a34d1f839cea22bb0b3f0c55704
Author: Reinhard Tartler <[email protected]> Committer: Reinhard Tartler <[email protected]> Date: Wed Jan 11 09:32:56 2012 +0100 Add some missing changelog entries and release 0.8_beta2 Signed-off-by: Reinhard Tartler <[email protected]> --- Changelog | 4 +++- RELEASE | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 4714ca7..e69bde5 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 8e0f8bc..ce377b1 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.8_beta1 +0.8_beta2 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
