Browse code

Update for 2.8.4

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

Michael Niedermayer authored on 2015/12/06 18:42:02
Showing 3 changed files
... ...
@@ -1,6 +1,46 @@
1 1
 Entries are sorted chronologically from oldest to youngest within each release,
2 2
 releases are sorted from youngest to oldest.
3 3
 
4
+version 2.8.4
5
+- libvpxenc: remove some unused ctrl id mappings
6
+- avcodec/vp3: ensure header is parsed successfully before tables
7
+- avcodec/jpeg2000dec: Check bpno in decode_cblk()
8
+- avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int
9
+- swscale/utils: Fix for runtime error: left shift of negative value -1
10
+- avcodec/hevc: Fix integer overflow of entry_point_offset
11
+- avcodec/dirac_parser: Check that there is a previous PU before accessing it
12
+- avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
13
+- avcodec/dirac_parser: Fix potential overflows in pointer checks
14
+- avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows
15
+- avcodec/wmaprodec: Fix overflow of cutoff
16
+- avformat/smacker: fix integer overflow with pts_inc
17
+- avcodec/vp3: Fix "runtime error: left shift of negative value"
18
+- avformat/riffdec: Initialize bitrate
19
+- mpegencts: Fix overflow in cbr mode period calculations
20
+- avutil/timecode: Fix fps check
21
+- avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows
22
+- avcodec/apedec: Check length in long_filter_high_3800()
23
+- avcodec/vp3: always set pix_fmt in theora_decode_header()
24
+- avcodec/mpeg4videodec: Check available data before reading custom matrix
25
+- avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
26
+- avutil/integer: Fix av_mod_i() with negative dividend
27
+- avformat/dump: Fix integer overflow in av_dump_format()
28
+- avcodec/h264_refs: Check that long references match before use
29
+- avcodec/utils: Clear dimensions in ff_get_buffer() on failure
30
+- avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
31
+- avcodec/hevc: Check max ctb addresses for WPP
32
+- avcodec/vp3: Clear context on reinitialization failure
33
+- avcodec/hevc: allocate entries unconditionally
34
+- avcodec/hevc_cabac: Fix multiple integer overflows
35
+- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
36
+- avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
37
+- avcodec/hevc: Check entry_point_offsets
38
+- lavf/rtpenc_jpeg: Less strict check for standard Huffman tables.
39
+- avcodec/ffv1dec: Clear quant_table_count if its invalid
40
+- avcodec/ffv1dec: Print an error if the quant table count is invalid
41
+- doc/filters/drawtext: fix centering example
42
+
43
+
4 44
 version 2.8.3
5 45
 - avcodec/cabac: Check initial cabac decoder state
6 46
 - avcodec/cabac_functions: Fix "left shift of negative value -31767"
... ...
@@ -1 +1 @@
1
-2.8.3
1
+2.8.4
... ...
@@ -31,7 +31,7 @@ PROJECT_NAME           = FFmpeg
31 31
 # This could be handy for archiving the generated documentation or
32 32
 # if some version control system is used.
33 33
 
34
-PROJECT_NUMBER         = 2.8.3
34
+PROJECT_NUMBER         = 2.8.4
35 35
 
36 36
 # With the PROJECT_LOGO tag one can specify a logo or icon that is included
37 37
 # in the documentation. The maximum height of the logo should not exceed 55