Browse code

Update for 4.0.2

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

Michael Niedermayer authored on 2018/07/18 21:04:51
Showing 3 changed files
... ...
@@ -1,6 +1,53 @@
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 4.0.2:
5
+- avcodec/dvdsub_parser: Allocate input padding
6
+- avcodec/dvdsub_parser: Init output buf/size
7
+- avcodec/dirac_dwt_template: Fix signedness regression in interleave()
8
+- avformat/mov: Simplify last element computation in mov_estimate_video_delay()
9
+- avformat/mov: Break out of inner loop early in mov_estimate_video_delay()
10
+- avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()
11
+- avformat/mov: remove modulo operations from mov_estimate_video_delay()
12
+- avformat/movenc: Write version 2 of audio atom if channels is not known
13
+- swresample/arm: rename labels to fix xcode build error
14
+- avformat/movenc: Check input sample count
15
+- avcodec/mjpegdec: Check for odd progressive RGB
16
+- avcodec/vp8_parser: Do not leave data/size uninitialized
17
+- avformat/mms: Add missing chunksize check
18
+- avformat/pva: Check for EOF before retrying in read_part_of_packet()
19
+- avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata()
20
+- avformat/asfdec_o: Check size_bmp more fully
21
+- avformat/mxfdec: Fix av_log context
22
+- avcodec/mpeg4videodec: Check for bitstream end in read_quant_matrix_ext()
23
+- avcodec/indeo4: Check for end of bitstream in decode_mb_info()
24
+- avcodec/ac3dec: Check channel_map index
25
+- avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indicator of studio profile
26
+- avcodec/shorten: Fix undefined addition in shorten_decode_frame()
27
+- avcodec/shorten: Fix undefined integer overflow
28
+- avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration()
29
+- avcodec/jpeg2000dec: Check that there are enough bytes for all tiles
30
+- avformat/movenc: Use mov->fc consistently for av_log()
31
+- avcodec/mpeg4videodec: Check read profile before setting it
32
+- avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample
33
+- avcodec/ac3_parser: Check init_get_bits8() for failure
34
+- avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id
35
+- avcodec/dpx: Check elements in 12bps planar path
36
+- avcodec/escape124: Fix spelling errors in comment
37
+- avcodec/ra144: Fix integer overflow in ff_eval_refl()
38
+- avcodec/cscd: Check output buffer size for lzo.
39
+- avcodec/escape124: Check buf_size against num_superblocks
40
+- avcodec/h264_parser: Reduce needed history for parsing mb index
41
+- avcodec/magicyuv: Check bits left in flags&1 branch
42
+- avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()
43
+- ffmpeg: fix -stream_loop with multiple inputs
44
+- ffmpeg: factorize input thread creation and destruction
45
+- avformat/mpegts: parse large PMTs with multiple tables
46
+- Revert "avcodec/mediacodecdec: wait on first frame after input buffers are full"
47
+- avcodec/videotoolboxenc: fix invalid session on iOS
48
+- avcodec/videotoolboxenc: split initialization
49
+- avcodec/videotoolboxenc: fix mutex/cond leak in error path
50
+
4 51
 version 4.0.1:
5 52
 - avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_coupling_fixed()
6 53
 - avcodec/dirac_dwt_template: Fix undefined behavior in interleave()
... ...
@@ -1 +1 @@
1
-4.0.1
1
+4.0.2
... ...
@@ -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         = 4.0.1
41
+PROJECT_NUMBER         = 4.0.2
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