diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-05-02 03:16:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-02 03:21:55 +0200 |
commit | 701dd6eab0e9ad910073c9823319091ea20723dc (patch) | |
tree | a444947bc0ca535564996398e7a1af9df9f4233c /Changelog | |
parent | ace432f62cdcedf812e7c4d77fc5b03322170fa8 (diff) | |
parent | f5d14a92cb6aebd0bac3599847d6302842115e3f (diff) | |
download | ffmpeg-701dd6eab0e9ad910073c9823319091ea20723dc.tar.gz |
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-- | Changelog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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: |