pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 21 14:21:13 UTC 2025

Modified Files:
        pkgsrc/multimedia/ffmpeg8: Makefile Makefile.common distinfo
        pkgsrc/multimedia/ffplay8: Makefile

Log Message:
ffmpeg8 ffplay8: updated to 8.0.1

version 8.0.1:
avutil/common: cast GET_BYTE/GET_16BIT returned value
avfilter/vf_drawtext: fix call GET_UTF8 with invalid argument
avfilter/vf_drawtext: fix incorrect text length
Update for 8.0.1
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/rv60dec: Clear blk_info
avformat/whip: Fix rtp_ctx->streams access
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/rv60dec: add upper bound check for qp
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()
avcodec/ffv1enc: Consider variation in slice sizes
libavcodec/cbs_apv_syntax_template: limit tile to 2gb
swscale/output: Fix unsigned cast position in  yuv2*
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
configure: strip non numeric trailer from gcc version
avformat/dhav: Fix off by length of read element error
avformat/aviobuf: Keep checksum_ptr consistent in avio_seek()
doc/examples/vaapi_encode: fix invalid check on fwrite
avcodec/librsvgdec: fix compilation with librsvg 2.50.3
avcodec/mfenc: fix memory leak with D3D11 input surfaces
swscale/graph: fix double-free when legacy pass fails initializing
libavformat/udp: Fix call to recvfrom(2)
avfilter/f_ebur128: Fix incorrect ebur128 peak calculation.
avformat/udp: fix warning about unused varible
avdevice/lavfi: stop setting deprecated buffersink options
configure: unbreak glslang build
swscale/range_convert: fix truncation bias in range conversion
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
avfilter/af_whisper: fix srt index
avfilter/af_whisper: fix int64 printf format
avfilter/af_whisper: fix srt file format
avfilter/whisper: correct option formatting
avfilter/af_whisper: fix broken output for multibyte character
avformat/rtsp: fix leading space in RTSP reason
avformat/rtsp: do not log invalid values
avformat/http: Handle IPv6 Zone ID in hostname
avformat/dump: fix log level passed to av_log when printing stream group side data
avcodec/hevc/sei: don't attempt to use stale values in HEVCSEITDRDI
avcodec/hevc/sei: prevent storing a potentially bogus num_ref_displays value in HEVCSEITDRDI
avcodec/hevc/refs: don't unconditionally discard non-IRAP frames if no IRAP frame was seen before
libavutil/arm: Rename the HWCAP defines
libavutil/arm: Make use of elf_aux_info() on FreeBSD/OpenBSD
fftools/ffmpeg: fix gracefully shutdown
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
avcodec/videotoolboxenc: ensure bitrate is set in low_delay mode
avcodec/videotoolboxenc: allow low latency RC with HEVC
avcodec/videotoolboxenc: support global_quality without qscale
avcodec/videotoolboxenc: fix the loss of precision when calculating quality
fftools/ffmpeg_demux: ensure the display_rotation option is honored
avcodec/mjpegdec: use ff_frame_new_side_data() to export display matrix
avutil/tests/aes_ctr: extend the test to cover payloads smaller than a block
avutil/aes_ctr: reintroduce the block offset state
avfilter/vf_lcevc: support LCEVCdec version 4
avcodec/lcevcdec: support LCEVCdec version 4
movenc: ensure chapters track extradata is not null and populated


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/ffmpeg8/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/ffmpeg8/Makefile.common \
    pkgsrc/multimedia/ffmpeg8/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/ffplay8/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/ffmpeg8/Makefile
diff -u pkgsrc/multimedia/ffmpeg8/Makefile:1.3 pkgsrc/multimedia/ffmpeg8/Makefile:1.4
--- pkgsrc/multimedia/ffmpeg8/Makefile:1.3      Thu Oct 23 20:38:31 2025
+++ pkgsrc/multimedia/ffmpeg8/Makefile  Fri Nov 21 14:21:13 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/10/23 20:38:31 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/11/21 14:21:13 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg8/}
-PKGREVISION=   2
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Decoding, encoding and streaming software (v8.x)

Index: pkgsrc/multimedia/ffmpeg8/Makefile.common
diff -u pkgsrc/multimedia/ffmpeg8/Makefile.common:1.1 pkgsrc/multimedia/ffmpeg8/Makefile.common:1.2
--- pkgsrc/multimedia/ffmpeg8/Makefile.common:1.1       Fri Aug 22 16:42:05 2025
+++ pkgsrc/multimedia/ffmpeg8/Makefile.common   Fri Nov 21 14:21:13 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.1 2025/08/22 16:42:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.2 2025/11/21 14:21:13 adam Exp $
 # used by multimedia/ffmpeg8/Makefile
 # used by multimedia/ffplay8/Makefile
 
-DISTNAME=      ffmpeg-8.0
+DISTNAME=      ffmpeg-8.0.1
 CATEGORIES=    multimedia
 MASTER_SITES=  https://www.ffmpeg.org/releases/
 EXTRACT_SUFX=  .tar.xz
Index: pkgsrc/multimedia/ffmpeg8/distinfo
diff -u pkgsrc/multimedia/ffmpeg8/distinfo:1.1 pkgsrc/multimedia/ffmpeg8/distinfo:1.2
--- pkgsrc/multimedia/ffmpeg8/distinfo:1.1      Fri Aug 22 16:42:06 2025
+++ pkgsrc/multimedia/ffmpeg8/distinfo  Fri Nov 21 14:21:13 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2025/08/22 16:42:06 wiz Exp $
+$NetBSD: distinfo,v 1.2 2025/11/21 14:21:13 adam Exp $
 
-BLAKE2s (ffmpeg-8.0.tar.xz) = fe2b281ac6ecfe12beaf048bce780015e213177ab7cae96b9317e0031ed81ec2
-SHA512 (ffmpeg-8.0.tar.xz) = 96f01fc3b881e208e8d35d858b2f60627f298b06103195e3e753b1c6429810d7a484d4daeebad6d0810172616383d103dfb5fcadc4512726c3719800d24a3fde
-Size (ffmpeg-8.0.tar.xz) = 11384428 bytes
+BLAKE2s (ffmpeg-8.0.1.tar.xz) = cfa6a364cf8d1f26549736b1292b91f8970f598f3e593089f0ae9e417f886019
+SHA512 (ffmpeg-8.0.1.tar.xz) = 7af5cd1c7ba04f8d7ea1b54b64b9c235f2a606dc0c18d25cfdf20958bcad4851d3265b4894fc6ba5dd205c2309971c7e7fb890ee1d64e0a41a3faf159f77957f
+Size (ffmpeg-8.0.1.tar.xz) = 11388848 bytes
 SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
 SHA1 (patch-configure) = 007a0cfaebb39b9d729c3c888b11e82e33cdb9aa
 SHA1 (patch-doc_Makefile) = 66e884b555dfe6a4023142b46dbc567d102a0336

Index: pkgsrc/multimedia/ffplay8/Makefile
diff -u pkgsrc/multimedia/ffplay8/Makefile:1.2 pkgsrc/multimedia/ffplay8/Makefile:1.3
--- pkgsrc/multimedia/ffplay8/Makefile:1.2      Thu Oct 23 20:38:32 2025
+++ pkgsrc/multimedia/ffplay8/Makefile  Fri Nov 21 14:21:13 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/10/23 20:38:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/11/21 14:21:13 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffplay8/}
-PKGREVISION=   1
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Simple SDL frontend for FFmpeg



Home | Main Index | Thread Index | Old Index