This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch release/5.1
in repository ffmpeg.

The following commit(s) were added to refs/heads/release/5.1 by this push:
     new 564e825f42 Prepare for 5.1.9 release
564e825f42 is described below

commit 564e825f428c835670da3a9f31a4b49261481c25
Author:     Michael Niedermayer <[email protected]>
AuthorDate: Tue May 5 16:20:47 2026 +0200
Commit:     Michael Niedermayer <[email protected]>
CommitDate: Tue May 5 16:20:47 2026 +0200

    Prepare for 5.1.9 release
    
    Signed-off-by: Michael Niedermayer <[email protected]>
---
 Changelog    | 158 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASE      |   2 +-
 doc/Doxyfile |   2 +-
 3 files changed, 160 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 9412175402..3585f43af3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,164 @@
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
+version 5.1.9:
+ avcodec/av1dec: check that primary_ref_frame is within range
+ configure: bump CONFIG_THIS_YEAR to 2026
+ avcodec/dfpwmdec: Check nb_samples
+ avcodec/alsdec: do not set nbits invalidly
+ swscale/swscale_unscaled: adjust last line copy
+ avformat/avidec: check LIST size in avi_load_index()
+ avformat/avidec: validate INFO list size before parsing
+ libavformat/xwma: fix overflow in seek position
+ avformat/pcm: Use 64bit for byte_rate
+ avfilter/vf_kerndeint: Check for minimum height
+ avcodec/ralf: Add the missing return statement after the error log
+ avfilter/vf_codecview: Clamp block to the visible frame region
+ avcodec/zmbv: reject XOR data that overruns the decompression buffer
+ avcodec/rasc: fix heap use-after-free in decode_move()
+ avformat/rtpdec_mpeg4: reject zero-length AU header sections
+ fftools/ffmpeg_opt: validate stream index in negative map handling
+ avformat/rtmpproto: prevent integer overflow accumulating FLV buffer size
+ avformat/rtmpproto: validate compressed SWF header length
+ avformat/rtsp: Fix out-of-bounds read in SDP parser when control_url is empty
+ avformat/rtpdec_latm: avoid integer overflow in LATM length parsing
+ avcodec/h264: recompute per-slice direct mode state for every slice
+ avcodec/h264_refs: Clear stale pointers from ref_list
+ avformat/concat: guard total_size overflow
+ avcodec/wmaenc: Fix missing padding in extradata
+ avcodec/tdsc: remove double stride adjustment
+ avformat/cafdec: fix negative index use in read_seek
+ avcodec/notchlc: Check 255 loops
+ avformat/rtpdec_jpeg: check qtable_len
+ avformat/vividas: use-of-uninitialized-value in keybuffer
+ avcodec/tdsc: Check jpeg size
+ avcodec/tdsc: Better input size check
+ avcodec/tdsc: Check tile_size
+ avformat/mov: check extradata in mov_read_dops()
+ avformat/mov: Check read size for opus extradata
+ avformat/rtspdec: reject non-positive ANNOUNCE Content-Length
+ avformat/wavdec: Fix use-of-uninitialized-value in find_guid()
+ avformat/hls_sample_encryption: add missing padding for audio setup buffer
+ avcodec/svq1dec: Check input space for minimum
+ avcodec/vp9: Rollback dimensions when format is rejected
+ avformat/rtpdec_qdm2: Check block_size
+ avcodec/escape130: Initialize old_y_avg
+ avutil/samplefmt: Dont claim that av_get_sample_fmt_string checks sample_fmt
+ avformat: check avio_read() return values in dss/dtshd/mlv
+ avcodec/alsdec: preserve full float value in zero-truncated samples
+ avcodec/alsdec: propagate read_diff_float_data() errors in read_frame_data()
+ avcodec/alsdec: fix mantissa unpacking in compressed Part A path
+ libavfilter/vf_v360: fix operator precedence in stereo loop condition
+ avcodec/alsdec: fix abs(INT_MIN) UB in read_diff_float_data()
+ avformat/rsd: reject short ADPCM_THP extradata reads
+ avformat/mov: Handle integer overflow in MOV parser
+ avcodec/dvdsub_parser: Fix buf_size check
+ avfilter/af_pan: fix sscanf() return value checks in parse_channel_name
+ avutil/bswap: fix implicit conversion warning in av_bswap64
+ avformat/mpegts: fix descriptor accounting across multiple IOD descriptors
+ avcodec/xxan: zero-initialize y_buffer
+ avcodec/exr: Check input space before reverse_lut()
+ avcodec/h264_slice: reject slice_num >= 0xFFFF
+ avutil/timecode: Check for integer overflow in 
av_timecode_init_from_components()
+ avformat/mov: do not allocate out-of-range buffers
+ avfilter/af_lv2: call lilv_instance_activate before lilv_instance_run
+ avformat/rtmpproto: fix listen_timeout conversion for special negative values
+ swscale/output: fix integer overflows in chroma in yuv2rgba64_X_c_template()
+ avcodec/lcldec: Fixes uqvq overflow
+ avcodec/av1dec: sync frame header and tile group behavior with CBS
+ avformat/mlvdec: avoid uninitialized read in read_string()
+ avcodec/magicyuv: fix small median images
+ swscale/output: Fix integer overflow in alpha in yuv2rgba64_1_c_template()
+ swscale/utils: Check *Inc
+ avfilter/vf_scale: Fix integer overflow in config_props()
+ swscale/output: Fixes integer overflow in yuv2planeX_8_c
+ swscale/utils: initialize chroma when luma switched to cascade
+ avformat/rtsp: Pass blacklist
+ avformat/rtsp: Explicitly check protocol
+ avfilter/vf_convolution: Use avpriv_mirror
+ avfilter/vf_convolution: Handle corner cases with small frames
+ avformat/mov: use 64bit in CENC subsample bounds checks
+ avutil/eval: Check depth of AVExpr
+ avformat/vividas: Reset n_audio_subpackets on error
+ avformat/matroskadec: Check that end_time_ns >= start_time_ns
+ avcodec/vp3: Sanity check cropping
+ avformat/dhav: Check avio_seek() return
+ avformat/segafilm: dont read uninitialized value
+ avcodec/mpegvideo_enc: Restructure ff_h263_encode_gob_header() relation to 
update_mb_info()
+ avcodec/exr: check tile_attr.x/ySize
+ avformat/demux: Fix integer overflows in select_from_pts_buffer()
+ avcodec/golomb: Fix get_ur_golomb_jpegls() with esclen = 0
+ swresample/resample_template: add casts to avoid undefined overflows
+ avcodec/h264_parser: Check pts for overflow
+ avformat/wtvdec: Check that language is fully read
+ avcodec/imm5: Dont pass EAGAIN on as is
+ avcodec/interplayacm: Check input for fill_block()
+ avcodec/flashsv: Check for input space before (re)allocating frame
+ avcodec/mdec: Check input space vs minimal block size
+ avcodec/h264_parser: Check remaining input length in loop in scan_mmco_reset()
+ avcodec/exr: fix AVERROR typo
+ avcodec/cfhd: Check transform type before continuing
+ avcodec/cfhd: Add CFHDSegment enum and named identifiers
+ avformat/icodec: Check size
+ avformat/lrcdec: Check ss for finiteness
+ avformat/http: Also count redirects from the cache
+ avformat/http: allow adjusting the redirect limit
+ fftools/ffmpeg_opt: limit recursion of presets
+ swscale/rgb2rgb_template: fix signed shift into sign bit
+ swresample: Check ch layouts in swr_alloc_set_opts2()
+ swresample: Check user chlayout in swr_set_matrix()
+ avcodec/bmp: fix indention
+ avcodec/exr: Handle axmax like bxmin in 
04d7a6d3db56ea1a93908ff2d3d312e3fc40a58c
+ avformat/cafdec: Check nb_entries in read_info_chunk()
+ avcodec/vp9: Reallocate on resolution change which does not change tile_cols
+ avformat/img2dec: Check avio_size() for failure
+ avformat/mpegtsenc: Check remaining space in SDT
+ avformat/img2enc: Check split planes packet size
+ avformat/yuv4mpegen: Sanity check input packet frame dimensions
+ avformat/iff: Error out with 0 channel loudspeaker configuration
+ Fix overflow in STSD parser
+ avcodec/adpcm: Check input buffer size
+ avformat/scd: Use ffio_read_size()
+ avformat/hls: Check for integer overflow with #EXTINF:
+ avcodec/dca_xll: Clear padding in ff_dca_xll_parse()
+ vfilter/vf_find_rect: Clamp x/y min/max to valid values
+ avcodec/dca_xll: Check get_rice_array()
+ avformat/mpegts: Check program_info_length
+ avformat/mpegts: Check IOD_DESCRIPTOR len
+ avcodec/qdm2: fix heap-use-after-free in qdm2_decode_frame
+ avcodec/jpeg2000dec: Print bpno level when erroring out
+ avformat/dashdec: check value valid after read value from mpd xml
+ swscale/utils: zero init filter memory as before
+ lavc/j2kdec: Do not ignore colour association for packed formats
+ swscale/utils: Sanity check sizeFactor
+ swscale/utils: Avoid FF_ALLOC_TYPED_ARRAY() and use av_malloc_array() directly
+ avcodec/mjpegdec: fix segfault on extern_huff and no extradata
+ avcodec/exr: use av_realloc_array()
+ avcodec/omx: Check extradata size and nFilledLen
+ avfilter/scale_eval: Use 64bit for factor_w/h
+ avfilter/scale_eval: Avoid undefined behavior with double to int cast
+ avformat/http: Check that the protocol of redirects is http or https
+ avfilter/vf_find_rect: Fix handling odd sized images
+ avcodec/notchlc: zero-initialize history buffer
+ avfilter/vf_stack: add checks for the final canvas dimensions
+ avcodec/mjpegdec: only test the size bound in sequential mjpeg
+ avformat/hls: fix double space
+ avformat/hls: Check seg size and offset for overflow
+ avformat/flac_picture: Correct check
+ avfilter/vf_neighbor_opencl: add error condition when filter name doesn't 
match
+ avfilter/vf_libopencv: make sure there is space for null-terminator in 
shape_str
+ fate: add missing options in config template
+ (fforge/pr/22398) swscale/x86/yuv2rgb_template: Add emms to MMX(EXT) functions
+ forgejo: backport CI job names
+ (fforge/pr/21341) avformat/img2dec: reject input images too big to fit into a 
single packet
+ avfilter/af_amerge: fix possible crash with custom layouts
+ (fforge/pr/21063) avformat/os_support: Include stdint.h for int64_t
+ all: apply linter fixes
+ tools/check_arm_indent: skip empty glob
+ forgejo: apply needed CI changes for 5.1
+ forgejo: backport CI to release/5.1
+
+
 version 5.1.8:
  avutil/common: cast GET_BYTE/GET_16BIT returned value
  avfilter/vf_drawtext: Account for bbox text seperator
diff --git a/RELEASE b/RELEASE
index d4bda08b51..fc3aa7739a 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-5.1.8
+5.1.9
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 235afc36f6..36f8dd0cc9 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME           = FFmpeg
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         = 5.1.8
+PROJECT_NUMBER         = 5.1.9
 
 # Using the PROJECT_BRIEF tag one can provide an optional one line description
 # for a project that appears at the top of each page and should give viewer a

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to