summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg2
diff options
context:
space:
mode:
authoradam <adam>2015-07-20 18:39:46 +0000
committeradam <adam>2015-07-20 18:39:46 +0000
commit772dd7cc65d982dfa3f78ba3f94c1e64943a5214 (patch)
tree5f4dc6f53d77407b443b81b7f9c20bf27404bfc3 /multimedia/ffmpeg2
parente0ca8527cf1558617baeb227869a0da8310b81f2 (diff)
downloadpkgsrc-772dd7cc65d982dfa3f78ba3f94c1e64943a5214.tar.gz
version 2.7.2:
- imc: use correct position for flcoeffs2 calculation - hevc: check slice address length - snow: remove an obsolete av_assert2 - webp: fix infinite loop in webp_decode_frame - wavpack: limit extra_bits to 32 and use get_bits_long - ffmpeg: only count got_output/errors in decode_error_stat - ffmpeg: exit_on_error if decoding a packet failed - pthread_frame: forward error codes when flushing - huffyuvdec: validate image size - wavpack: use get_bits_long to read up to 32 bits - nutdec: check maxpos in read_sm_data before returning success - s302m: fix arithmetic exception - vc1dec: use get_bits_long and limit the read bits to 32 - mpegaudiodec: copy AVFloatDSPContext from first context to all contexts - avcodec/vp8: Check buffer size in vp8_decode_frame_header() - avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free() - avcodec/diracdec: Check for hpel_base allocation failure - avcodec/rv34: Clear pointers in ff_rv34_decode_init_thread_copy() - avfilter/af_aresample: Check ff_all_* for allocation failures - avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case - swscale/utils: Clear pix buffers - avutil/fifo: Fix the case where func() returns less bytes than requested in av_fifo_generic_write() - ffmpeg: Fix cleanup after failed allocation of output_files - avformat/mov: Fix deallocation when MOVStreamContext failed to allocate - ffmpeg: Fix crash with ost->last_frame allocation failure - ffmpeg: Fix cleanup with ost = NULL - avcodec/pthread_frame: check avctx on deallocation - avcodec/sanm: Reset sizes in destroy_buffers() - avcodec/alac: Clear pointers in allocate_buffers() - bytestream2: set the reader to the end when reading more than available - avcodec/utils: use a minimum 32pixel width in avcodec_align_dimensions2() for H.264 - avcodec/mpegvideo: Clear pointers in ff_mpv_common_init() - oggparsedirac: check return value of init_get_bits - wmalosslessdec: reset frame->nb_samples on packet loss - wmalosslessdec: avoid reading 0 bits with get_bits - Put a space between string literals and macros. - avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2() - avcodec/aacsbr: check that the element type matches before applying SBR - avcodec/h264_slice: Use w/h from the AVFrame instead of mb_w/h - vp9/update_prob: prevent out of bounds table read - avfilter/vf_transpose: Fix rounding error - avcodec/h264_refs: discard mismatching references - avcodec/mjpegdec: Fix small picture upscale - avcodec/pngdec: Check values before updating context in decode_fctl_chunk() - avcodec/pngdec: Copy IHDR & plte state from last thread - avcodec/pngdec: Require a IHDR chunk before fctl - avcodec/pngdec: Only allow one IHDR chunk - wmavoice: limit wmavoice_decode_packet return value to packet size - swscale/swscale_unscaled: Fix rounding difference with RGBA output between little and big endian - ffmpeg: Do not use the data/size of a bitstream filter after failure - swscale/x86/rgb2rgb_template: fix signedness of v in shuffle_bytes_2103_{mmx,mmxext} - vda: unlock the pixel buffer base address. - swscale/rgb2rgb_template: Fix signedness of v in shuffle_bytes_2103_c() - swscale/rgb2rgb_template: Implement shuffle_bytes_0321_c and fix shuffle_bytes_2103_c on BE - swscale/rgb2rgb_template: Disable shuffle_bytes_2103_c on big endian - swr: Remember previously set int_sample_format from user - swresample: soxr implementation for swr_get_out_samples() - avformat/swfdec: Do not error out on pixel format changes - ffmpeg_opt: Fix forcing fourccs - configure: Check for x265_api_get - swscale/x86/rgb2rgb_template: don't call emms on sse2/avx functions - swscale/x86/rgb2rgb_template: add missing xmm clobbers - library.mak: Workaround SDL redefining main and breaking fate tests on mingw - vaapi_h264: fix RefPicList[] field flags.
Diffstat (limited to 'multimedia/ffmpeg2')
-rw-r--r--multimedia/ffmpeg2/Makefile3
-rw-r--r--multimedia/ffmpeg2/Makefile.common4
-rw-r--r--multimedia/ffmpeg2/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/multimedia/ffmpeg2/Makefile b/multimedia/ffmpeg2/Makefile
index c2fdae4fa97..727d0642a66 100644
--- a/multimedia/ffmpeg2/Makefile
+++ b/multimedia/ffmpeg2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/06/30 09:57:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2015/07/20 18:39:46 adam Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffmpeg2/}
-PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ffmpeg.mplayerhq.hu/
COMMENT= Decoding, encoding and streaming software (v2.x)
diff --git a/multimedia/ffmpeg2/Makefile.common b/multimedia/ffmpeg2/Makefile.common
index ef51f8551b5..4b207757b24 100644
--- a/multimedia/ffmpeg2/Makefile.common
+++ b/multimedia/ffmpeg2/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.35 2015/06/29 13:12:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.36 2015/07/20 18:39:46 adam Exp $
# used by multimedia/ffmpeg2/Makefile
# used by multimedia/ffplay2/Makefile
-DISTNAME= ffmpeg-2.7.1
+DISTNAME= ffmpeg-2.7.2
CATEGORIES= multimedia
MASTER_SITES= http://www.ffmpeg.org/releases/
EXTRACT_SUFX= .tar.bz2
diff --git a/multimedia/ffmpeg2/distinfo b/multimedia/ffmpeg2/distinfo
index d371f69cc3e..8092260df0f 100644
--- a/multimedia/ffmpeg2/distinfo
+++ b/multimedia/ffmpeg2/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2015/06/29 13:12:27 adam Exp $
+$NetBSD: distinfo,v 1.35 2015/07/20 18:39:46 adam Exp $
-SHA1 (ffmpeg-2.7.1.tar.bz2) = ae84d7f51ff25be5160387282a1ca7be6cdbf6bf
-RMD160 (ffmpeg-2.7.1.tar.bz2) = ee27091f9be74786a53344f3d3c6988ed03ec460
-Size (ffmpeg-2.7.1.tar.bz2) = 8152634 bytes
+SHA1 (ffmpeg-2.7.2.tar.bz2) = b8175a9a729fc4bdbb3c196ffe84a2fca7977ff8
+RMD160 (ffmpeg-2.7.2.tar.bz2) = 6f37e04000258faf2680279fcc0fa58fec169769
+Size (ffmpeg-2.7.2.tar.bz2) = 8157217 bytes
SHA1 (patch-Makefile) = ff8a7a5fdfd4987ef2835bd7360a78efd4310253
SHA1 (patch-configure) = bc0dcdb5605b5a112de556ecb466265ef8ff5ca9
SHA1 (patch-libavcodec_x86_ac3dsp_init.c) = f997271f4f4604987591d7f17c571aaaa8a6188a