pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg2 Changes 2.6.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5934d6fe6742
branches:  trunk
changeset: 649870:5934d6fe6742
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Apr 12 09:15:26 2015 +0000

description:
Changes 2.6.2:
- avcodec/h264: Do not fail with randomly truncated VUIs
- avcodec/h264_ps: Move truncation check from VUI to SPS
- avcodec/h264: Be more tolerant to changing pps id between slices
- avcodec/aacdec: Fix storing state before PCE decode
- avcodec/h264: reset the counts in the correct context
- avcodec/h264_slice: Do not reset mb_aff_frame per slice
- avcodec/h264: finish previous slices before switching to single thread mode
- avcodec/h264: Fix race between slices where one overwrites data from the next
- avformat/utils: avoid discarded streams in av_find_default_stream_index()
- ffmpeg: Fix extradata allocation
- avcodec/h264_refs: Do not set reference to things which do not exist
- avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading mode
- Revert "avcodec/exr: fix memset first arg in reverse_lut()"
- h264: avoid unnecessary calls to get_format
- avutil/pca: Check for av_malloc* failures
- avutil/cpu: add missing check for mmxext to av_force_cpu_flags
- lavc/dnxhd: Fix pix_fmt change.
- avformat/http: replace cookies with updated values instead of appending forever
- avformat/hls: store cookies returned in HLS key response
- avformat/rmdec: fix support for 0 sized mdpr
- avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer
- avcodec/hevc_ps: Check cropping parameters more correctly
- hevc: make the crop sizes unsigned
- avcodec/dnxhddec: Reset is_444 if format is not 444
- avcodec/dnxhddec: Check that the frame is interlaced before using cur_field
- mips/float_dsp: fix vector_fmul_window_mips on mips64
- doc: Remove non-existing decklink options.

diffstat:

 multimedia/ffmpeg2/Makefile.common |  4 ++--
 multimedia/ffmpeg2/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 7b3986fd4b6e -r 5934d6fe6742 multimedia/ffmpeg2/Makefile.common
--- a/multimedia/ffmpeg2/Makefile.common        Sun Apr 12 09:11:20 2015 +0000
+++ b/multimedia/ffmpeg2/Makefile.common        Sun Apr 12 09:15:26 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.31 2015/04/02 22:40:04 wiz Exp $
+# $NetBSD: Makefile.common,v 1.32 2015/04/12 09:15:26 adam Exp $
 # used by multimedia/ffmpeg2/Makefile
 # used by multimedia/ffplay2/Makefile
 
-DISTNAME=      ffmpeg-2.6.1
+DISTNAME=      ffmpeg-2.6.2
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www.ffmpeg.org/releases/
 EXTRACT_SUFX=  .tar.bz2
diff -r 7b3986fd4b6e -r 5934d6fe6742 multimedia/ffmpeg2/distinfo
--- a/multimedia/ffmpeg2/distinfo       Sun Apr 12 09:11:20 2015 +0000
+++ b/multimedia/ffmpeg2/distinfo       Sun Apr 12 09:15:26 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2015/04/02 22:40:04 wiz Exp $
+$NetBSD: distinfo,v 1.31 2015/04/12 09:15:26 adam Exp $
 
-SHA1 (ffmpeg-2.6.1.tar.bz2) = dfcd13e7c3e65a59cbe4cab85718ae84da824c5b
-RMD160 (ffmpeg-2.6.1.tar.bz2) = afc79afe41f1596e4b8b4dd663db6527602db703
-Size (ffmpeg-2.6.1.tar.bz2) = 7802246 bytes
+SHA1 (ffmpeg-2.6.2.tar.bz2) = 65470c9b967485f72f81758a7bad44cf7a1763db
+RMD160 (ffmpeg-2.6.2.tar.bz2) = 597cebd3192da7cae0efebf38fb32dd7dc44b758
+Size (ffmpeg-2.6.2.tar.bz2) = 7803179 bytes
 SHA1 (patch-Makefile) = ff8a7a5fdfd4987ef2835bd7360a78efd4310253
 SHA1 (patch-configure) = 580e744f44bc6b7622a21d27fcf14f934a280179
 SHA1 (patch-libavcodec_x86_ac3dsp_init.c) = 8634661d76bc3bce43437caa4244b4f52237709f



Home | Main Index | Thread Index | Old Index