Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C1C137A20E for ; Fri, 29 Apr 2016 19:18:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7957785EA8; Fri, 29 Apr 2016 19:18:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 08D0E85E6B for ; Fri, 29 Apr 2016 19:18:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tXuItxbwCWIX for ; Fri, 29 Apr 2016 19:18:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8426484CBD for ; Fri, 29 Apr 2016 19:18:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8217CFBBA; Fri, 29 Apr 2016 19:18:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 29 Apr 2016 19:18:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/multimedia To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20160429191836.8217CFBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri Apr 29 19:18:36 UTC 2016 Modified Files: pkgsrc/multimedia/ffmpeg2: Makefile Makefile.common distinfo pkgsrc/multimedia/ffplay2: Makefile Log Message: version 2.8.7 - avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64 - avformat/ffmdec: Check pix_fmt - avcodec/ttaenc: Reallocate packet if its too small - pgssubdec: fix subpicture output colorspace and range - avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3 - avfilter/vf_drawtext: Check return code of load_glyph() - avcodec/takdec: add code that got somehow lost in process of REing - avcodec/apedec: fix decoding of stereo files with one channel full of silence - avcodec/avpacket: Fix off by 5 error - avcodec/h264: Fix for H.264 configuration parsing - avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packet crossing corner case - avfilter/src_movie: fix how we check for overflows with seek_point - avcodec/j2kenc: Add attribution to OpenJPEG project: - avcodec/h264_slice: Check PPS more extensively when its not copied - avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set - avformat/rtpdec_jpeg: fix low contrast image on low quality setting - avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored - lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found. - avcodec/resample: Remove disabled and faulty code - indeo2: Fix banding artefacts - indeo2data: K&R formatting cosmetics - avcodec/imgconvert: Support non-planar colorspaces while padding - avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool - avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing - avformat/concatdec: set safe mode to enabled instead of auto - avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay - avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT - avformat/cache: Fix memleak of tree entries - lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac 5216 (cherry picked from commit 22dbc1caaf13e4bb17c9e0164a5b1ccaf490e428) - lavf/mov: fix sidx with edit lists (cherry picked from commit 3617e69d50dd9dd07b5011dfb9477a9d1a630354) - avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg - libwebpenc_animencoder: print library messages in verbose log levels - libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct - doc/utils: fix typo for min() description - avcodec/avpacket: clear priv in av_init_packet() - swscale/utils: Fix chrSrcHSubSample for GBRAP16 - swscale/input: Fix GBRAP16 input - postproc: fix unaligned access - avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats - avcodec/h264: Execute error concealment before marking the frame as done. - swscale/x86/output: Fix yuv2planeX_16* with unaligned destination - swscale/x86/output: Move code into yuv2planeX_mainloop - avutil/frame: Free destination qp_table_buf in frame_copy_props() To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/multimedia/ffmpeg2/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/multimedia/ffmpeg2/Makefile.common cvs rdiff -u -r1.47 -r1.48 pkgsrc/multimedia/ffmpeg2/distinfo cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/ffplay2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.