The branch, release/7.1 has been updated
       via  73d003ae785bad81fe8c82b19152369054c6d2e6 (commit)
      from  6486588d79c5468bfe1077bb32e4db4e92094e1c (commit)


- Log -----------------------------------------------------------------
commit 73d003ae785bad81fe8c82b19152369054c6d2e6
Author:     Michael Niedermayer <[email protected]>
AuthorDate: Wed Nov 19 16:46:11 2025 +0100
Commit:     Michael Niedermayer <[email protected]>
CommitDate: Wed Nov 19 16:46:44 2025 +0100

    updatze for 7.1.3
    
    Signed-off-by: Michael Niedermayer <[email protected]>

diff --git a/Changelog b/Changelog
index b8f15aabb7..0d216e7782 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,42 @@
 Entries are sorted chronologically from oldest to youngest within each release,
 releases are sorted from youngest to oldest.
 
+version 7.1.3:
+ avfilter/vf_drawtext: Account for bbox text seperator
+ avcodec/mediacodecdec_common: Check that the input to 
mediacodec_wrap_sw_audio_buffer() contains channel * sample_size
+ avcodec/utvideodec: Set B for the width= 1 case in restore_median_planar_il()
+ avcodec/osq: Fix 32bit sample overflow
+ 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
+ avcodec/vlc: Clear val8/16 in vlc_multi_gen() by av_mallocz()
+ 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/hevc/sei: prevent storing a potentially bogus num_ref_displays value 
in HEVCSEITDRDI
+ 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/aviobuf: Keep checksum_ptr consistent in avio_seek()
+ fftools/ffmpeg_sched: prevent demuxers from getting stuck
+ lavc/aarch64: Fix addp overflow in ff_pred16x16_plane_neon_10
+ avcodec/mlpdec: don't depend on context channel layout when setting substream 
masks
+ avformat/demux: pass new extradata to the parser
+ avcodec/svq1enc: restrict Altivec acceleration to big-endian POWER 
configurations
+ libavutil/arm: Rename the HWCAP defines
+ libavutil/arm: Make use of elf_aux_info() on FreeBSD/OpenBSD
+ avcodec/decode: sync initial_pict_type and intra_only_flag with thread 
worker's avctx
+ avcodec/x86/pngdsp: add missing emms at the end of add_png_paeth_prediction
+
+
 version 7.1.2:
  doc/examples/vaapi_encode: fix invalid check on fwrite
  avcodec/librsvgdec: fix compilation with librsvg 2.50.3
diff --git a/RELEASE b/RELEASE
index a8a1887568..1996c50447 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-7.1.2
+7.1.3
diff --git a/doc/Doxyfile b/doc/Doxyfile
index abae13898b..0493482049 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         = 7.1.2
+PROJECT_NUMBER         = 7.1.3
 
 # 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

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

Summary of changes:
 Changelog    | 36 ++++++++++++++++++++++++++++++++++++
 RELEASE      |  2 +-
 doc/Doxyfile |  2 +-
 3 files changed, 38 insertions(+), 2 deletions(-)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to