Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 401b59e

Browse files
committed
Update for 4.3.1
Signed-off-by: Michael Niedermayer <[email protected]>
1 parent d4ced9e commit 401b59e

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

Changelog

+37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
Entries are sorted chronologically from oldest to youngest within each release,
22
releases are sorted from youngest to oldest.
33

4+
version 4.3.1:
5+
avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_read_default
6+
avcodec/apedec: Fix undefined integer overflow with 24bit
7+
avcodec/loco: Fix integer overflow with large values from loco_get_rice()
8+
avformat/smjpegdec: Check the existence of referred streams
9+
avcodec/tiff: Check frame parameters before blit for DNG
10+
avcodec/mjpegdec: Limit bayer to single plane outputting format
11+
avcodec/pnmdec: Fix misaligned reads
12+
avcodec/mv30: Fix integer overflows in idct2_1d()
13+
avcodec/hcadec: Check total_band_count against imdct_in size
14+
avcodec/scpr3: Fix out of array access with dectab
15+
avcodec/tiff: Do not overrun the array ends in dng_blit()
16+
avcodec/dstdec: Replace AC overread check by sample rate check
17+
dnn_backend_native: Add overflow check for length calculation.
18+
avcodec/h264_metadata_bsf: Fix invalid av_freep
19+
avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag is false
20+
avcodec/av1_parser: initialize avctx->pix_fmt
21+
avcodec/av1_parser: add missing parsing for RGB pixel format signaling
22+
avcodec/av1_parser: set context values outside the OBU parsing loop
23+
avutil/avsscanf: Add () to avoid integer overflow in scanexp()
24+
avformat/utils: reorder duration computation to avoid overflow
25+
avcodec/pngdec: Check for fctl after idat
26+
avformat/hls: Pass a copy of the URL for probing
27+
avutil/common: Fix integer overflow in av_ceil_log2_c()
28+
avcodec/wmalosslessdec: fix overflow with pred in revert_cdlms
29+
avformat/mvdec: Fix integer overflow with billions of channels
30+
avformat/microdvddec: skip malformed lines without frame number.
31+
dnn_backend_native: check operand index
32+
dnn_backend_native.c: refine code for fail case
33+
avformat/mov: fix memleaks
34+
libavformat/mov: Fix memleaks when demuxing DV audio
35+
avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX
36+
avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleak
37+
avcodec/bitstream: Don't check for undefined behaviour after it happened
38+
avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf()
39+
avformat/aviobuf: Don't check for overflow after it happened
40+
441
version 4.3:
542
- v360 filter
643
- Intel QSV-accelerated MJPEG decoding

RELEASE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3
1+
4.3.1

doc/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = FFmpeg
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 4.3
41+
PROJECT_NUMBER = 4.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)