From: Michael Niedermayer Date: Wed, 26 Nov 2025 01:54:17 +0000 (+0100) Subject: Update for 5.1.8 X-Git-Tag: n5.1.8^0 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/refs/heads/release/5.1 Update for 5.1.8 Signed-off-by: Michael Niedermayer --- diff --git a/Changelog b/Changelog index ae4c6fc9dc..9412175402 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,39 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 5.1.8: + avutil/common: cast GET_BYTE/GET_16BIT returned value + avfilter/vf_drawtext: Account for bbox text seperator + avcodec/utvideodec: Set B for the width= 1 case in restore_median_planar_il() + avformat/rtpdec_rfc4175: Only change PayloadContext on success + avformat/rtpdec_rfc4175: Check dimensions + avformat/rtpdec_rfc4175: Fix memleak of sampling + avformat/http: Fix off by 1 error + avcodec/exr: spelling + avcodec/exr: use tile dimensions in pxr24 UINT case + avcodec/exr: Simple check for available channels + avformat/sctp: Check size in sctp_write() + avformat/rtmpproto: consider command line argument lengths + avformat/rtmpproto_ Check tcurl and flashver length + avcodec/g723_1enc: Make min_err 64bit + avformat/rtpenc_h264_hevc: Check space for nal_length_size in ff_rtp_send_h264_hevc() + swscale/output: Fix integer overflow in yuv2ya16_X_c_template() + avcodec/exr: Check that DWA has 3 channels + avcodec/exr: check ac_size + avcodec/exr: Round dc_w/h up + avcodec/mjpegdec: Explain buf_size/width/height check + avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAX + fftools/ffmpeg_mux_init: Fix double-free on error + avformat/aviobuf: Keep checksum_ptr consistent in avio_seek() + aacenc_tns: clamp filter direction energy measurement + avcodec/dxv: Check coded_height, to avoid invalid av_clip() + avcodec/aac/aacdec: dont allow ff_aac_output_configure() allocating a new frame if it has no frame + avformat/lrcdec: Fix fate-sub-lrc-ms-remux on x86-32 + avcodec/sanm: Check w,h,left,top + avcodec/utvideodec: Clear plane_start array + lavc/aarch64: Fix addp overflow in ff_pred16x16_plane_neon_10 + avcodec/x86/pngdsp: add missing emms at the end of add_png_paeth_prediction + version 5.1.7: avcodec/exr: Check rle_raw_data and surroundings diff --git a/RELEASE b/RELEASE index cbad66a094..d4bda08b51 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -5.1.7 +5.1.8 diff --git a/doc/Doxyfile b/doc/Doxyfile index 7f6d4d2328..235afc36f6 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.7 +PROJECT_NUMBER = 5.1.8 # 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