Browse code

Update for 3.4.6

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

Michael Niedermayer authored on 2019/03/28 18:23:26
Showing 3 changed files
... ...
@@ -1,6 +1,79 @@
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 3.4.6:
5
+- avcodec/hevcdec: Avoid only partly skiping duplicate first slices
6
+- lavc/bmp: Avoid a heap buffer overwrite for 1bpp input.
7
+- avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()
8
+- avcodec/dfa: Check the chunk header is not truncated
9
+- avcodec/dvbsubdec: Check object position
10
+- avcodec/cdgraphics: Use ff_set_dimensions()
11
+- avformat/gdv: Check fps
12
+- avcodec/scpr: Fix use of uninitialized variable
13
+- avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes
14
+- avcodec/aic: Check remaining bits in aic_decode_coeffs()
15
+- avcodec/gdv: Check for truncated tags in decompress_5()
16
+- avcodec/bethsoftvideo: Check block_type
17
+- avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()
18
+- avcodec/error_resilience: Use a symmetric check for skipping MV estimation
19
+- avcodec/mlpdec: Insuffient typo
20
+- avcodec/zmbv: obtain frame later
21
+- avcodec/jvdec: Check available input space before decode8x8()
22
+- avcodec/h264_direct: Fix overflow in POC comparission
23
+- avformat/webmdashenc: Check id in adaption_sets
24
+- avformat/http: Fix Out-of-Bounds access in process_line()
25
+- avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393
26
+- avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for handling braces
27
+- avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for tag scaning
28
+- avformat/matroskadec: Do not leak queued packets on sync errors
29
+- avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream
30
+- avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()
31
+- avformat/mov: validate chunk_count vs stsc_data
32
+- avformat/mov.c: require tfhd to begin parsing trun
33
+- avcodec/pgssubdec: Check for duplicate display segments
34
+- avformat/rtsp: Check number of streams in sdp_parse_line()
35
+- avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()
36
+- avcodec/fic: Check that there is input left in fic_decode_block()
37
+- avcodec/tiff: Check for 12bit gray fax
38
+- avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()
39
+- avutil/mem: Optimize fill32() by unrolling and using 64bit
40
+- configure: bump year
41
+- avcodec/diracdec: Check component quant
42
+- avcodec/tests/rangecoder: initialize array to avoid valgrind warning
43
+- avcodec/h264_slice: Fix integer overflow in implicit_weight_table()
44
+- avcodec/exr: set layer_match in all branches
45
+- avcodec/exr: Check for duplicate channel index
46
+- avcodec/4xm: Fix returned error codes
47
+- avcodec/v4l2_m2m: fix cant typo
48
+- avcodec/mjpegbdec: Fix some misplaced {} and spaces
49
+- avformat/wvdec: detect and error out on WavPack DSD files
50
+- avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa
51
+- avcodec/fic: Fail on invalid slice size/off
52
+- postproc/postprocess_template: remove FF_REG_sp from clobber list
53
+- postproc/postprocess_template: Avoid using %4 for the threshold compare
54
+- avcodec/rpza: Check that there is enough data for all the blocks
55
+- avcodec/rpza: Move frame allocation to a later point
56
+- avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID
57
+- avformat/mpegts: Fix side data type for stream id
58
+- tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb
59
+- avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()
60
+- lavf/id3v2: fail read_apic on EOF reading mimetype
61
+- avformat/nutenc: Document trailer index assert better
62
+- lavf/mov: ensure only one tkhd per trak
63
+- avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations
64
+- avcodec/msvideo1: Check for too small dimensions
65
+- avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size
66
+- avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size
67
+- avcodec/truemotion2rt: Fix rounding in input size check
68
+- avcodec/truemotion2: fix integer overflows in tm2_low_chroma()
69
+- avcodec/pngdec: Check compression method
70
+- fftools/ffmpeg: Repair reinit_filter feature
71
+- avcodec/shorten: Fix integer overflow with offset
72
+- avcodec/cavsdec: Propagate error codes inside decode_mb_i()
73
+- avcodec/mpegaudio_parser: Consume more than 0 bytes in case of the unsupported mp3adu case
74
+- avcodec/hevcdec: decode at most one slice reporting being the first in the picture
75
+- avfilter/af_silenceremove: fix possible crash if supplied duration is negative
76
+
4 77
 version 3.4.5:
5 78
 - avutil/integer: Fix integer overflow in av_mul_i()
6 79
 - avcodec/msrle: Check that the input is large enough to contain a end of picture code
... ...
@@ -1 +1 @@
1
-3.4.5
1
+3.4.6
... ...
@@ -38,7 +38,7 @@ PROJECT_NAME           = FFmpeg
38 38
 # could be handy for archiving the generated documentation or if some version
39 39
 # control system is used.
40 40
 
41
-PROJECT_NUMBER         = 3.4.5
41
+PROJECT_NUMBER         = 3.4.6
42 42
 
43 43
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
44 44
 # for a project that appears at the top of each page and should give viewer a