pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia ffmpeg4/ffplay4: updated to 4.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64a764d503d2
branches:  trunk
changeset: 329546:64a764d503d2
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 11 09:24:22 2019 +0000

description:
ffmpeg4/ffplay4: updated to 4.1.1

version 4.1.1:
- avformat/mov: validate chunk_count vs stsc_data
- avformat/mov: require tfhd to begin parsing trun
- avcodec/pgssubdec: Check for duplicate display segments
- avformat/rtsp: Check number of streams in sdp_parse_line()
- avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()
- avcodec/rasc: Move ff_get_buffer() after frame checks
- avcodec/rasc: Check uncompressed dlta size
- avcodec/fic: Check that there is input left in fic_decode_block()
- avcodec/ilbcdec: Fix undefined integer overflow lsf2poly()
- avcodec/ilbcdec: Fix integer overflow in construct_vector()
- avcodec/prosumer: Error out if decompress() stops reading data
- avcodec/tiff: Check for 12bit gray fax
- avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()
- avutil/mem: Optimize fill32() by unrolling and using 64bit
- configure: bump year
- avcodec/tests/rangecoder: initialize array to avoid valgrind warning
- avcodec/gdv: Optimize and factorize scaling loops
- avcodec/h264_slice: Fix integer overflow in implicit_weight_table()
- avcodec/exr: set layer_match in all branches
- avcodec/exr: Check for duplicate channel index
- avfilter/vf_tonemap_opencl: Make static tables const
- doc/indevs: fix upto typo
- avcodec/4xm: Fix returned error codes
- avformat/libopenmpt: Fix successfull typo
- avcodec/v4l2_m2m: fix cant typo
- avcodec/mjpegbdec: Fix some misplaced {} and spaces
- avformat/wvdec: detect and error out on WavPack DSD files
- avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa
- avcodec/fic: Fail on invalid slice size/off
- avcodec/ilbcdec: fix integer overflow in energy
- postproc/postprocess_template: remove FF_REG_sp from clobber list
- postproc/postprocess_template: Avoid using %4 for the threshold compare
- libavformat/mov: Fix NULL-dereference read for some encrypted content.
- avcodec/rpza: Check that there is enough data for all the blocks
- avcodec/rpza: Move frame allocation to a later point
- avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID
- avformat/mpegts: Fix side data type for stream id
- tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb
- avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()
- lavf/id3v2: fail read_apic on EOF reading mimetype
- avcodec/rasc: Check that the number of moves is less than or equal the number of pixels
- avformat/nutenc: Document trailer index assert better
- lavf/mov: ensure only one tkhd per trak
- avcodec/clearvideo: Check remaining input bits in P macro block loop
- avcodec/rasc: Check input space before reading chunk
- avcodec/dxv: Check that there is enough data to decompress
- avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations
- avcodec/msvideo1: Check for too small dimensions
- avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size
- avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size
- avcodec/truemotion2rt: Fix rounding in input size check
- avcodec/diracdec: Check component quant
- avcodec/tiff: Limit filtering to decoded data
- avcodec/truemotion2: fix integer overflows in tm2_low_chroma()
- avcodec/pngdec: Check compression method
- fftools/ffmpeg: Repair reinit_filter feature
- avcodec/shorten: Fix integer overflow with offset
- avcodec/imm4: Use ff_set_dimensions()
- h264_redundant_pps: Fix logging context
- avfilter/af_asetnsamples: fix last frame props
- cbs_av1: Fix reading of overlong uvlc codes
- avcodec/cbs_av1: fix parsing delta_frame_id_minus1
- avfilter/vf_overlay: fix filtering with negative y
- avformat/movenc: get number of written bytes from bitstream writer
- avformat/movenc: fix size calculation in mov_write_eac3_tag()
- avfilter/vf_overlay: fix crash with negative y
- avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444
- avfilter/af_afade: fix duration maximum
- avfilter/vf_fade: fix start/duration max value
- avcodec/cbs_av1: fix parsing signed integer values
- avcodec/cbs_av1: fix storage size for segmentation_params feature_value fields
- configure: Add missing xlib dependency for VAAPI X11 code
- avcodec/hevcdec: fix non-ref frame judgement

