[FFmpeg-cvslog] [ffmpeg] annotated tag n5.1.7 created. tag n5.1.7

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Thu Aug 14 03:47:44 EEST 2025


The annotated tag, n5.1.7 has been created
        at  98c2ad5125a13e90bf403f9dfdd4c03da27a149a (tag)
   tagging  3b884fdebb68269701c3be1766e9eac6134c24f2 (commit)
  replaces  n5.1.6
 tagged by  Michael Niedermayer
        on  Thu Aug 14 02:31:03 2025 +0200

- Log -----------------------------------------------------------------
FFmpeg 5.1.7 release
-----BEGIN PGP SIGNATURE-----

iHUEABYKAB0WIQTdHsno3ghcYps+GEaxjokos5SNZAUCaJ0uVAAKCRCxjokos5SN
ZCiKAQDBNkIA31gzrUu7t/PLuZ+eCWbq6ra/+X9pzZ3nhcoC2gD/RIeqYt64YW7g
+qbdQ3g8pc2NlSKK5UAcRhWkHD+9pAI=
=Ss2p
-----END PGP SIGNATURE-----

Andreas Rheinhardt (2):
      avcodec/ppc/vp8dsp_altivec: Fix out-of-bounds access
      avcodec/rkmppdec: Fix double-free on error

Bin Peng (2):
      lavc/aarch64: Fix ff_pred8x8_plane_neon_10
      lavc/aarch64: Fix ff_pred16x16_plane_neon_10

Brad Smith (3):
      configure: use just the pkg-config for sndio
      lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang
      lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang v2

Cosmin Stejerean (1):
      avfilter/bwdif: account for chroma sub-sampling in min size calculation

Gyan Doshi (2):
      lavc/libx265: unbreak build for X265_BUILD >= 210
      avcodec/libx265: unbreak build for X265_BUILD >= 213

James Almer (7):
      doc/resampler.texi: add missing swr channel layout options
      avfilter/buffersrc: check for valid sample rate
      avcodec/libtheora: fix setting keyframe_mask
      avformat/movenc: fix writing reserved bits in EC3SpecificBox
      avcodec/mss2dsp: use FF_PTR_ADD to add offsets to a pointer
      swscale/swscale_unscaled: don't add offsets to NULL pointers
      avcodec/motion_est: don't add offsets to NULL pointers

Janne Grunau (3):
      aarch64: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
      arm: vp9mc: Load only 12 pixels in the 4 pixel wide horizontal filter
      vp9: recon: Use emulated edge to prevent buffer overflows

Jiasheng Jiang (8):
      libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc()
      avcodec/tests/avpacket: Add av_packet_free() to avoid memory leak
      examples: Add av_freep to avoid potential memory leak
      avcodec/tests/avpacket: Add av_free() to avoid memory leak
      libavcodec/tests/motion: Add check for avcodec_alloc_context3()
      libavcodec/videotoolbox_vp9: Move av_malloc() to avoid memory leak
      libavcodec/tests/snowenc: Add av_free() to avoid memory leak
      examples: Add check and replace av_free() to avoid potential memory errors

Kacper Michajłow (7):
      avcodec/parser: ensure input padding is zeroed
      avcodec/opus: don't materialize buf pointer from null
      avformat/lrcdec: support arbitrary precision timestamp
      avcodec/mpc8: init avctx->sample_rate
      avformat/lrcdec: limit input timestamp range to avoid overflows
      avcodec/g726: init missing sample rate
      avcodec/libvorbisdec: avoid overflow when assinging sample rate from long to int

Kimapr (1):
      avformat/libopenmpt: fix seeking weirdness

Lynne (1):
      configure: update copyright year

Martin Storsjö (2):
      rtmpproto: Avoid rare crashes in the fail: codepath in rtmp_open
      configure: Improve the check for the rsync --contimeout option

Marton Balint (7):
      avformat/libzmq: fix check for zmq protocol prefix
      avutil/wchar_filename: re-introduce explicit cast of void* to char*
      avfilter/f_loop: fix length of aloop leftover buffer
      avfilter/f_loop: fix aloop activate logic
      avformat/wavdec: increase requested probe score for codec probe
      avfilter/split: consume all frames before forwarding inlink status
      swscale/swscale_unscaled: use 8 line alignment for planarCopyWrapper with dithering

