Browse code

Changelog: Update

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Michael Niedermayer authored on 2015/12/13 07:25:12
Showing 1 changed files
... ...
@@ -2,6 +2,11 @@ Entries are sorted chronologically from oldest to youngest within each release,
2 2
 releases are sorted from youngest to oldest.
3 3
 
4 4
 version 2.8.4
5
+- avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H
6
+- avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
7
+- avformat/matroskaenc: Check codecdelay before use
8
+- avutil/mathematics: Fix division by 0
9
+- mjpegdec: consider chroma subsampling in size check
5 10
 - libvpxenc: remove some unused ctrl id mappings
6 11
 - avcodec/vp3: ensure header is parsed successfully before tables
7 12
 - avcodec/jpeg2000dec: Check bpno in decode_cblk()