diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-07-30 18:54:25 +0200 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-07-30 18:54:25 +0200 |
commit | 5e833d958c09e79be873f40df88d75425132ba16 (patch) | |
tree | 20e8728b2550f7abfb9229b011796f088844bef9 | |
parent | ffcfab882b6683278585fd41218c1803dea443f5 (diff) | |
download | ffmpeg-5e833d958c09e79be873f40df88d75425132ba16.tar.gz |
Changelog update
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-rw-r--r-- | Changelog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |