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:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-23 06:28:09 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-12-23 06:28:09 +0300
commit959ab06c68f8c74a0f31bcaf2692cbbdaf5702f6 (patch)
tree9864656e70711e769125c1f40ff2e029c08999fe
parent46db3121c6658767f56c5ebea8c39d8d00b5dc62 (diff)
Changelog: update for 2.5.2n2.5.2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--Changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ea7774d7f5..4f5651bd7f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,24 @@
Entries are sorted chronologically from oldest to youngest within each release,
releases are sorted from youngest to oldest.
+version 2.5.2:
+- avcodec/indeo3: ensure offsets are non negative
+- avcodec/h264: Check *log2_weight_denom
+- avcodec/hevc_ps: Check diff_cu_qp_delta_depth
+- avcodec/h264: Clear delayed_pic on deallocation
+- avcodec/hevc: clear filter_slice_edges() on allocation
+- avcodec/dcadec: Check that the added xch channel isnt already there
+- avcodec/indeo3: use signed variables to avoid underflow
+- swscale: increase yuv2rgb table headroom
+- avformat/mov: fix integer overflow of size
+- avformat/mov: check atom nesting depth
+- avcodec/utvideodec: Fix handling of slice_height=0
+- avcodec/xface: correct the XFACE_MAX_* values
+- avcodec/vmdvideo: Check len before using it in method 3
+- configure: create the tests directory like the doc directory
+- mmvideo: check frame dimensions
+- jvdec: check frame dimensions
+
version 2.5.1:
- lavu/frame: fix malloc error path in av_frame_copy_props()
- avformat/aviobuf: Check that avio_seek() target is non negative