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:           Mon Sep 22 14:21:20 UTC 2025

Modified Files:
        pkgsrc/multimedia/ffmpeg7: Makefile Makefile.common distinfo
        pkgsrc/multimedia/ffplay7: Makefile

Log Message:
ffmpeg7 ffplay7: updated to 7.1.2

version 7.1.2:
 doc/examples/vaapi_encode: fix invalid check on fwrite
 avcodec/librsvgdec: fix compilation with librsvg 2.50.3
 fftools/ffmpeg: fix gracefully shutdown
 fftools/ffmpeg_demux: ensure the display_rotation option is honored
 avcodec/mjpegdec: use ff_frame_new_side_data() to export display matrix
 aacdec_usac: use RefStruct to track unfinished extension buffers
 avcode: Use av_fast_realloc() in ff_lzf_uncompress()
 avcodec/dxv: Check coded_height, to avoid invalid av_clip()
 avcodec/aac/aacdec: dont allow ff_aac_output_configure() allocating a new frame if it has no frame
 avformat/lrcdec: Fix fate-sub-lrc-ms-remux on x86-32
 avcodec/sanm: Check w,h,left,top
 avcodec/utvideodec: Clear plane_start array
 fftools/ffmpeg_mux_init: Use 64bit for score computation in map_auto_video()
 libavfilter/dnn/dnn_backend_tf: Remove redundant av_freep() to avoid double free
 avcodec/dxv: Use av_fast_realloc() for op_data
 avcodec/dxv: Use av_fast_realloc() and clear all new space
 avcodec/dxv: Clear ctex
 avcodec/dxv: Check that we initialize op_data
 avcodec/exr: Check for pixel type consistency in DWA
 avcodec/d3d12va_encode: fix label followed by a declaration warning
 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/aac/aacdec_usac: Limit sfo from noise offset to be above -200
 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: Check rle_raw_data and surroundings
 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
 libavfilter/af_firequalizer: Add check for av_malloc_array()
 libavcodec/videotoolbox_vp9: Move av_malloc() to avoid memory leak
 avcodec/mpc8: init avctx->sample_rate
 avcodec/cbs_h266_syntax_template: fix out of bounds access
 avformat/libopenmpt: fix seeking weirdness
 avformat/hls: add cmfv/cmfa exceptions
 avformat/lrcdec: support arbitrary precision timestamp
 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
 avcodec/tests/avpacket: Add av_packet_free() to avoid memory leak
 avcodec/fits: Clear naxis
 avcodec/vqavideo; Check bytestream2_get_buffer() reading next_codebook_buffer
 avcodec/lzf: Check for input space
 avcodec/imc: Clear padding of buf16
 avcodec/iff: Clear ham_buf
 avcodec/cri: Check bytestream2_get_buffer() for end
 avcodec/cri: Factor read_len out
 avformat/dashdec: Allocate space for appended "/"
 avcodec/mpegvideo_dec: Fix lowres=3 field select interlaced mpeg4 frame
 avformat/mxg: clear AV_INPUT_BUFFER_PADDING_SIZE
 avcodec/shorten: Clear the additionally allocated space on realloc
 avformat/vqf: Ensure that comm_chunk is fully read
 avformat/mov: make sure file_checksum is fully initialized
 avcodec/hevc/hevcdec: Clean sao_pixel_buffer_v on allocation
 avformat/asfdec_f: Check amount of value read
 avcodec/jpegxl_parser: add sanity check for frame size
 avcodec/ffv1dec: don't check chroma_planes for f->colorspace > 0
 avcodec/ffv1dec: don't add offsets to more NULL pointers
 avformat/concatdec: Clip duration in one more case in get_best_effort_duration()
 avcodec/ffv1dec: Check k in get_vlc_symbol()
 avcodec/cfhd: Check idwt_buf size before allocation
 avcodec/ivi: Check luma/chroma mb_size
 avfilter/vaf_spectrumsynth: don't use uninitialized variable as scale
 avcodec/motion_est: don't add offsets to NULL pointers
 swscale/swscale_unscaled: don't add offsets to NULL pointers
 avcodec/ffv1dec: don't add offsets to NULL pointers
 libavcodec/alsdec.c: Add check for av_malloc_array() and av_calloc()
 avcodec/psd: Move frame allocation after RLE processing
 avcodec/smacker: Move buffer allocation to later
 fftools/cmdutils: don't try to load arguments from file if not needed
 avcodec/opus: don't materialize buf pointer from null
 avfilter/avfilter: fix forwarding EOF for simple API filters in filter_activate_default
 avcodec/speexdec: consider differing frame sizes in remaining space check
 lavc/vvc: Fix condition for using default scaling factor
 avformat/mov: Check that sample_count is allocated in mov_parse_heif_items()
 avformat/iff: Check nb_channels == 0 in CHNL
 avcodec/osq: Request a coding mode 2 sample
 avcodec/osq: Switch back to av_ceil_log2()
 avcodec/osq: Add note about update_stats() count
 avcodec/osq: Fix signed integer overflow in update_stats()
 avcodec/mss2dsp: use FF_PTR_ADD to add offsets to a pointer
 avformat/movenc: fix writing reserved bits in EC3SpecificBox
 avcodec/hevc/hevcdec: Check num_entry_point_offsets
 avcodec/speexdec: Pass and check remaining packets to decode functions
 swscale/swscale_unscaled: use 8 line alignment for planarCopyWrapper with dithering
 aacenc_tns: clamp filter direction energy measurement
 fftools/ffmpeg_demux: don't flag timestamps as unreliable if they are generated
 avformat/iamf_parse: prevent overreads in update_extradata
 avformat/iamf_parse: increase PutBytes buffer when writing AAC extradata
 avformat/matroskadec: check that channels fit in signed 32bit int
 avcodec/takdec: Check remaining space for first predictors
 avcodec/svq3: Check there are bits left before decompression
 avcodec/sonic: Check num_taps
 avformat/imf_cpl: fix indention after previous commit
 avformat/imf_cpl: do not continue looping forever
 avformat/mov: reject negative ELST durations
 avformat/avidec: Ignore duplicate GAB2
 MAINTAINERS: Add entry for samples-request
 avcodec/h264_mb: Fix tmp_cr for arm
 avcodec/vorbisdec: Dont treat overread as error
 avcodec/hevc/ps: Fix dependant layer id check
 avformat/iff: Check nb_channels == 0 in MHDR
 tests/fate/filter-video: Fix dependancy for codecview
 postproc/postprocess_template: fix dering with a 16x16 image
 libpostproc: check minimum size
 avformat/hls: Fix flash1.bogulus.cfd support
 avformat/hls: Split allowed_segment_extensions off allowed_extensions
 avformat/hls: Fix Youtube AAC
 avformat/hls: add fmp4 to allowed_extensions
 avformat/hls: Add ec3 to allowed_extensions
 avformat/hls: Add cmfv and cmfa to allowed_extensions
 postproc/postprocess_template: fix handling of first row of dering_C
 postproc/postprocess_template: Fix reading uninitialized pixels in dering_C()
 configure: Clearer documentation for "disable-safe-bitstream-reader"
 avcodec/osq: avoid undefined negation
 swscale/output: Fix integer overflow in yuv2gbrp_full_X_c()
 avcodec/libtheora: fix setting keyframe_mask
 doc: replace http/git by https urls
 Revert "avformat/mpegts: update stream info when PMT ES stream_type changes"
 avformat/matroska: Support JPEG2000 for demuxing
 avformat/matroskadec: Fix VfW extradata size
 configure: Use MSYSTEM_CARCH for default arch on msys2
 avcodec/lcevcdec: don't try to write to output frames directly
 avfilter/avfiltergraph: fix regression in picking channel layout
 avformat/mpegts: update stream info when PMT ES stream_type changes
 avcodec/libzvbi-teletextdec: change new lines to \n in ASS header
 avformat/wavdec: increase requested probe score for codec probe
 avcodec/h264_slice: insert LCEVC side data before get_buffer() call
 avformat/hls: Fix get key file error
 avcodec/bsf/h264_mp4toannexb: Fix mixed bitstream format
 avformat/mov: Reduce seek when interleaved_read is disabled
 avfilter/vf_setparams: Fix chroma_location being cleared
 configure: Enable -fno-common for Darwin targets, avoid linker warnings
 configure: Only try to use the -no_warn_duplicate_libraries flag on Darwin
 configure: Silence Xcode warnings about duplicate libraries
 avcodec/mediacodecdec_common: Workaround MTK broken crop implementation
 avcodec/Makefile: include aom_film_grain.o file for h264_sei component
 lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang v2
 lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments with Clang
 avcodec/libsvtav1: unbreak build with latest svtav1
 fftools/ffmpeg_filter: also remove display matrix side data from buffered frames


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/ffmpeg7/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/ffmpeg7/Makefile.common
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/ffmpeg7/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/ffplay7/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/ffmpeg7/Makefile
diff -u pkgsrc/multimedia/ffmpeg7/Makefile:1.18 pkgsrc/multimedia/ffmpeg7/Makefile:1.19
--- pkgsrc/multimedia/ffmpeg7/Makefile:1.18     Sat Aug 30 22:45:57 2025
+++ pkgsrc/multimedia/ffmpeg7/Makefile  Mon Sep 22 14:21:20 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/08/30 22:45:57 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/09/22 14:21:20 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg7/}
-PKGREVISION=   4
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Decoding, encoding and streaming software (v7.x)

Index: pkgsrc/multimedia/ffmpeg7/Makefile.common
diff -u pkgsrc/multimedia/ffmpeg7/Makefile.common:1.12 pkgsrc/multimedia/ffmpeg7/Makefile.common:1.13
--- pkgsrc/multimedia/ffmpeg7/Makefile.common:1.12      Thu May 22 19:42:40 2025
+++ pkgsrc/multimedia/ffmpeg7/Makefile.common   Mon Sep 22 14:21:20 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.12 2025/05/22 19:42:40 nia Exp $
+# $NetBSD: Makefile.common,v 1.13 2025/09/22 14:21:20 adam Exp $
 # used by multimedia/ffmpeg7/Makefile
 # used by multimedia/ffplay7/Makefile
 
-DISTNAME=      ffmpeg-7.1.1
+DISTNAME=      ffmpeg-7.1.2
 CATEGORIES=    multimedia
 MASTER_SITES=  https://www.ffmpeg.org/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/multimedia/ffmpeg7/distinfo
diff -u pkgsrc/multimedia/ffmpeg7/distinfo:1.5 pkgsrc/multimedia/ffmpeg7/distinfo:1.6
--- pkgsrc/multimedia/ffmpeg7/distinfo:1.5      Mon Mar  3 16:14:24 2025
+++ pkgsrc/multimedia/ffmpeg7/distinfo  Mon Sep 22 14:21:20 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2025/03/03 16:14:24 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/09/22 14:21:20 adam Exp $
 
