Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-07-10 20:41:43 +0300
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-07-19 11:56:11 +0300
commit15466db69e60f486c44e4c3e680d27c951f125d7 (patch)
treea3e6e99adddbe2781633f5017ed036f9adf77087
parent27816fb9ef26af1fa820c434079491f155e67471 (diff)
Changelog updaten2.7.2
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-rw-r--r--Changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 674a9d9f8e..68ce3f7a5a 100644
--- a/Changelog
+++ b/Changelog
@@ -4,6 +4,20 @@ releases are sorted from youngest to oldest.
version <next>:
version 2.7.2:
+- imc: use correct position for flcoeffs2 calculation
+- hevc: check slice address length
+- snow: remove an obsolete av_assert2
+- webp: fix infinite loop in webp_decode_frame
+- wavpack: limit extra_bits to 32 and use get_bits_long
+- ffmpeg: only count got_output/errors in decode_error_stat
+- ffmpeg: exit_on_error if decoding a packet failed
+- pthread_frame: forward error codes when flushing
+- huffyuvdec: validate image size
+- wavpack: use get_bits_long to read up to 32 bits
+- nutdec: check maxpos in read_sm_data before returning success
+- s302m: fix arithmetic exception
+- vc1dec: use get_bits_long and limit the read bits to 32
+- mpegaudiodec: copy AVFloatDSPContext from first context to all contexts
- 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