Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-02 05:16:18 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-05-02 05:21:55 +0400
commit701dd6eab0e9ad910073c9823319091ea20723dc (patch)
treea444947bc0ca535564996398e7a1af9df9f4233c /Changelog
parentace432f62cdcedf812e7c4d77fc5b03322170fa8 (diff)
parentf5d14a92cb6aebd0bac3599847d6302842115e3f (diff)
Merge remote branch 'qatar/release/0.6' into release/0.6
* qatar/release/0.6: Release notes for 0.6.3 update Changelog Duplicate AMV: disable DR1 and don't override EMU_EDGE lavf: inspect more frames for fps when container time base is coarse Duplicate Fix races in default av_log handler aac: add headers needed for log2f() mjpeg: Detect overreads in mjpeg_decode_scan() and error out. Conflicts: Changelog Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 10 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 491b97a782..2c30322037 100644
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,19 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 0.6.4:
+
+- fix compilation with --enable-hardcoded-tables
+- mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
+- aac: add headers needed for log2f()
+- lavf: inspect more frames for fps when container time base is coarse
+
+
version 0.6.3:
+
- AMV: Fix possibly exploitable crash.
- Fix apparently exploitable race condition.
-
+ (addresses http://seclists.org/bugtraq/2011/Apr/257)
version 0.6.2: