pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/ffmpeg7
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 22 06:51:09 UTC 2026
Modified Files:
pkgsrc/multimedia/ffmpeg7: Makefile.common PLIST distinfo
Log Message:
ffmpeg7 ffplay7: updated to 7.1.5
7.1.5:
tests/checkasm/sw_rgb: don't write random data past the end of the buffer
swscale/alphablend: don't overread alpha plane on subsampled odd size
avcodec/vp8: Maintain consistency of frame pointers
avcodec/jpeg2000dec: clear array length when freeing it
av1dec: Don't crash if decoding of some frames have failed
avcodec/tdsc: propagate max_pixels to the JPEG tile decoder
avcodec/imm5: propagate max_pixels to the H264/HEVC sub-decoders
avcodec/cri: propagate max_pixels to the JPEG tile decoder
swscale: Fix out-of-bounds write errors in yuv2rgb_lasx.c file.
update for 7.1.5
avformat/mov: fix crash when stsz_sample_size is zero and sample_sizes is null
avformat/dashdec: Fail with any inner stream count being 0
swscale/x86/rgb_2_rgb: fix uyvytoyuv422 overwrite on odd width
avcodec/snowenc: fix SIGFPE in get_dc() when a block lies outside the plane
avcodec/snowenc: fix out-of-bounds OBMC read in get_dc() for narrow planes
avcodec/snowenc: fix out-of-bounds memcpy in get_block_rd() for narrow planes
avformat/icecast: reject CR/LF in metadata header values
avfilter/avf_showspectrum: Fix allocation check
avformat/sctp: add size check in sctp_read() matching sctp_write()
avcodec/cbs_av1_syntax_template: reset seen_frame_header on sequence headers
avfilter/convolution: compute user matrix products in unsigned
avformat/mpegts: use av_fast_realloc() for prg
avfilter/avf_showcwt: fix DIRECTION_DU EOF fill clearing the wrong rows
avfilter/avf_showcwt: fix DIRECTION_RL EOF fill clearing the wrong columns
avfilter/avf_showcwt: avoid undefined float to int conversion of nb_consumed_samples
avfilter/avf_showcwt: fix out of array read in compute_kernel
avfilter/v360: compute remap table offsets in 64bit
avfilter/v360: reject out-of-range dimensions
swresample/x86/resample: write only int16 in the int16 resampler
avformat/rtpenc_amr: Check input size
swscale/ppc: fix ASAN stack-buffer-overflow in yuv2planeX
swscale/ppc: fix LOAD_FILTER overread in VSX path
avfilter: use ff_slice_pos() for per-slice boundary computation
avfilter: add ff_slice_pos() helper for slice boundaries
avfilter/estdif: avoid signed overflow in slice boundary calculation
avformat/rtspdec: bound Content-Length in the ANNOUNCE handler to SDP_MAX_SIZE
avcodec/cbs_h266_syntax_template: reject subpic info with res_change_in_clvs
avcodec/misc4: Check nb channels
avcodec/rv10, rv34: check init_get_bits8() before RealVideo bit access
avformat/http: reject request-line tokens not terminated by whitespace
avformat/mov: reject out of range ispe dimensions, avoid overflow summing HEIF tile dimensions
avcodec/agm: validate actual src_y against prev plane in decode_inter_plane
fftools/ffmpeg_dec: deep-copy subtitle_header to fix use-after-free
avcodec/hevc/ps: Check window parameters
avcodec/hevc/ps: Factor window reading out
avcodec/truespeech: reject iterations count whose * 240 product overflows 32-bit
libavcodec/options_table: gamma22 and gamma28 aliases
avcodec/on2avc: reject subframe count whose * SUBFRAME_SIZE product overflows 32-bit
avfilter/zmq: initialize send_buf before shared cleanup on parse failure
avcodec/adpcm: fix signed integer overflow in get_nb_samples()
avformat/matroskadec: avoid signed overflow in DASH cue time differences
avcodec/fastaudio: reject subframes count whose * 256 product overflows 32-bit
avcodec/vc2enc_dwt: avoid signed overflow in the 9/7 DWT lifting
avcodec/vc2enc_dwt: avoid signed overflow in the 5/3 and Haar DWT
avcodec/mwsc: do not dereference a missing reference frame
avcodec/misc4: reject invalid sample rate
tools/target_dem_fuzzer: do not exit on io_buffer allocation failure
avformat/gxfenc: Check timecode and propagate error
swscale/rgb2rgb_template: use unsigned for <<24
avformat/iamf_parse: bound substream count by remaining OBU size
avformat/matroskadec: bound TRACKENTRY parsing by max_streams
avcodec/diracdec: fix heap buffer overflow in edge_emu_buffer
avformat/rtmppkt: Check recursion depth
avcodec/jpeglsdec: only apply color transform to decoded rows
avfilter/avf_showcwt: fix out-of-bounds read in du scroll
avcodec/aac/aacdec_usac: reject explicit usacSamplingFrequency of 0
avcodec/aac/aacdec: reject decoded frame without a valid sample rate
avformat/iff: check av_get_packet() result in ANIM branch
avfilter/vf_drawtext: Avoid double free in glyph_enu_border_free()
avfilter/vf_drawtext: plug error-path leaks in measure_text/draw_text
avfilter/vf_drawtext: avoid double-free of aliased FT_Glyph in glyph_enu_free
avfilter/vf_drawtext: don't double-free glyph that has been cached in tree
avfilter/vf_drawtext: always check pixel_mode == FT_PIXEL_MODE_MONO
avcodec/cook: bound subpacket channel sum against channel count
avformat/mxfdec: Remove unneeded check
avformat/ftp: Check string used for RNTO
avformat/ftp: Check for Telnet IAC characters and other non printable ASCII chars
avformat/ftp: reject CR/LF in the URL path to prevent FTP command injection
avcodec/jpeg2000dec: Clear header derived variables
avformat/avc: Adjust get_ue_golomb() to handle 32 bit
avcodec/x86/vorbisdsp: change cmpleps to cmpltps in inverse coupling
avfilter/af_join: fix wrong loop bound in buffer dedup (use-after-free)
avcodec/h264_slice: guard color_frame() against chroma-width underflow
avcodec/magicyuv: reject slice_height misaligned with chroma vshift
avcodec/magicyuv: Expand the s->interlaced slice-height sanity check
avcodec/magicyuv: Fix 1 line MEDIAN slices
avformat/mxfdec: zero-init Sony MPEG-4 extradata and add padding
avformat/soxdec: Check sample_rate for nan
tests/tiny_ssim: fixed mistake in ssim_c1 calculation
avformat/hls: Check TIME-OFFSET value
avformat/hls: Check url_offset and size
avformat/ty: check rec_size
avformat/rtpenc_xiph: bail out when the max payload size underflows
avformat/rtpenc_aac: reject packets smaller than the ADTS header
avcodec/jpeg2000dec: compute mask in decode_clnpass() like in decode_sigpass()
avformat/vividas: fix misaligned access
avcodec/g2meet: The stack is EPIC_PIX_STACK_SIZE
avcodec/h2645_sei: Initialize side data before deallocation
avfilter/boxblur: Fix off by one errors
avformat/assenc: Add the missing parentheses
avcodec/diracdec: Enlarge `mctmp` to cover the worst-case `blheight·ybsep + yblen` rows, and break the MC loop when no output rows remain
tools/zmqsend: free the AVBprint buffer after using it
[Wave] Fix issues with unaligned metadata chunks.
avcodec/hevc: limit missing-ref fill to coded planes
avformat/mov: Fix negative index given to can_seek_to_key_sample()
avcodec/hdrdec: fix pixel count decrement in RLE decompress loop
(fforge/pr/21328) avcodec/cbs_h266_syntax_template: Fix pps_exp_slice_height_in_ctus_minus1 range
lavc/vvc: Stricter bound on pps_exp_slice_height_in_ctus_minus1
avcodec/cbs_h266_syntax_template: tighten sh_num_tiles_in_slice_minus1 upper bound
lavc/vvc: Use second definition of MinQtLog2SizeIntraC if relevant
avcodec/cbs_h266: fix wrong condition for chroma MTT depth in PH
lavc/vvc: Fix unchecked error codes from add_reconstructed_area
lavc/vvc: Fix unchecked error codes from set_qp_y
lavc/vvc: Error on inter slice with no reference pics
lavc/vvc: Mark SPS used if multiple CLVSSs use it
lavc/vvc: Fix divide-by-zero in LMCS param derivation
lavc/vvc: Detect subpic overlaps at CTU level
lavc/vvc: Fix pps_single_slice_picture
lavc/vvc: Ensure subpictures don't overlap
lavc/vvc: Fix slice map construction for small subpics
lavc/vvc: Fix derivation of inverse LMCS idx
lavc/vvc: Set fc->ref to NULL at top of decode_nal_units
lavc/vvcdec: ensure slices contain nonzero CTUs
avcodec/vvc: Add support for output_corrupt/showall flags
lavc/vvc: Check slice structure
avcodec/vvc decode: ALF filtering without CC-ALF
avcodec/cbs_h266: Fix typo
avcodec/vvcdec: return error if CTU size > 128
avcodec/cbs_h266: stricter validation for subpicture's max width and height
avcodec/cbs_h266: improve readability in subpicture parser
avcodec/vvcdec: schedule next stage only if the current stage reports no error
avcodec/vvcdec: inter_data, check the return value from hls_merge_data
avcodec/vvcdec: ensure every CTU belongs to a slice
lavc/vvc_refs: Define VVC_FRAME_FLAG* to h header
avcodec/vvc/thread: Check frame to be non NULL
avcodec/vvc: Don't use large array on stack
(fforge/pr/23305) avformat/mov: don't abort on unsupported or invalid chnl boxes
avformat/mov_chan: keep the layout untouched on chan/chnl box failure
(fforge/pr/23242) avformat/oggparsevorbis.c: Prevent integer overflow when summing header lengths; add bounds check.
(fforge/pr/23189) avformat/oggparsecelt: bound extra_headers to avoid an effectively infinite loop
(fforge/pr/23113) avformat/demux: use correct close function for custom io
avformat/hlsenc: use correct close function for custom io
avformat/hlsenc: respect io_open set in AVFormatContext
avformat/dashenc: respect io_open set in AVFormatContext
avformat/dashdec: respect io_open set in AVFormatContext
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/multimedia/ffmpeg7/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/multimedia/ffmpeg7/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/ffmpeg7/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/ffmpeg7/Makefile.common
diff -u pkgsrc/multimedia/ffmpeg7/Makefile.common:1.16 pkgsrc/multimedia/ffmpeg7/Makefile.common:1.17
--- pkgsrc/multimedia/ffmpeg7/Makefile.common:1.16 Fri May 15 11:47:20 2026
+++ pkgsrc/multimedia/ffmpeg7/Makefile.common Mon Jun 22 06:51:09 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.16 2026/05/15 11:47:20 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2026/06/22 06:51:09 adam Exp $
# used by multimedia/ffmpeg7/Makefile
# used by multimedia/ffplay7/Makefile
-DISTNAME= ffmpeg-7.1.4
+DISTNAME= ffmpeg-7.1.5
CATEGORIES= multimedia
MASTER_SITES= https://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/multimedia/ffmpeg7/PLIST
diff -u pkgsrc/multimedia/ffmpeg7/PLIST:1.4 pkgsrc/multimedia/ffmpeg7/PLIST:1.5
--- pkgsrc/multimedia/ffmpeg7/PLIST:1.4 Fri May 15 11:47:20 2026
+++ pkgsrc/multimedia/ffmpeg7/PLIST Mon Jun 22 06:51:09 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/05/15 11:47:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/06/22 06:51:09 adam Exp $
bin/ffmpeg7
bin/ffprobe7
include/ffmpeg7/libavcodec/ac3_parser.h
@@ -157,7 +157,7 @@ lib/ffmpeg7/libavfilter.so.10.5.100
lib/ffmpeg7/libavformat.a
lib/ffmpeg7/libavformat.so
lib/ffmpeg7/libavformat.so.61
-lib/ffmpeg7/libavformat.so.61.7.102
+lib/ffmpeg7/libavformat.so.61.7.103
lib/ffmpeg7/libavutil.a
lib/ffmpeg7/libavutil.so
lib/ffmpeg7/libavutil.so.59
Index: pkgsrc/multimedia/ffmpeg7/distinfo
diff -u pkgsrc/multimedia/ffmpeg7/distinfo:1.8 pkgsrc/multimedia/ffmpeg7/distinfo:1.9
--- pkgsrc/multimedia/ffmpeg7/distinfo:1.8 Fri May 15 11:47:21 2026
+++ pkgsrc/multimedia/ffmpeg7/distinfo Mon Jun 22 06:51:09 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2026/05/15 11:47:21 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/06/22 06:51:09 adam Exp $
-BLAKE2s (ffmpeg-7.1.4.tar.xz) = 0415b3bce26f6618e875d65bef40a05a8c00c465ede338b86b5673aaed32bfff
-SHA512 (ffmpeg-7.1.4.tar.xz) = f78122efff098fc75d0213021bfc5ddbf94dd993970cab846bd9e0dfa72564beeae5a65616e4394f1591e28472409ea404f1390fee2780ebddc39ba69a97f9a9
-Size (ffmpeg-7.1.4.tar.xz) = 11043436 bytes
+BLAKE2s (ffmpeg-7.1.5.tar.xz) = f2342f62764ed10532a03e3f33b73862e0f3e2c0b85027642edf2e3c94eb2b8d
+SHA512 (ffmpeg-7.1.5.tar.xz) = c0649ef9edd4176b90459e92b636be18077ca898f24fe1a8dc60f3c5fd58cf718db9720bbe804c6f6894453e21c0625d706ea37d3523fcb40d61779763d7d965
+Size (ffmpeg-7.1.5.tar.xz) = 11050340 bytes
SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
SHA1 (patch-configure) = 4abb1ebb94f354a8ada383207fde1e753e5793c7
SHA1 (patch-doc_Makefile) = 35a23c09f3f735131647888cdc1ba725ff0f33ac
Home |
Main Index |
Thread Index |
Old Index