Michael Niedermayer (162):
      avformat/wavdec: Check if there are 16 bytes before testing them
      avformat/img2dec: Clear padding data after EOF
      avformat/wtvdec: clear sectors
      avformat/wtvdec: Check length of read mpeg2_descriptor
      tools/target_dec_fuzzer: Use av_buffer_allocz() to avoid missing slices to have unpredictable content
      avformat/lmlm4: Eliminate some AVERROR(EIO)
      avfilter/vf_xfade_opencl: Check ff_inlink_consume_frame() for failure
      avfilter/af_surround: Check output format
      avfilter/vf_tonemap_opencl: Dereference after NULL check
      avfilter/vf_v360: Assert that vf was initialized
      avfilter/vf_xfade: Compute w2, h2 with float
      avcodec/dxva2: Initialize dxva_size and check it
      avcodec/dxva2: Initialize ConfigBitstreamRaw
      avcodec/dxva2: initialize validate
      avcodec/dxva2: initialize hr in ff_dxva2_common_end_frame()
      avdevice/dshow: Initialize 2 pointers
      tools/target_dec_fuzzer: Check that FFv1 doesnt leave uninitialized memory in its buffers
      avcodec/sga: av_assert1 check init_get_bits8()
      avformat/segafilm: Set keyframe
      avcodec/mvha: Clear remaining space after inflate()
      avformat/mpeg: Check an avio_read() for failure
      avcodec/shorten: clear padding
      avcodec/vc1dec: Clear mb_type_base and ttblk_base
      avcodec/aic: Clear slice_data
      avcodec/alsdec: clear last_acf_mantissa
      avformat/av1dec: Better fix for 70872/clusterfuzz-testcase-minimized-ffmpeg_dem_OBU_fuzzer-6005782487826432
      avcodec/avcodec: Warn about data returned from get_buffer*()
      avformat/apetag: Check APETAGEX
      avcodec/vc1_block: propagate error codes
      avcodec/notchlc: Check bytes left before reading
      avformat/argo_brp: Check that ASF chunk header is completely read
      avcodec/wmavoice: Do not use uninitialized pitch[0]
      avformat/mvdec: Check if name was fully read
      avcodec/vc2enc: basic sanity check on slice_max_bytes
      swscale/swscale: Use unsigned operation to avoid undefined behavior
      swscale/output: Fix undefined integer overflow in yuv2rgba64_2_c_template()
      avformat/mxfdec: More offset_temp checks
      avformat/mxfdec: Check timecode for overflow
      avformat/asf: Check picsize
      avcodec/jfdctint_template: use unsigned z* in row_fdct()
      avcodec/eacmv: Check input size for intra frames
      avcodec/svq3: Check for minimum size input
      avcodec/xan: Add basic input size check
      avcodec/ffv1enc: Fix >8bit context size
      avcodec/ffv1enc: 2Pass mode is not possible with golomb coding
      avcodec/ffv1enc: Slice combination is unsupported
      avcodec/ffv1enc: Correct error message about unsupported version
      avformat/mov: Avoid overflow in dts
      avformat/matroskadec: Check desc_bytes so bits fit in 64bit
      avcodec/ffv1enc: Prevent generation of files with broken slices
      avcodec/ffv1dec: Fix end computation with ec=2
      avcodec/rangecoder: only perform renorm check/loop for callers that need it
      swscale/output: used unsigned for bit accumulation
      avformat/mxfdec: Fix overflow in midpoint computation
      avformat/mpegts: Initialize predefined_SLConfigDescriptor_seen
      INSTALL: explain the circular dependency issue and solution
      avformat/rpl: check channels
      avformat/mccdec: Initialize and check rate.den
      avformat/nistspheredec: Clear buffer
      avformat/ilbc: Check avio_read() for failure
      avformat/vividas: Check avio_read() for failure
      doc/developer: Document relationship between git accounts and MAINTAINERS
      avformat/icodec: fix integer overflow with nb_pal
      avcodec/mjpegdec: Disallow progressive bayer images
      swscale/slice: clear allocated memory in alloc_lines()
      avformat/dxa: check bpc
      avformat/qcp: Check for read failure in header
      avcodec/ilbcdec: Initialize tempbuff2
      avcodec/webp: Check ref_x/y
      avutil/timecode: Avoid fps overflow in av_timecode_get_smpte_from_framenum()
      avformat/matroskadec: Check pre_ns for overflow
      avcodec/utils: Fix block align overflow for ADPCM_IMA_WAV
      avformat/mlvdec: Check avio_read()
      avformat/rpl: Fix check for negative values
      avformat/mxfdec: Check that key was read sucessfull
      avcodec/hapdec: Clear tex buffer
      avformat/rmdec: check that buf if completely filled
      avcodec/get_buffer: Use av_buffer_mallocz() for audio same as its done for video
      avfilter/vf_addroi: Add missing NULL termination to addroi_var_names[]()
      avfilter/vf_grayworld: Use the correct pointer for av_log()
      avfilter/af_pan: Fix sscanf() use
      swscale/output: Fix undefined overflow in yuv2rgba64_full_X_c_template()
      avcodec/aacsbr_template: Clear n_q on error
      avcodec/vc1dec: Clear block_index in vc1_decode_reset()
      avcodec/ffv1enc: Fix handling of 32bit unsigned symbols
      avcodec/mpegvideo_enc: Check FLV1 resolution limits
      avfilter/vf_v360: Fix NULL pointer use
      avutil/avstring: dont mess with NULL pointers in av_match_list()
      avformat/dashdec: Check whitelist
      avformat/vqf: Check avio_read() in add_metadata()
      avformat/vqf: Propagate errors from add_metadata()
      avcodec/cbs_vp9: Initialize VP9RawSuperframeIndex
      avformat/wtvdec: Initialize buf
      avformat/ipmovie: Check signature_buffer read
      avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream()
      avformat/mxfdec: Check avio_read() success in mxf_decrypt_triplet()
      avcodec/h263dec: Check against previous dimensions instead of coded
      avformat/mxfdec: Check edit unit for overflow in mxf_set_current_edit_unit()
      avformat/mlvdec: fix size checks
      avformat/iff: Check that we have a stream in read_dst_frame()
      avformat: add ff_match_url_ext()
      avformat/hls: Be more picky on extensions
      avformat/hls: Print input format in error message
      avformat/hls: .ts is always ok even if its a mov/mp4
      libavformat/hls: Be more restrictive on mpegts extensions
      avformat/hls: Fix twitter
      doc: replace http/git by https urls
      swscale/output: Fix integer overflow in yuv2gbrp_full_X_c()
      configure: Clearer documentation for "disable-safe-bitstream-reader"
      avformat/hls: Add cmfv and cmfa to allowed_extensions
      avformat/hls: Add ec3 to allowed_extensions
      avformat/hls: add fmp4 to allowed_extensions
      avformat/hls: Fix Youtube AAC
      avformat/hls: Split allowed_segment_extensions off allowed_extensions
      avformat/hls: Fix flash1.bogulus.cfd support
      libpostproc: check minimum size
      tests/fate/filter-video: Fix dependancy for codecview
      avformat/iff: Check nb_channels == 0 in MHDR
      avcodec/vorbisdec: Dont treat overread as error
      avcodec/h264_mb: Fix tmp_cr for arm
      avformat/avidec: Ignore duplicate GAB2
      avformat/mov: reject negative ELST durations
      avformat/imf_cpl: do not continue looping forever
      avcodec/sonic: Check num_taps
      avcodec/svq3: Check there are bits left before decompression
      avcodec/takdec: Check remaining space for first predictors
      avcodec/speexdec: Pass and check remaining packets to decode functions
      avformat/iff: Check nb_channels == 0 in CHNL
      avcodec/speexdec: consider differing frame sizes in remaining space check
      avcodec/smacker: Move buffer allocation to later
      avcodec/psd: Move frame allocation after RLE processing
      avcodec/ivi: Check luma/chroma mb_size
      avcodec/cfhd: Check idwt_buf size before allocation
      avcodec/ffv1dec: Check k in get_vlc_symbol()
      avformat/concatdec: Clip duration in one more case in get_best_effort_duration()
      avformat/asfdec_f: Check amount of value read
      avformat/mov: make sure file_checksum is fully initialized
      avformat/vqf: Ensure that comm_chunk is fully read
      avformat/mxg: clear AV_INPUT_BUFFER_PADDING_SIZE
      avformat/dashdec: Allocate space for appended "/"
      avcodec/cri: Factor read_len out
      avcodec/cri: Check bytestream2_get_buffer() for end
      avcodec/imc: Clear padding of buf16
      avcodec/lzf: Check for input space
      avcodec/vqavideo; Check bytestream2_get_buffer() reading next_codebook_buffer
      avcodec/fits: Clear naxis
      Update for 5.1.7
      avcodec/ffv1dec: Disable frame threading due to race condition
      avformat/hls: add cmfv/cmfa exceptions
      avcodec/exr: Dont access outside xsize/ysize
      avcodec/jpeg2000dec: move cdef default check into get_siz()
      avcodec/jpeg2000dec: implement cdef remapping during pixel format matching
      avcodec/ffv1: Clear state on alloc
      avcodec/utvideodec: Set B for the width= 1 case
      avcodec/aacsbr_template: Check ilb
      avcodec/jpeg2000dec: Make sure the 4 extra bytes allocated are initialized
      avcodec/ilbcdec: Clear cbvec when used with create_augmented_vector()
      avcodec/scpr3: Clear clr
      avcodec/exr: Check for pixel type consistency in DWA
      avcodec/dxv: Check that we initialize op_data
      avcodec/exr: Check rle_raw_data and surroundings
      Changelog: update

Muhammad Faiz (1):
      avfilter/avf_showcqt: fix unbounded index when copying to fft_data

Paul B Mahol (5):
      swresample/swresample_frame: fix regression in detecting changes
      avfilter/avfiltergraph: fix regression in picking channel layout
      avfilter/split: fix EOF passing to inlink
      avfilter/vf_colorcorrect: fix memory leaks
      avfilter/af_afwtdn: fix crash with EOF handling

Pavel Koshevoy (1):
      avformat/mov: (v4) fix get_eia608_packet

Ramiro Polla (2):
      configure: restore autodetection of v4l2 and fbdev
      configure: improve check for POSIX ioctl

Ross Burton (1):
      libavcodec/arm/mlpdsp_armv5te: fix label format to work with binutils 2.43

Timo Rothenpieler (1):
      avformat/hlsenc: correctly reset subtitle stream counter per-varstream

Zhao Zhili (1):
      avfilter/vf_codecview: fix heap buffer overflow

softworkz (1):
      avformat/hls: Partially revert "reduce default max reload to 3"

-----------------------------------------------------------------------


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list