diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-08 21:08:39 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-08 21:08:46 +0200 |
commit | 4f85e7b6ecc351702184ddbab751bbb5773b53ed (patch) | |
tree | e7c8f39b2b1a8c423ebd9134c18eda9de0a808a5 | |
parent | 10848d08625274e665c0ae3ad054e16732daf23c (diff) | |
parent | 808686375d1c80b0eb1b12a78838a3ba010fce69 (diff) | |
download | ffmpeg-4f85e7b6ecc351702184ddbab751bbb5773b53ed.tar.gz |
Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
* qatar/release/0.7:
Update changelog for 0.7.5 release
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | Changelog | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,6 +1,53 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 0.7.5: + +Security updates: + +- kgv1dec: Increase offsets array size so it is large enough. (CVE-2011-3945) +- mjpegbdec: Fix overflow in SOS. (CVE-2011-3947) +- shorten: Use separate pointers for the allocated memory for decoded samples. (CVE-2012-0858) +- atrac3: Fix crash in tonal component decoding. (CVE-2012-0853) +- ws_snd1: Fix wrong samples count and crash. (CVE-2012-0848) +- h263dec: Disallow width/height changing with frame threads. (CVE-2011-3937) +- dv: Several bugfixes (CVE-2011-3929 and CVE-2011-3936) +- nsvdec: Several bugfixes (CVE-2011-3940) + +Further bugfixes in the following codecs: + + 4xm, AAC, AC3, ADPCM.C, ALS, ANM, AVS, Atrac3, Bink, Bitmap Brothers + JV, COOK, CamStudio, Cinepak, DCA, DSI CIN, EA CMV, FLAC, Fraps FPS1, + H263, H264, Huffyuv, KMVC, Kega Game Video, LCL, MJPEG, MPEG1/2 + encoder, Motion Pixels, Musepack SV7, Musepack SV8, Nellymoser, QCELP, + QDM2, QT RPZA, QT SVQ3, Qt RLE, QuickDraw, RAW, RV10, RV34, SIPR, + Shorten, Smacker, SubRib, TIFF, Tiertex Limited SEQ, Truemotion2, + V.Flash PTX, VC1, VMware Screen Codec, VP5, VP6, VP8, Vorbis, WMA, WMA + PRO, WMA Voice.c, Wavpack, Westwood SNDx, Wing Commander/Xan + +Further bugfixes in the following formats + + 4xm, ASF, AVS, DV, FLV, Matroska, Musepack SV8, MPEG, MXF, NSV, RM, + Segafilm, Smacker, Sierra SOL, SWF + +Further bugfixes in the following filters included in libavfilter: + + avfiltergraph: use meaningful error codes + lavfi: fix realloc size computation in avfilter_add_format() + vf_unsharp: fix out-of-buffer read + vf_scale: apply the same transform to the aspect during init that is applied per frame + vf_pad: fix "vsub" variable value computation + vf_yadif: correct documentation on the parity parameter + vf_yadif: copy buffer properties like aspect for second frame as well + +Libswscale updates: + + fix another integer overflow. + take first/lastline over/underflows into account for MMX. + fix overflows in filterPos[] calculation for large sizes. + enforce a minimum filtersize. + + version 0.7.4: - vorbis: An additional defense in the Vorbis codec. (CVE-2011-3895) |