aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-07-30 18:54:25 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-07-30 18:54:25 +0200
commit5e833d958c09e79be873f40df88d75425132ba16 (patch)
tree20e8728b2550f7abfb9229b011796f088844bef9
parentffcfab882b6683278585fd41218c1803dea443f5 (diff)
downloadffmpeg-5e833d958c09e79be873f40df88d75425132ba16.tar.gz
Changelog update
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9cfeeff116..8d010d976e 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,14 @@ Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
version 2.5.8
+- snow: remove an obsolete av_assert2
+- huffyuvdec: validate image size
+- vc1dec: use get_bits_long and limit the read bits to 32
+- mpegaudiodec: copy AVFloatDSPContext from first context to all contexts
+- libshine: fix support for shine 3.0
+- avidec: check for valid bit_rate range
+- avformat/nut: support WavPack
+- avcodec/diracdec: Check slices malloc and propagate error code
- avcodec/vp8: Check buffer size in vp8_decode_frame_header()
- avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()
- avcodec/diracdec: Check for hpel_base allocation failure