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 5111BA5B2E for ; Sat, 28 Nov 2015 14:36:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0170714A339; Sat, 28 Nov 2015 14:36:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E10F14A338 for ; Sat, 28 Nov 2015 14:36:50 +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 UyRMrbNDWDFe for ; Sat, 28 Nov 2015 14:36:49 +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 90B7614A337 for ; Sat, 28 Nov 2015 14:36:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8E7AC98; Sat, 28 Nov 2015 14:36:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 28 Nov 2015 14:36:49 +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: <20151128143649.8E7AC98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Sat Nov 28 14:36:49 UTC 2015 Modified Files: pkgsrc/multimedia/ffmpeg2: Makefile Makefile.common distinfo pkgsrc/multimedia/ffplay2: Makefile Log Message: version 2.8.3 - avcodec/cabac: Check initial cabac decoder state - avcodec/cabac_functions: Fix "left shift of negative value -31767" - avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized - rtmpcrypt: Do the xtea decryption in little endian mode - avformat/matroskadec: Check subtitle stream before dereferencing - avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases - avformat/utils: Do not init parser if probing is unfinished - avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions - avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component() - avcodec/wmaprodec: Check for overread in decode_packet() - avcodec/smacker: Check that the data size is a multiple of a sample vector - avcodec/takdec: Skip last p2 sample (which is unused) - avcodec/dxtory: Fix input size check in dxtory_decode_v1_410() - avcodec/dxtory: Fix input size check in dxtory_decode_v1_420() - avcodec/error_resilience: avoid accessing previous or next frames tables beyond height - avcodec/dpx: Move need_align to act per line - avcodec/flashsv: Check size before updating it - avcodec/ivi: Check image dimensions - avcodec/utils: Better check for channels in av_get_audio_frame_duration() - avcodec/jpeg2000dec: Check for duplicate SIZ marker - aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data - hqx: correct type and size check of info_offset - mxfdec: check edit_rate also for physical_track - avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height - avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range - avcodec/jpeg2000: Check comp coords to be within the supported size - mpegvideo: clear overread in clear_context - avcodec/avrndec: Use the AVFrame format instead of the context - dds: disable palette flag for compressed images - dds: validate compressed source buffer size - dds: validate source buffer size before copying - dvdsubdec: validate offset2 similar to offset1 - brstm: reject negative sample rate - aacps: avoid division by zero in stereo_processing - softfloat: assert when the argument of av_sqrt_sf is negative To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/ffmpeg2/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/multimedia/ffmpeg2/Makefile.common cvs rdiff -u -r1.41 -r1.42 pkgsrc/multimedia/ffmpeg2/distinfo cvs rdiff -u -r1.11 -r1.12 pkgsrc/multimedia/ffplay2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.