pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct  3 12:35:44 UTC 2016

Modified Files:
        pkgsrc/multimedia/ffmpeg2: Makefile Makefile.common distinfo
        pkgsrc/multimedia/ffplay2: Makefile

Log Message:
version 2.8.8
- avformat/movenc: Check packet in mov_write_single_packet() too
- avformat/movenc: Factor check_pkt() out
- avformat/utils: fix timebase error in avformat_seek_file()
- avcodec/g726: Add missing ADDB output mask
- avcodec/avpacket: clear side_data_elems
- avcodec/ccaption_dec: Use simple array instead of AVBuffer
- swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slices
- swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slices
- avformat/avidec: Fix infinite loop in avi_read_nikon()
- cmdutils: fix implicit declaration of SetDllDirectory function
- cmdutils: check for SetDllDirectory() availability
- avcodec/aacenc: Tighter input checks
- libavcodec/wmalosslessdec: Check the remaining bits
- avcodec/diracdec: Check numx/y
- avcodec/indeo2: check ctab
- avformat/swfdec: Fix inflate() error code check
- avcodec/h264: Put context_count check back
- cmdutils: remove the current working directory from the DLL search path on win32
- avcodec/raw: Fix decoding of ilacetest.mov
- avcodec/ffv1enc: Fix assertion failure with non zero bits per sample
- avformat/oggdec: Fix integer overflow with invalid pts
- ffplay: Fix invalid array index
- avcodec/vp9_parser: Check the input frame sizes for being consistent
- libavformat/rtpdec_asf: zero initialize the AVIOContext struct
- libavutil/opt: Small bugfix in example.
- libx264: Increase x264 opts character limit to 4096
- avformat/mov: Check sample size
- avformat/format: Fix registering a format more than once and related races
- avcodec/flac_parser: Raise threshold for detecting invalid data
- avfilter/vf_telecine: Make frame writable before writing into it
- avcodec/mpc8: Correct end truncation
- avcodec/mpegvideo: Do not clear the parse context during init
- MAINTAINERs cleanup (remove myself from things i de facto dont maintain)
- avcodec/h264: Fix off by 1 context count
- avcodec/alsdec: Check r to prevent out of array read
- avcodec/alsdec: fix max bits in ltp prefix code
- avcodec/utils: check skip_samples signedness
- avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M stream
- avcodec/bmp_parser: Check fsize
- avcodec/bmp_parser: reset state
- avcodec/bmp_parser: Fix remaining size
- avcodec/bmp_parser: Fix frame_start_found in cross frame cases
- avfilter/af_amix: dont fail if there are no samples in output_frame()
- avformat/allformats: Making av_register_all() thread-safe.
- avcodec/mpegvideo: Deallocate last/next picture earlier
- avcodec/bmp_parser: Fix state
- avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavformat/utils.c
- doc/developer.texi: Add a code of conduct
- avformat/avidec: Detect index with too short entries
- avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()
- avformat/utils: Do not compute the bitrate from duration == 0
- ffmpeg: Check that r_frame_rate is set before attempting to use it
- swresample/rematrix: Use clipping s16 rematrixing if overflows are possible
- swresample/rematrix: Use error diffusion to avoid error in the DC component of the matrix
- libavformat/oggdec: Free stream private when header parsing fails.
- avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()
- avformat/oggparseopus: Check that granule pos is within the supported range
- avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg
- avformat/options_table: Add missing identifier for very strict compliance
- librtmp: Avoid an infiniloop setting connection arguments
- avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/ffmpeg2/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/multimedia/ffmpeg2/Makefile.common
cvs rdiff -u -r1.50 -r1.51 pkgsrc/multimedia/ffmpeg2/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/ffplay2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/ffmpeg2/Makefile
diff -u pkgsrc/multimedia/ffmpeg2/Makefile:1.33 pkgsrc/multimedia/ffmpeg2/Makefile:1.34
--- pkgsrc/multimedia/ffmpeg2/Makefile:1.33     Mon Sep 19 13:04:24 2016
+++ pkgsrc/multimedia/ffmpeg2/Makefile  Mon Oct  3 12:35:44 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2016/09/19 13:04:24 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2016/10/03 12:35:44 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg2/}
-PKGREVISION=   5
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ffmpeg.mplayerhq.hu/
 COMMENT=       Decoding, encoding and streaming software (v2.x)

