Browse code

Update for 4.1.1

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

Michael Niedermayer authored on 2019/01/21 16:34:57
Showing 3 changed files
... ...
@@ -1,6 +1,72 @@
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.1.1:
5
+- avcodec/prosumer: Error out if decompress() stops reading data
6
+- avcodec/tiff: Check for 12bit gray fax
7
+- avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()
8
+- avutil/mem: Optimize fill32() by unrolling and using 64bit
9
+- configure: bump year
10
+- avcodec/tests/rangecoder: initialize array to avoid valgrind warning
11
+- avcodec/gdv: Optimize and factorize scaling loops
12
+- avcodec/h264_slice: Fix integer overflow in implicit_weight_table()
13
+- avcodec/exr: set layer_match in all branches
14
+- avcodec/exr: Check for duplicate channel index
15
+- avfilter/vf_tonemap_opencl: Make static tables const
16
+- doc/indevs: fix upto typo
17
+- avcodec/4xm: Fix returned error codes
18
+- avformat/libopenmpt: Fix successfull typo
19
+- avcodec/v4l2_m2m: fix cant typo
20
+- avcodec/mjpegbdec: Fix some misplaced {} and spaces
21
+- avformat/wvdec: detect and error out on WavPack DSD files
22
+- avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa
23
+- avcodec/fic: Fail on invalid slice size/off
24
+- avcodec/ilbcdec: fix integer overflow in energy
25
+- postproc/postprocess_template: remove FF_REG_sp from clobber list
26
+- postproc/postprocess_template: Avoid using %4 for the threshold compare
27
+- libavformat/mov: Fix NULL-dereference read for some encrypted content.
28
+- avcodec/rpza: Check that there is enough data for all the blocks
29
+- avcodec/rpza: Move frame allocation to a later point
30
+- avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID
31
+- avformat/mpegts: Fix side data type for stream id
32
+- tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb
33
+- avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()
34
+- lavf/id3v2: fail read_apic on EOF reading mimetype
35
+- avcodec/rasc: Check that the number of moves is less than or equal the number of pixels
36
+- avformat/nutenc: Document trailer index assert better
37
+- lavf/mov: ensure only one tkhd per trak
38
+- avcodec/clearvideo: Check remaining input bits in P macro block loop
39
+- avcodec/rasc: Check input space before reading chunk
40
+- avcodec/dxv: Check that there is enough data to decompress
41
+- avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations
42
+- avcodec/msvideo1: Check for too small dimensions
43
+- avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size
44
+- avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size
45
+- avcodec/truemotion2rt: Fix rounding in input size check
46
+- avcodec/diracdec: Check component quant
47
+- avcodec/tiff: Limit filtering to decoded data
48
+- avcodec/truemotion2: fix integer overflows in tm2_low_chroma()
49
+- avcodec/pngdec: Check compression method
50
+- fftools/ffmpeg: Repair reinit_filter feature
51
+- avcodec/shorten: Fix integer overflow with offset
52
+- avcodec/imm4: Use ff_set_dimensions()
53
+- h264_redundant_pps: Fix logging context
54
+- avfilter/af_asetnsamples: fix last frame props
55
+- cbs_av1: Fix reading of overlong uvlc codes
56
+- avcodec/cbs_av1: fix parsing delta_frame_id_minus1
57
+- avfilter/vf_overlay: fix filtering with negative y
58
+- avformat/movenc: get number of written bytes from bitstream writer
59
+- avformat/movenc: fix size calculation in mov_write_eac3_tag()
60
+- avfilter/vf_overlay: fix crash with negative y
61
+- avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444
62
+- avfilter/af_afade: fix duration maximum
63
+- avfilter/vf_fade: fix start/duration max value
64
+- avcodec/cbs_av1: fix parsing signed integer values
65
+- avcodec/cbs_av1: fix storage size for segmentation_params feature_value fields
66
+- configure: Add missing xlib dependency for VAAPI X11 code
67
+- avcodec/hevcdec: fix non-ref frame judgement
68
+
69
+
4 70
 version 4.1:
5 71
 - deblock filter
6 72
 - tmix filter
... ...
@@ -1 +1 @@
1
-4.1
1
+4.1.1
... ...
@@ -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.1
41
+PROJECT_NUMBER         = 4.1.1
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