[FFmpeg-cvslog] [ffmpeg] branch release/5.1 updated. 3b884fdebb Changelog: update

ffmpeg-git at ffmpeg.org ffmpeg-git at ffmpeg.org
Thu Aug 14 02:33:03 EEST 2025


The branch, release/5.1 has been updated
       via  3b884fdebb68269701c3be1766e9eac6134c24f2 (commit)
      from  ec959281897aa29076f3083edbc2306357342d7c (commit)


- Log -----------------------------------------------------------------
commit 3b884fdebb68269701c3be1766e9eac6134c24f2
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Thu Aug 14 01:09:14 2025 +0200
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Thu Aug 14 01:09:14 2025 +0200

    Changelog: update
    
    Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

diff --git a/Changelog b/Changelog
index 638f7bfe60..ae4c6fc9dc 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,32 @@ releases are sorted from youngest to oldest.
 
 
 version 5.1.7:
+ avcodec/exr: Check rle_raw_data and surroundings
+ avcodec/dxv: Check that we initialize op_data
+ avcodec/exr: Check for pixel type consistency in DWA
+ avcodec/libvorbisdec: avoid overflow when assinging sample rate from long to int
+ avcodec/g726: init missing sample rate
+ avformat/lrcdec: limit input timestamp range to avoid overflows
+ avcodec/scpr3: Clear clr
+ avcodec/ilbcdec: Clear cbvec when used with create_augmented_vector()
+ avcodec/jpeg2000dec: Make sure the 4 extra bytes allocated are initialized
+ avfilter/avf_showcqt: fix unbounded index when copying to fft_data
+ avcodec/aacsbr_template: Check ilb
+ avcodec/utvideodec: Set B for the width= 1 case
+ avcodec/ffv1: Clear state on alloc
+ avcodec/jpeg2000dec: implement cdef remapping during pixel format matching
+ avcodec/jpeg2000dec: move cdef default check into get_siz()
+ avcodec/exr: Dont access outside xsize/ysize
+ examples: Add check and replace av_free() to avoid potential memory errors
+ libavcodec/tests/snowenc: Add av_free() to avoid memory leak
+ libavcodec/videotoolbox_vp9: Move av_malloc() to avoid memory leak
+ avcodec/mpc8: init avctx->sample_rate
+ avformat/libopenmpt: fix seeking weirdness
+ avformat/hls: add cmfv/cmfa exceptions
+ avformat/lrcdec: support arbitrary precision timestamp
+ avcodec/ffv1dec: Disable frame threading due to race condition
+ swscale/swscale_unscaled: use 8 line alignment for planarCopyWrapper with dithering
+ Update for 5.1.7
  libavcodec/tests/motion: Add check for avcodec_alloc_context3()
  avcodec/tests/avpacket: Add av_free() to avoid memory leak
  examples: Add av_freep to avoid potential memory leak

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

Summary of changes:
 Changelog | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list