Index: pkgsrc/multimedia/ffmpeg2/Makefile.common
diff -u pkgsrc/multimedia/ffmpeg2/Makefile.common:1.48 pkgsrc/multimedia/ffmpeg2/Makefile.common:1.49
--- pkgsrc/multimedia/ffmpeg2/Makefile.common:1.48      Thu May  5 07:03:47 2016
+++ pkgsrc/multimedia/ffmpeg2/Makefile.common   Mon Oct  3 12:35:44 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.48 2016/05/05 07:03:47 leot Exp $
+# $NetBSD: Makefile.common,v 1.49 2016/10/03 12:35:44 adam Exp $
 # used by multimedia/ffmpeg2/Makefile
 # used by multimedia/ffplay2/Makefile
 
-DISTNAME=      ffmpeg-2.8.7
+DISTNAME=      ffmpeg-2.8.8
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www.ffmpeg.org/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/multimedia/ffmpeg2/distinfo
diff -u pkgsrc/multimedia/ffmpeg2/distinfo:1.50 pkgsrc/multimedia/ffmpeg2/distinfo:1.51
--- pkgsrc/multimedia/ffmpeg2/distinfo:1.50     Sun Aug 14 16:27:33 2016
+++ pkgsrc/multimedia/ffmpeg2/distinfo  Mon Oct  3 12:35:44 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.50 2016/08/14 16:27:33 maya Exp $
+$NetBSD: distinfo,v 1.51 2016/10/03 12:35:44 adam Exp $
 
-SHA1 (ffmpeg-2.8.7.tar.xz) = 8c0fb21703cf77442338a26f2f645eda68bde6b2
-RMD160 (ffmpeg-2.8.7.tar.xz) = ed757d4ed2763af3260ad13937f072831058d52d
-SHA512 (ffmpeg-2.8.7.tar.xz) = 1ab6ec0df9aa63f3360863267bbbd39a63ffa004183dfd04a4efc6bf748796eae42de599102d523c08b9a15cf72ed9534b4793cd0468d112c17d95ab7bd447cb
-Size (ffmpeg-2.8.7.tar.xz) = 7205628 bytes
+SHA1 (ffmpeg-2.8.8.tar.xz) = 33d8b3775684f5379fd2ab8fb20a19a428c0147a
+RMD160 (ffmpeg-2.8.8.tar.xz) = f644434afb545bd0d914d59b070df338297169fc
+SHA512 (ffmpeg-2.8.8.tar.xz) = 6883fc77ec757f07d72f5847ab73393a96ecf8aed242ee55f2731171cfb3b92417740f0e4ae667deef5ff6a929432ab736506d8b8a168646d9c95dd8dc2de76c
+Size (ffmpeg-2.8.8.tar.xz) = 7207252 bytes
 SHA1 (patch-Makefile) = e3cb5cedccd2840f36ab90cd2f4b7987e1098a56
 SHA1 (patch-configure) = 330e73d68491b7b27b88df9055a7bdbb913b37e3
 SHA1 (patch-doc_Makefile) = 48d3b3ccd800303a73fcda79e78533228f79d750

Index: pkgsrc/multimedia/ffplay2/Makefile
diff -u pkgsrc/multimedia/ffplay2/Makefile:1.15 pkgsrc/multimedia/ffplay2/Makefile:1.16
--- pkgsrc/multimedia/ffplay2/Makefile:1.15     Wed Aug 17 00:06:43 2016
+++ pkgsrc/multimedia/ffplay2/Makefile  Mon Oct  3 12:35:44 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/08/17 00:06:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2016/10/03 12:35:44 adam Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffplay2/}
-PKGREVISION=   1
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ffmpeg.mplayerhq.hu/
 COMMENT=       Simple SDL frontend for FFmpeg



Home | Main Index | Thread Index | Old Index