# FFmpeg 7.1.5 — n7.1.5 - Product: FFmpeg (https://whatsnew.fyi/product/ffmpeg) - Vendor: FFmpeg - Date: 2026-06-20 - Version: 7.1.5 - Original notes: https://github.com/FFmpeg/FFmpeg/releases/tag/n7.1.5 - Permalink: https://whatsnew.fyi/product/ffmpeg/releases/7.1.5 - Labels: Machine-generated from commit messages — the vendor published no release notes What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — avformat/dashdec, dashenc, hlsenc: respect io_open set in AVFormatContext and use correct close function for custom io. - **fixed** — avformat/demux: use correct close function for custom io. - **fixed** — avformat/oggparsecelt and oggparsevorbis: bound extra_headers and prevent integer overflow when summing header lengths. - **fixed** — avformat/mov_chan: keep the layout untouched on chan/chnl box failure and don't abort on unsupported or invalid chnl boxes. - **fixed** — avcodec/vvc: multiple fixes including not using large array on stack, checking frame to be non-NULL, ensuring every CTU belongs to a slice, returning error if CTU size > 128, adding support for output_corrupt/showall flags, and fixing issues with inverse LMCS idx, slice map construction, subpicture overlaps, divide-by-zero in LMCS param derivation, and error handling. - **fixed** — avcodec/cbs_h266: stricter validation for subpicture's max width and height, fix wrong condition for chroma MTT depth in PH, tighten sh_num_tiles_in_slice_minus1 upper bound, and fix pps_exp_slice_height_in_ctus_minus1 range. - **fixed** — avcodec/hdrdec: fix pixel count decrement in RLE decompress loop. - **fixed** — avformat/mov: fix negative index given to can_seek_to_key_sample(). - **fixed** — avformat and avcodec: multiple security and stability fixes including bounds checks in oggparsevorbis, rtpenc_aac, rtpenc_xiph, hls, soxdec, mxfdec, cook, ftp (CR/LF and IAC character injection prevention), matroskadec, iamf_parse, jpeglsdec, rtmppkt, magicyuv, h264_slice, aac/aacdec, vc2enc_dwt, fastaudio, and adpcm. - **fixed** — avfilter/drawtext: prevent double-free and glyph caching issues, and plug error-path leaks in measure_text/draw_text.