-BLAKE2s (ffmpeg-7.1.1.tar.xz) = 9afaebe477aadf4dac531265889d002d285e002cd7ece116f49ca6cf6076ef89
-SHA512 (ffmpeg-7.1.1.tar.xz) = 42486e485c8fc6f3ec61598a1a7cb40360535762b3fcf28c10d7c6840bc55afe3334434912746e69eef862d3cedf45a02953bde73d38547d2d9a7a38a65e123a
-Size (ffmpeg-7.1.1.tar.xz) = 11019500 bytes
+BLAKE2s (ffmpeg-7.1.2.tar.xz) = 4ddb221c092f9b3f263847eea282157906afcf2c9d1df7e0941f9fb732fc552b
+SHA512 (ffmpeg-7.1.2.tar.xz) = 181e6415da359e3addbc448ff09b5cebe57d9c37106e5125c41f484adebc250502fc9efe150cb117d7378e20830715035be94c2ba4ad7c369b18af85f1a4ca20
+Size (ffmpeg-7.1.2.tar.xz) = 11030368 bytes
 SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
 SHA1 (patch-configure) = 4abb1ebb94f354a8ada383207fde1e753e5793c7
 SHA1 (patch-doc_Makefile) = 35a23c09f3f735131647888cdc1ba725ff0f33ac

Index: pkgsrc/multimedia/ffplay7/Makefile
diff -u pkgsrc/multimedia/ffplay7/Makefile:1.10 pkgsrc/multimedia/ffplay7/Makefile:1.11
--- pkgsrc/multimedia/ffplay7/Makefile:1.10     Thu Apr 17 21:51:45 2025
+++ pkgsrc/multimedia/ffplay7/Makefile  Mon Sep 22 14:21:20 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/04/17 21:51:45 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/09/22 14:21:20 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffplay7/}
-PKGREVISION=   2
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Simple SDL frontend for FFmpeg



Home | Main Index | Thread Index | Old Index