diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-05 21:18:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-06 00:25:39 +0200 |
commit | 581a83082967ffd0bcb92c42085b009eb6551165 (patch) | |
tree | c3aca77b9493009f64aea75d74c1c67638626c52 /Changelog | |
parent | 1ee1e9e43ff35c3d3f0e36c6f3f2e604179d2c73 (diff) | |
parent | 43e5fda45cf540a052d6f78248a3bf99f87095a8 (diff) | |
download | ffmpeg-581a83082967ffd0bcb92c42085b009eb6551165.tar.gz |
Merge remote-tracking branch 'qatar/release/0.8' into release/0.10
* qatar/release/0.8:
Update Changelog for the 0.8.2 Release
Prepare for 0.8.2 Release
vqavideo: return error if image size is not a multiple of block size
celp filters: Do not read earlier than the start of the 'out' vector.
motionpixels: Clip YUV values after applying a gradient.
jpeg: handle progressive in second field of interlaced.
h263: more strictly forbid frame size changes with frame-mt.
h264: additional protection against unsupported size/bitdepth changes.
tta: prevents overflows for 32bit integers in header.
ttadec: CRC checking
tta: use skip_bits_long()
Conflicts:
Changelog
RELEASE
libavcodec/h264.c
libavcodec/tta.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -3,6 +3,21 @@ releases are sorted from youngest to oldest. version next: + +version 0.10.2: + +- Several bugs and crashes have been fixed in the following codecs: AAC, + APE, H.263, H.264, Indeo 4, Mimic, MJPEG, Motion Pixels Video, RAW, + TTA, VC1, VQA, WMA Voice, vqavideo (CVE-2012-0947). + +- Several bugs and crashes have been fixed in the following formats: + ASF, ID3v2, MOV, xWMA + +- This release additionally updates the following codecs to the + bytestream2 API, and therefore benefit from additional overflow + checks: truemotion2, utvideo, vqavideo + + version 0.10.1 - Several security fixes, many bugfixes affecting many formats and codecs, the list below is not complete. |