aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-09-07 21:23:04 -0300
committerJames Almer <jamrial@gmail.com>2017-09-11 22:27:05 -0300
commite3a1c0491fa2beb6562f9960e9cb3af673f3bf94 (patch)
tree5d1758a25a4ad7febcbfd102bd81706db0dda673 /Changelog
parent41479c83aea06c9b9f0e6e016c3bdf18db97bf8e (diff)
downloadffmpeg-n3.3.4.tar.gz
avcodec/hevc_ps: improve check for missing default display window bitstreamn3.3.4
Fixes ticket #6644 Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com> (cherry picked from commit c9a1cd08eafe57d1fecaaf605929b3e68165a6e4)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c011583eb0..78df5df5fa 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,7 @@ releases are sorted from youngest to oldest.
version 3.3.4:
+- avcodec/hevc_ps: improve check for missing default display window bitstream
- avcodec/hevc_ps: Fix c?_qp_offset_list size
- avcodec/shorten: Move buffer allocation and offset init to end of read_header()
- avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()