summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2012-04-01 19:45:27 +0200
committerReinhard Tartler <siretart@tauware.de>2012-04-01 22:47:53 +0200
commit808686375d1c80b0eb1b12a78838a3ba010fce69 (patch)
tree3b91a03c5dbe862666dcc7dfaecfb6fc537289d4
parentbc5d86d23d1ad377addf54d65ee665327836075e (diff)
downloadffmpeg-808686375d1c80b0eb1b12a78838a3ba010fce69.tar.gz
Update changelog for 0.7.5 release
-rw-r--r--Changelog47
1 files changed, 47 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 30c5b8f8de..425f6e2b96 100644
--- a/Changelog
+++ b/Changelog
@@ -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)