ffmpeg4: updated to 4.1.2
version 4.1.2: - avcodec/dfa: Check the chunk header is not truncated - avcodec/clearvideo: Check remaining data in P frames - avcodec/hevcdec: decode at most one slice reporting being the first in the picture - avcodec/dvbsubdec: Check object position - avcodec/cdgraphics: Use ff_set_dimensions() - avformat/gdv: Check fps - configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checking - configure: add missing pthreads extralibs dependency for libvpx-vp9 - avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block() - avcodec/dxv: Correct integer overflow in get_opcodes() - avcodec/scpr: Fix use of uninitialized variable - avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes - avcodec/aic: Check remaining bits in aic_decode_coeffs() - avcodec/gdv: Check for truncated tags in decompress_5() - avcodec/bethsoftvideo: Check block_type - avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() - avcodec/error_resilience: Use a symmetric check for skipping MV estimation - avcodec/mlpdec: Insuffient typo - avcodec/zmbv: obtain frame later - avcodec/jvdec: Check available input space before decode8x8() - avcodec/h264_direct: Fix overflow in POC comparission - avformat/webmdashenc: Check id in adaption_sets - avformat/http: Fix Out-of-Bounds access in process_line() - avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393 - avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for handling braces - avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for tag scaning - avformat/matroskadec: Do not leak queued packets on sync errors - avcodec/mpeg4videodec: Clear interlaced_dct for studio profile - avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream - avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c() - avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_Q - avformat/mov: fix hang while seek on a kind of fragmented mp4 - avformat/async: fix assertion condition when draining buffer - avcodec/cbs_av1: don't call cbs_av1_read_trailing_bits() when no bits remain in the OBU
This commit is contained in:
parent
69151e0138
commit
16ece49e74
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.11 2019/02/11 09:24:22 adam Exp $
|
||||
# $NetBSD: Makefile.common,v 1.12 2019/03/24 07:31:28 adam Exp $
|
||||
# used by multimedia/ffmpeg4/Makefile
|
||||
# used by multimedia/ffplay4/Makefile
|
||||
|
||||
DISTNAME= ffmpeg-4.1.1
|
||||
DISTNAME= ffmpeg-4.1.2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.ffmpeg.org/releases/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.7 2019/02/11 09:24:22 adam Exp $
|
||||
$NetBSD: distinfo,v 1.8 2019/03/24 07:31:28 adam Exp $
|
||||
|
||||
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 (ffmpeg-4.1.2.tar.xz) = aa7c5fc444c6b0858c118905b45f0d5fe1edc3a9
|
||||
RMD160 (ffmpeg-4.1.2.tar.xz) = 75f44fe24f6399862ea47489c11c15c142221a32
|
||||
SHA512 (ffmpeg-4.1.2.tar.xz) = b37637c8148c8f27df575710c5b41367182a35a4ad0899c661b78929caf745e6531e0d1e929b0c66274d88b8ac63926b3f5f592ea3789bbaa4fe9bf93334786c
|
||||
Size (ffmpeg-4.1.2.tar.xz) = 8892696 bytes
|
||||
SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
|
||||
SHA1 (patch-configure) = 5f9acc5a62fe20774e63e8f4d2367174104f2774
|
||||
SHA1 (patch-doc_Makefile) = 3b86307323fa565f9ad19c5bcb6ea71d323062fc
|
||||
|
|
Loading…
Reference in a new issue