summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-08-12 20:36:46 +0000
committeradam <adam@pkgsrc.org>2016-08-12 20:36:46 +0000
commit8fca79ed9a3e7672ce418135e89a3b497c4a59dd (patch)
treef7383fa8ed21b9dfb2c0a29e2d913f5cd01a19f3 /multimedia/ffmpeg3
parentcfd1f06c6a05ae1b813329df77f25b51cc35cb44 (diff)
downloadpkgsrc-8fca79ed9a3e7672ce418135e89a3b497c4a59dd.tar.gz
version 3.1.2:
- cmdutils: remove the current working directory from the DLL search path on win32 - avcodec/rawdec: Fix palette handling with changing palettes - avcodec/raw: Fix decoding of ilacetest.mov - avformat/mov: Enable mp3 parsing if a packet needs it - avformat/hls: Use an array instead of stream offset for stream mapping - avformat/hls: Sync starting segment across variants on live streams - avformat/hls: Fix regression with ranged media segments - avcodec/ffv1enc: Fix assertion failure with non zero bits per sample - avfilter/af_hdcd: small fix in af_hdcd.c where gain was not being adjusted for "attenuate slowly" - avformat/oggdec: Fix integer overflow with invalid pts - ffplay: Fix invalid array index - avcodec/alacenc: allocate bigger packets (cherry picked from commit 82b84c71b009884c8d041361027718b19922c76d) - libavcodec/dnxhd: Enable 12-bit DNxHR support. - lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator. - jni: Return ENOSYS on unsupported platforms - lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined. - avcodec/vp9_parser: Check the input frame sizes for being consistent - avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_index() when stream created or keyframe parsed - avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_index() - libavformat/rtpdec_asf: zero initialize the AVIOContext struct - libavutil/opt: Small bugfix in example. - libx264: Increase x264 opts character limit to 4096 - avcodec/h264_parser: Set sps/pps_ref - librtmp: Avoid an infiniloop setting connection arguments - avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame - lavc/Makefile: Fix standalone compilation of the svq3 decoder. - lavf/vplayerdec: Improve auto-detection. - lavc/mediacodecdec_h264: properly convert extradata to annex-b - Revert "configure: Enable GCC vectorization on ≥4.9 on x86"
Diffstat (limited to 'multimedia/ffmpeg3')
-rw-r--r--multimedia/ffmpeg3/Makefile3
-rw-r--r--multimedia/ffmpeg3/Makefile.common4
-rw-r--r--multimedia/ffmpeg3/distinfo10
3 files changed, 8 insertions, 9 deletions
diff --git a/multimedia/ffmpeg3/Makefile b/multimedia/ffmpeg3/Makefile
index 8f63084fb36..43756020d83 100644
--- a/multimedia/ffmpeg3/Makefile
+++ b/multimedia/ffmpeg3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2016/07/09 06:38:38 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/08/12 20:36:46 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg3/}
-PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software (v3.x)
diff --git a/multimedia/ffmpeg3/Makefile.common b/multimedia/ffmpeg3/Makefile.common
index 9d3d4067ca1..a0873dd532b 100644
--- a/multimedia/ffmpeg3/Makefile.common
+++ b/multimedia/ffmpeg3/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.7 2016/07/02 12:30:16 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.8 2016/08/12 20:36:46 adam Exp $
# used by multimedia/ffmpeg3/Makefile
# used by multimedia/ffplay3/Makefile
-DISTNAME= ffmpeg-3.1.1
+DISTNAME= ffmpeg-3.1.2
CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/multimedia/ffmpeg3/distinfo b/multimedia/ffmpeg3/distinfo
index eda17a7abe8..6a57ef12cb8 100644
--- a/multimedia/ffmpeg3/distinfo
+++ b/multimedia/ffmpeg3/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2016/08/03 12:06:15 maya Exp $
+$NetBSD: distinfo,v 1.7 2016/08/12 20:36:46 adam Exp $
-SHA1 (ffmpeg-3.1.1.tar.bz2) = 542e24c3a50a0ba7d3fb4fc3432459c63e2195ee
-RMD160 (ffmpeg-3.1.1.tar.bz2) = 1b2b8e480d7140e43ff6f61ac4b05f2234b5681a
-SHA512 (ffmpeg-3.1.1.tar.bz2) = b5b4b2d518affa708b05f72201d5ac20446c88b5fb4dd8586cdc29d1132c678be94898e4f5ad27bef4ac987557305838133f45e94ff55d65f22a76f4f312888a
-Size (ffmpeg-3.1.1.tar.bz2) = 9327512 bytes
+SHA1 (ffmpeg-3.1.2.tar.bz2) = dce05dedce6332867c996a33c596385ae6934a37
+RMD160 (ffmpeg-3.1.2.tar.bz2) = 569cb08fa70d36ac4a68e66dab4ad5fb7c21b659
+SHA512 (ffmpeg-3.1.2.tar.bz2) = c12985310043aab49af5985fa0a6d6cbcd698bb1495066d6b262f449cd90943b072efa7eb3158b48bf3f96c80f06d68ca790271a5fd445d941333a8f540555bf
+Size (ffmpeg-3.1.2.tar.bz2) = 9331621 bytes
SHA1 (patch-Makefile) = e3cb5cedccd2840f36ab90cd2f4b7987e1098a56
SHA1 (patch-configure) = b881b648812f96cfd772e6a5de69db98adc08303
SHA1 (patch-doc_Makefile) = 50ee7aaf74f8a5c439b11f141b5408322659543a