summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-07-09 07:20:33 +0000
committeradam <adam@pkgsrc.org>2019-07-09 07:20:33 +0000
commit0a1fa528eb6bb2c2fe72570d5dc210dacb42fca9 (patch)
treec729876b22738153c0d9cbc7d84dbc49f8c1fbb3 /multimedia
parent61c843fc230f29785069140e6fe606ba1216a0cf (diff)
downloadpkgsrc-0a1fa528eb6bb2c2fe72570d5dc210dacb42fca9.tar.gz
ffmpeg4: updated to 4.1.4
version 4.1.4: avcodec/ilbcdec: Simplify use of unsigned and fix more undefined overflows avcodec/golomb: Correct the doxy about get_ue_golomb() and errors avformat/utils: Check timebase before use in estimate_timings() avcodec/hq_hqa: Use ff_set_dimensions() avcodec/rv10: Fix integer overflow in aspect ratio compare avcodec/4xm: Fix signed integer overflows in idct() avcodec/qdm2: Check checksum_size for 0 avcodec/qdm2: error out of qdm2_fft_decode_tones() before entering endless loop avcodec/qdm2: Do not read out of array in fix_coding_method_array() avcodec/svq3: Use ff_set_dimension() avcodec/iff: Check ham vs bpp avcodec/ffwavesynth: use uint32_t to compute difference, it is enough avcodec/ffwavesynth: Simplify lcg_seek(), avoid negative case avcodec/ffwavesynth: Fix backward lcg_seek() avcodec/flicvideo: Fix off by 1 error in flic_decode_frame_24BPP() avcodec/vc1_block: Check for vlc error in vc1_decode_ac_coeff() avcodec/alac: Check lpc_quant avcodec/dxv: Initialize tex_funct to NULL avcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUP avcodec/alsdec: Fix integer overflow with buffer number avcodec/alsdec: Fixes signed integer overflow in LSB addition avcodec/alsdec: Check opt_order / sb_length in ra_block handling avcodec/alsdec: Fix integer overflow with shifting samples avcodec/alsdec: Fix undefined behavior in decode_rice() avcodec/alsdec: Fixes invalid shifts in read_var_block_data() and INTERLEAVE_OUTPUT() avcodec/hevc_ps: Change num_tile_rows/columns checks to sps->ctb_height/weight avcodec/hevc_ps: Fix integer overflow with num_tile_rows and num_tile_columns avcodec/apedec: Add k < 24 check to the only k++ case which lacks such a check avformat/aviobuf: Delay buffer downsizing until asserts are met avcodec/fitsdec: Check data_min/max avcodec/m101: Fix off be 2 error avcodec/qdm2: Move fft_order check up avcodec/libvorbisdec: Check extradata size avformat/vqf: Check header_size avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext() avcodec/atrac9dec: Check that the reused block has succeeded initilization avcodec/utils: Check bits_per_coded_sample avcodec/videodsp_template: Fix overflow of addition avcodec/alsdec: Fix invalid shift in multiply() avcodec/ffwavesynth: Check ts_end - ts_start for overflow avcodec/vc1dsp: Avoid undefined shifts in vc1_v_s_overlap_c / vc1_h_s_overlap_c avcodec/tta: Fix undefined shift avcodec/qdmc: Fix integer overflows in PRNG avcodec/bintext: Check font height avcodec/binkdsp: Fix integer overflows in idct avcodec/bink: Fix integer overflow in unquantize_dct_coeffs() avcodec/motionpixels: Check for vlc error in mp_get_vlc() avcodec/loco: Limit lossy parameter so it is sane and does not overflow avformat/mov: Set fragment.found_tfhd only after TFHD has been parsed avcodec/xpmdec: Do not use context dimensions as temporary variables avcodec/fitsdec: Fix division by 0 in size check avcodec/aacpsdsp_template: Fix integer overflow in ps_hybrid_analysis_c() avcodec/truemotion2: Fix integer overflow in last loop in tm2_update_block() avcodec/iff: finetune the palette size check in the mask case avcodec/iff: Fix mask_buf / mask_palbuf leak avformat/icodec: Free ico->images on error paths avformat/wsddec: Fix undefined shift avcodec/fmvc: Check if header fields are available before allocating the image avcodec/bink: Reorder operations in init to avoid memleak on error avformat/wtvdec: Avoid (32bit signed) sectors avcodec/bitstream: Check for more conflicting codes in build_table() avcodec/bitstream: Check for integer code truncation in build_table() avformat/sbgdec: Fixes integer overflow in str_to_time() with hours avformat/vpk: Check offset for validity avformat/vpk: Fix integer overflow in samples_per_block computation avcodec/mjpegdec: Check for non ls PAL8 avcodec/interplayvideo: check decoding_map_size with video_data_size avcodec/h264_parse: Use 64bit for expectedpoc and expected_delta_per_poc_cycle avcodec/mss4: Check input size against skip bits avcodec/dxv: Check op_offset in dxv_decompress_cocg() avcodec/diracdec: Fix integer overflow in global_mv() avcodec/vmnc: Check available space against chunks before reget_buffer() avcodec/aacdec_template: skip apply_tns() if max_sfb is 0 (from previous header decode failure) avcodec/aacdec_fixed: Handle more extreem cases in noise_scale() avcodec/aacdec_template: Merge 3 #ifs related to noise handling avcodec/aacdec_fixed: ssign seems always -1 in noise_scale(), simplify avformat/mp3enc: Avoid SEEK_END as it is unsupported avcodec/truemotion2: Fix several integer overflows in tm2_update_block() avformat/webm_chunk: Specify expected argument length of get_chunk_filename() avformat/webm_chunk: Check header filename length avcodec/cpia: Check input size also against linesizes and EOL swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytes libswcale: Fix possible string overflow in test. avcodec/hq_hqa: Check available space before reading slice offsets lavf/webm_chunk: Respect buffer size avcodec/fits: Check bitpix avcodec/jvdec: Use ff_get_buffer() when the content is not reused avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block() avcodec/gdv: Check input palette size before rescale() avcodec/jpeg2000: Check stepsize before using it avcodec/aacdec_fixed: Fix undefined shift in noise_scale() avutil/avstring: Fix bug and undefined behavior in av_strncasecmp() avformat/mov: Skip stsd adjustment without chunks avformat/aadec: Check for scanf() failure avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading from outside avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform() avcodec/diracdec: Use 64bit in intermediate of global motion vector field generation avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks() movsub_bsf: Fix mov2textsub regression lavc/libaomenc: Add a maximum constraint of 64 encoder threads. avformat/aacdec: fix demuxing of small frames avcodec/cuviddec: improve progressive frame detection avformat/matroskaenc: fix leak on error avformat/av1: Initialize padding in ff_isom_write_av1c avcodec/cbs_av1: fix parsing spatial_id
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ffmpeg4/Makefile3
-rw-r--r--multimedia/ffmpeg4/Makefile.common4
-rw-r--r--multimedia/ffmpeg4/distinfo10
3 files changed, 8 insertions, 9 deletions
diff --git a/multimedia/ffmpeg4/Makefile b/multimedia/ffmpeg4/Makefile
index 122bfd70a2a..d1e119d6c76 100644
--- a/multimedia/ffmpeg4/Makefile
+++ b/multimedia/ffmpeg4/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/06/18 14:41:09 nia Exp $
+# $NetBSD: Makefile,v 1.14 2019/07/09 07:20:33 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg4/}
-PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software (v4.x)
diff --git a/multimedia/ffmpeg4/Makefile.common b/multimedia/ffmpeg4/Makefile.common
index fddf402532c..4ff77d1c285 100644
--- a/multimedia/ffmpeg4/Makefile.common
+++ b/multimedia/ffmpeg4/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.13 2019/04/02 07:40:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2019/07/09 07:20:33 adam Exp $
# used by multimedia/ffmpeg4/Makefile
# used by multimedia/ffplay4/Makefile
-DISTNAME= ffmpeg-4.1.3
+DISTNAME= ffmpeg-4.1.4
CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.xz
diff --git a/multimedia/ffmpeg4/distinfo b/multimedia/ffmpeg4/distinfo
index 9ae3ab9e22b..b0ef73553bc 100644
--- a/multimedia/ffmpeg4/distinfo
+++ b/multimedia/ffmpeg4/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2019/04/02 07:40:57 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/07/09 07:20:33 adam Exp $
-SHA1 (ffmpeg-4.1.3.tar.xz) = 1c99bfe0323477fc302baec4c825f2e49634c466
-RMD160 (ffmpeg-4.1.3.tar.xz) = bdc1bef58ea91e33b8851527de85f78e59cf5c67
-SHA512 (ffmpeg-4.1.3.tar.xz) = 0a540a0c5395f42c6079bc26d1b3baca453995693da7de21da469ce40b3a548bea14ff46a72c6f4c32256333855f9b86207cb8bf1d0dda33a17ddca54970daa3
-Size (ffmpeg-4.1.3.tar.xz) = 8895988 bytes
+SHA1 (ffmpeg-4.1.4.tar.xz) = c4dc0e8efca38c03a98e3698279327fdaa767cc4
+RMD160 (ffmpeg-4.1.4.tar.xz) = 73f8e5f363a5803f6e11992f2c112a09e0abd04f
+SHA512 (ffmpeg-4.1.4.tar.xz) = 1d0c3c3e04d14094e98a8ea4274ea01b941a658afa501ff408a8b2ee146b997743d51b8863ae184e9590333a94297a0fa5c079a211739513cf7c8350d3bd64dd
+Size (ffmpeg-4.1.4.tar.xz) = 8896056 bytes
SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
SHA1 (patch-configure) = 5f9acc5a62fe20774e63e8f4d2367174104f2774
SHA1 (patch-doc_Makefile) = 3b86307323fa565f9ad19c5bcb6ea71d323062fc