|
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.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 | + |
4 | 41 | version 4.3:
|
5 | 42 | - v360 filter
|
6 | 43 | - Intel QSV-accelerated MJPEG decoding
|
|
0 commit comments