This is an automated email from the git hooks/post-receive script.
Git pushed a change to annotated tag n8.1.1
in repository ffmpeg.
at 150ba6ddfa (tag)
tagging 239f2c733de417201d7ad3b3b8b0d9b63285b2b1 (commit)
replaces n8.1
by Michael Niedermayer
on Mon May 4 00:22:10 2026 +0200
- Log -----------------------------------------------------------------
FFmpeg 8.1.1 release
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQTdHsno3ghcYps+GEaxjokos5SNZAUCaffKnAAKCRCxjokos5SN
ZEayAQDNUlDwmQ2TynCLOcYp2it/GY3ozuiNxtjKiFvgKQdIRAEAqhSn0fV5U0jF
bXZV1xjtlZO1tgCjTjNM+CLVuUyfOQE=
=Sv5d
-----END PGP SIGNATURE-----
ASTRA (2):
avformat/wavdec: Fix use-of-uninitialized-value in find_guid()
avformat/vividas: use-of-uninitialized-value in keybuffer
AdityaTeltia (1):
avformat/hls_sample_encryption: add missing padding for audio setup buffer
Dale Curtis (1):
avformat/mov: Limit maximum box size for mov_read_lhvc()
Flavio Milan (1):
avformat/rtmpproto: prevent integer overflow accumulating FLV buffer size
Hankang Li (1):
swscale: fix signed integer overflow in color conversion arithmetic
James Almer (7):
avcodec/cbs_lcevc: don't look for process blocks if the unit was not
decomposed
avcodec/lcevc_parser: move the resolution type table to a header
avcodec/lcevcdec: don't try to derive final dimensions from SAR
avformat/mov: don't try to create an LCEVC group if there's a single track
avcodec/cbs_lcevc: fix writing process blocks with size 6
avcodec/h2645_sei: don't use provider_code uninitialized
avcodec/av1dec: check that primary_ref_frame is within range
Jun Zhao (2):
lavc/videotoolboxenc: return SEI parse errors
lavc/videotoolbox_vp9: fix vpcC flags offset
Kacper Michajłow (2):
avcodec/vp9: fix cbs fragment leak on error
avformat/concat: guard total_size overflow
Marius Momeu (2):
avcodec/ralf: Add the missing return statement after the error log
avfilter/vf_kerndeint: Check for minimum height
Martin Storsjö (2):
aarch64: hevcdsp: Make returns match the call site
aarch64: Add Armv9.3-A GCS (Guarded Control Stack) support
Marvin Scholz (1):
lavfi: vf_drawtext: check memory allocation
Michael Niedermayer (36):
avcodec/dvdsub_parser: Fix buf_size check
avcodec/aac/aacdec_usac: Implement missing bits of otts_bands_phase and
residual_bands computation
avutil/samplefmt: Dont claim that av_get_sample_fmt_string checks
sample_fmt
avcodec/escape130: Initialize old_y_avg
avformat/rtpdec_qdm2: Check block_size
avcodec/svq1dec: Check input space for minimum
avformat/mov: check extradata in mov_read_dops()
avcodec/decode: Better documentation for ff_set_dimensions()
avcodec/tdsc: Check tile_size
avcodec/tdsc: Better input size check
avcodec/tdsc: Check jpeg size
avformat/rtpdec_jpeg: check qtable_len
avcodec/notchlc: Check 255 loops
avcodec/tdsc: remove double stride adjustment
avformat: Fix various extradata padding issues
avcodec/wmaenc: Fix missing padding in extradata
avformat/iamf_parse.c: Fix potential integer overflow in
opus_decoder_config()
avcodec/pdvdec: Check input space before buffer allocation
avcodec/h264_refs: Clear stale pointers from ref_list
avcodec/h264: recompute per-slice direct mode state for every slice
avcodec/rasc: fix heap use-after-free in decode_move()
avcodec/zmbv: reject XOR data that overruns the decompression buffer
avfilter/vf_codecview: Clamp block to the visible frame region
avcodec/hevc/ps: validate rep_format dimensions in multi-layer SPS
avcodec/adpcm: signed integer overflow in ADPCM_N64
avformat/pcm: Use 64bit for byte_rate
libavformat/xwma: fix overflow in seek position
avformat/matroskadec: Check audio.sub_packet_h * audio.frame_size
avformat/avidec: check LIST size in avi_load_index()
swscale/swscale: Check srcSliceY and srcSliceH
swscale/swscale_unscaled: adjust last line copy
avcodec/alsdec: do not set nbits invalidly
avcodec/dfpwmdec: Check nb_samples
avcodec/aac/aacdec_usac_mps212: fix attach_lsb() OOB after huff_decode
Preparing 8.1.1 release
Bump micro for 8.1.1
Niels Provos (1):
avcodec/hevc/refs: Check multiplication in alloc_frame()
Paul Adenot (1):
avcodec/vp9: Rollback dimensions when format is rejected
Priyanshu Thapliyal (5):
avcodec/alsdec: fix abs(INT_MIN) UB in read_diff_float_data()
avcodec/pngdec: fix dead overflow check in decode_text_to_exif()
avcodec/alsdec: fix mantissa unpacking in compressed Part A path
avcodec/alsdec: propagate read_diff_float_data() errors in
read_frame_data()
avcodec/alsdec: preserve full float value in zero-truncated samples
Ruikai Peng (1):
avformat/whip: check RTP history packet size before RTX retransmission
Sankalpa Sarkar (1):
avformat: check avio_read() return values in dss/dtshd/mlv
Stéphane Cerveau (1):
vulkan: fix encode feedback query handling
Ted Meyer (2):
avformat/mov: Handle integer overflow in MOV parser
avformat/mov: Check read size for opus extradata
Weidong Wang (1):
avformat/rsd: reject short ADPCM_THP extradata reads
Zhao Zhili (2):
avfilter/vf_drawtext: fix newline rendered as .notdef glyph
avfilter/vf_ssim360: fix integer overflow in tape_length allocation
depthfirst-dev[bot] (9):
avformat/rtspdec: reject non-positive ANNOUNCE Content-Length
avformat/mov: reject dimg references with zero entries
avformat/cafdec: fix negative index use in read_seek
avformat/rtpdec_latm: avoid integer overflow in LATM length parsing
avformat/rtsp: Fix out-of-bounds read in SDP parser when control_url is
empty
avformat/rtmpproto: validate compressed SWF header length
fftools/ffmpeg_opt: validate stream index in negative map handling
avformat/rtpdec_mpeg4: reject zero-length AU header sections
avformat/avidec: validate INFO list size before parsing
marcos ashton (3):
avutil/bswap: fix implicit conversion warning in av_bswap64
avfilter/af_pan: fix sscanf() return value checks in parse_channel_name
libavfilter/vf_v360: fix operator precedence in stereo loop condition
-----------------------------------------------------------------------
No new revisions were added by this update.
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]