pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg4 ffmpeg4: updated to 4.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e475ca860e32
branches:  trunk
changeset: 310582:e475ca860e32
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 19 06:46:55 2018 +0000

description:
ffmpeg4: updated to 4.0.2

version 4.0.2:
- avcodec/dvdsub_parser: Allocate input padding
- avcodec/dvdsub_parser: Init output buf/size
- avcodec/dirac_dwt_template: Fix signedness regression in interleave()
- avformat/mov: Simplify last element computation in mov_estimate_video_delay()
- avformat/mov: Break out of inner loop early in mov_estimate_video_delay()
- avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()
- avformat/mov: remove modulo operations from mov_estimate_video_delay()
- avformat/movenc: Write version 2 of audio atom if channels is not known
- swresample/arm: rename labels to fix xcode build error
- avformat/movenc: Check input sample count
- avcodec/mjpegdec: Check for odd progressive RGB
- avcodec/vp8_parser: Do not leave data/size uninitialized
- avformat/mms: Add missing chunksize check
- avformat/pva: Check for EOF before retrying in read_part_of_packet()
- avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_codecdata()
- avformat/asfdec_o: Check size_bmp more fully
- avformat/mxfdec: Fix av_log context
- avcodec/mpeg4videodec: Check for bitstream end in read_quant_matrix_ext()
- avcodec/indeo4: Check for end of bitstream in decode_mb_info()
- avcodec/ac3dec: Check channel_map index
- avcodec/mpeg4videodec: Remove use of FF_PROFILE_MPEG4_SIMPLE_STUDIO as indicator of studio profile
- avcodec/shorten: Fix undefined addition in shorten_decode_frame()
- avcodec/shorten: Fix undefined integer overflow
- avcodec/jpeg2000dec: Fixes invalid shifts in jpeg2000_decode_packets_po_iteration()
- avcodec/jpeg2000dec: Check that there are enough bytes for all tiles
- avformat/movenc: Use mov->fc consistently for av_log()
- avcodec/mpeg4videodec: Check read profile before setting it
- avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sample
- avcodec/ac3_parser: Check init_get_bits8() for failure
- avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDENT have a supported substream id
- avcodec/dpx: Check elements in 12bps planar path
- avcodec/escape124: Fix spelling errors in comment
- avcodec/ra144: Fix integer overflow in ff_eval_refl()
- avcodec/cscd: Check output buffer size for lzo.
- avcodec/escape124: Check buf_size against num_superblocks
- avcodec/h264_parser: Reduce needed history for parsing mb index
- avcodec/magicyuv: Check bits left in flags&1 branch
- avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()
- ffmpeg: fix -stream_loop with multiple inputs
- ffmpeg: factorize input thread creation and destruction
- avformat/mpegts: parse large PMTs with multiple tables
- Revert "avcodec/mediacodecdec: wait on first frame after input buffers are full"
- avcodec/videotoolboxenc: fix invalid session on iOS
- avcodec/videotoolboxenc: split initialization
- avcodec/videotoolboxenc: fix mutex/cond leak in error path

diffstat:

 multimedia/ffmpeg4/Makefile.common |   4 ++--
 multimedia/ffmpeg4/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 228860ea29e4 -r e475ca860e32 multimedia/ffmpeg4/Makefile.common
--- a/multimedia/ffmpeg4/Makefile.common        Thu Jul 19 06:38:24 2018 +0000
+++ b/multimedia/ffmpeg4/Makefile.common        Thu Jul 19 06:46:55 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2018/06/16 06:19:32 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2018/07/19 06:46:55 adam Exp $
 # used by multimedia/ffmpeg4/Makefile
 # used by multimedia/ffplay4/Makefile
 
-DISTNAME=      ffmpeg-4.0.1
+DISTNAME=      ffmpeg-4.0.2
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www.ffmpeg.org/releases/
 EXTRACT_SUFX=  .tar.xz
diff -r 228860ea29e4 -r e475ca860e32 multimedia/ffmpeg4/distinfo
--- a/multimedia/ffmpeg4/distinfo       Thu Jul 19 06:38:24 2018 +0000
+++ b/multimedia/ffmpeg4/distinfo       Thu Jul 19 06:46:55 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2018/06/16 06:19:32 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/07/19 06:46:55 adam Exp $
 
-SHA1 (ffmpeg-4.0.1.tar.xz) = dd918d4f7e61608b560537feadb8d2c1d965addf
-RMD160 (ffmpeg-4.0.1.tar.xz) = f66f0d16ef4869c4b67b0ae7b04ef652f72956d4
-SHA512 (ffmpeg-4.0.1.tar.xz) = a856ece32a3e36d03ba7e41e84f7e819728c7512fed9783d68ff143d9cdebe46c8382a31a71fc75bf46742ae88c9729582084fc1ad16f318d95a06450de1d90e
-Size (ffmpeg-4.0.1.tar.xz) = 8663660 bytes
+SHA1 (ffmpeg-4.0.2.tar.xz) = 6e0085d5335e84b4137bb94a7d4401039a2e9ece
+RMD160 (ffmpeg-4.0.2.tar.xz) = 61a3049dee1e5ea958a21d4cc743fee200813d83
+SHA512 (ffmpeg-4.0.2.tar.xz) = 2dc2b8c66d9c31b6d06da5da336ef45415e3c24fac8c9063cd47f7d4cf688ec4846f88cdd9e841b956cea81e56bb3c6b7655aef503400c7367c32910c28990ac
+Size (ffmpeg-4.0.2.tar.xz) = 8662984 bytes
 SHA1 (patch-Makefile) = 2d27f218ee49179fdea14bb5c86c506dfb64dbd6
 SHA1 (patch-configure) = 47ac93aad164856f1af0460bd7c42df8efc5a3f6
 SHA1 (patch-doc_Makefile) = 3b86307323fa565f9ad19c5bcb6ea71d323062fc



Home | Main Index | Thread Index | Old Index