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 77BE7A660B for ; Tue, 30 Dec 2014 06:40:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1B85414A1D1; Tue, 30 Dec 2014 06:40:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9E2014A1CB for ; Tue, 30 Dec 2014 06:40:47 +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 LXcB3zIo0FUU for ; Tue, 30 Dec 2014 06:40:47 +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 0D13514A1C2 for ; Tue, 30 Dec 2014 06:40:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 012B998; Tue, 30 Dec 2014 06:40:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 30 Dec 2014 06:40:46 +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: <20141230064047.012B998@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 Dec 30 06:40:46 UTC 2014 Modified Files: pkgsrc/multimedia/ffmpeg2: Makefile.common distinfo Log Message: Changes 2.5.2: * Makefile: add dependencies which require ffversion.h * Add FFMPEG_VERSION into the binary libs * mmvideo: check frame dimensions * jvdec: check frame dimensions * avcodec/indeo3: ensure offsets are non negative * avcodec/h264: Check *log2_weight_denom * avcodec/hevc_ps: Check diff_cu_qp_delta_depth * avcodec/h264: Clear delayed_pic on deallocation * avcodec/hevc: clear filter_slice_edges() on allocation * avcodec/dcadec: Check that the added xch channel isnt already there * avcodec/indeo3: use signed variables to avoid underflow * avcodec/h264: make the first field of H264Context an AVClass * swscale: increase yuv2rgb table headroom * avformat/mov: fix integer overflow of size * avformat/mov: check atom nesting depth * avcodec/utvideodec: Fix handling of slice_height=0 * avcodec/xface: Add asserts to limit nb_words from becoming too large * avcodec/xface: correct the XFACE_MAX_* values * avcodec/vmdvideo: Check len before using it in method 3 * avformat/flvdec: Use av_freep() avoid leaving stale pointers in memory * avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memory * configure: create the tests directory like the doc directory To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/ffmpeg2/Makefile.common cvs rdiff -u -r1.25 -r1.26 pkgsrc/multimedia/ffmpeg2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.