Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 C145DA6545 for ; Tue, 15 Jul 2014 17:11:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E814314A1D2; Tue, 15 Jul 2014 17:11:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5F7A14A1C1 for ; Tue, 15 Jul 2014 17:11:45 +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 xS0zSEbdRYvk for ; Tue, 15 Jul 2014 17:11:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6BEFD14A1A4 for ; Tue, 15 Jul 2014 17:11:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0AD8496; Tue, 15 Jul 2014 17:11:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 15 Jul 2014 17:11:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/multimedia/ffmpeg2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20140715171145.0AD8496@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue Jul 15 17:11:44 UTC 2014 Modified Files: pkgsrc/multimedia/ffmpeg2: Makefile.common distinfo Log Message: Changes 2.2.5: * ffmpeg: Use av_stream_get_parser() to avoid ABI issues * avformat: add av_stream_get_parser() to access avformat AVParser * avformat/utils: do not wait for packets from discarded streams for genpts * avfilter/f_ebur128: Use av_malloc_array() * avcodec/hevc: Use av_malloc(z)_array() * cmdutils_opencl: Use av_malloc_array() * avfilter/x86/vf_pullup: fix old typo * avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/ffmpeg2/Makefile.common cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/ffmpeg2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.