diffstat:

 multimedia/ffmpeg4/Makefile        |   3 +--
 multimedia/ffmpeg4/Makefile.common |   4 ++--
 multimedia/ffmpeg4/distinfo        |  10 +++++-----
 multimedia/ffplay4/Makefile        |   3 +--
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r bfe6fb968bc7 -r 64a764d503d2 multimedia/ffmpeg4/Makefile
--- a/multimedia/ffmpeg4/Makefile       Mon Feb 11 08:23:17 2019 +0000
+++ b/multimedia/ffmpeg4/Makefile       Mon Feb 11 09:24:22 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/12/10 16:23:50 maya Exp $
+# $NetBSD: Makefile,v 1.12 2019/02/11 09:24:22 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg4/}
-PKGREVISION=   4
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ffmpeg.mplayerhq.hu/
 COMMENT=       Decoding, encoding and streaming software (v4.x)
diff -r bfe6fb968bc7 -r 64a764d503d2 multimedia/ffmpeg4/Makefile.common
--- a/multimedia/ffmpeg4/Makefile.common        Mon Feb 11 08:23:17 2019 +0000
+++ b/multimedia/ffmpeg4/Makefile.common        Mon Feb 11 09:24:22 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.10 2018/12/10 16:23:50 maya Exp $
+# $NetBSD: Makefile.common,v 1.11 2019/02/11 09:24:22 adam Exp $
 # used by multimedia/ffmpeg4/Makefile
 # used by multimedia/ffplay4/Makefile
 
-DISTNAME=      ffmpeg-4.1
+DISTNAME=      ffmpeg-4.1.1
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www.ffmpeg.org/releases/
 EXTRACT_SUFX=  .tar.xz
diff -r bfe6fb968bc7 -r 64a764d503d2 multimedia/ffmpeg4/distinfo
--- a/multimedia/ffmpeg4/distinfo       Mon Feb 11 08:23:17 2019 +0000
+++ b/multimedia/ffmpeg4/distinfo       Mon Feb 11 09:24:22 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2018/11/06 19:31:09 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/02/11 09:24:22 adam Exp $
 
-SHA1 (ffmpeg-4.1.tar.xz) = 40bb9002df044514723e9cca7f0a049eee88fed8
-RMD160 (ffmpeg-4.1.tar.xz) = 04a511df8a1bedc3baf51c3601414ce78d7a71a9
-SHA512 (ffmpeg-4.1.tar.xz) = 59db7e8a6238048c04c3b0bd5885aea2bf7951f79949fc0659a8d235c4cd809ac0c1a74544a4c218a38c8c739eea76f5ee1231bfb96439487212c6e65591780e
-Size (ffmpeg-4.1.tar.xz) = 8890608 bytes
+SHA1 (ffmpeg-4.1.1.tar.xz) = 0e4a905c49b9c9bc9d9a057b42c57b9397efc3b4
+RMD160 (ffmpeg-4.1.1.tar.xz) = e16400cfaa2a975805f84730f8a8c5e255d2f92b
+SHA512 (ffmpeg-4.1.1.tar.xz) = fe72680f1e4ca0b226199d1407803e1de11f00f5a88a23251182172cda4a7369cf1826c4ef86230bf60b0f9ff0d69382da5eeec26574a31eacd9935cf4eeb86f
+Size (ffmpeg-4.1.1.tar.xz) = 8893404 bytes
 SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
 SHA1 (patch-configure) = 5f9acc5a62fe20774e63e8f4d2367174104f2774
 SHA1 (patch-doc_Makefile) = 3b86307323fa565f9ad19c5bcb6ea71d323062fc
diff -r bfe6fb968bc7 -r 64a764d503d2 multimedia/ffplay4/Makefile
--- a/multimedia/ffplay4/Makefile       Mon Feb 11 08:23:17 2019 +0000
+++ b/multimedia/ffplay4/Makefile       Mon Feb 11 09:24:22 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/12/10 16:23:50 maya Exp $
+# $NetBSD: Makefile,v 1.6 2019/02/11 09:24:22 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffplay4/}
-PKGREVISION=   3
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://ffmpeg.org/
 COMMENT=       Simple SDL frontend for FFmpeg



Home | Main Index | Thread Index | Old Index