summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <[email protected]>2014-08-03 21:30:32 -0400
committerReinhard Tartler <[email protected]>2014-08-03 21:30:46 -0400
commit07015d9f913d63bdc4495e75f4603c586553796e (patch)
tree198fb148fdc987ee6e96d87bd45fdafec215deb1
parent744b406ff3474e77543bcf86125a2f7bc7deaa18 (diff)
Update Changelog for v10.3
-rw-r--r--Changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 566de4ba0a..07ea870bbb 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,19 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 10.3:
+- huffyuv: Check and propagate function return values (CVE-2013-0868)
+- h264: prevent theoretical infinite loop in SEI parsing (CVE-2011-3946)
+- pgssubdec: Check RLE size before copying (CVE-2013-0852)
+- video4linux2: Avoid a floating point exception
+- vf_select: Drop a debug av_log with an unchecked double to enum conversion
+- librtmp: Don't free the temp url at the end of rtmp_open
+- arm: Avoid using the 'setend' instruction on ARMv7 and newer
+- avplay: Handle pixel aspect ratio properly
+- eamad: use the bytestream2 API instead of AV_RL (CVE-2013-0851)
+- pg2meet: allow size changes within original sizes
+- af_compand: make sure request_frame always outputs at least one frame
+
version 10.2:
- adpcm: Write the proper predictor in trellis mode in IMA QT
- adpcm: Avoid reading out of bounds in the IMA QT trellis encoder