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 B9FB1A6552 for ; Sun, 5 Oct 2014 14:47:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 69E3114A251; Sun, 5 Oct 2014 14:47:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29B9414A24D for ; Sun, 5 Oct 2014 14:47:11 +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 Ku7m5q-eJLqN for ; Sun, 5 Oct 2014 14:47:10 +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 7ADAD14A24C for ; Sun, 5 Oct 2014 14:47:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 78D9298; Sun, 5 Oct 2014 14:47:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 5 Oct 2014 14:47:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/ffmpeg2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20141005144710.78D9298@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Oct 5 14:47:10 UTC 2014 Modified Files: pkgsrc/multimedia/ffmpeg2: Makefile.common distinfo Log Message: Update to 2.4.2: version 2.4.2: - avcodec/on2avc: Check number of channels - avcodec/hevc: fix chroma transform_add size - avcodec/h264: Check mode before considering mixed mode intra prediction - avformat/mpegts: use a padded buffer in read_sl_header() - avformat/mpegts: Check desc_len / get8() return code - avcodec/vorbisdec: Fix off by 1 error in ptns_to_read - sdp: add support for H.261 - avcodec/svq3: Do not memcpy AVFrame - avcodec/smc: fix off by 1 error - avcodec/qpeg: fix off by 1 error in MV bounds check - avcodec/gifdec: factorize interleave end handling out - avcodec/cinepak: fix integer underflow - avcodec/pngdec: Check bits per pixel before setting monoblack pixel format - avcodec/pngdec: Calculate MPNG bytewidth more defensively - avcodec/tiff: more completely check bpp/bppcount - avcodec/mmvideo: Bounds check 2nd line of HHV Intra blocks - avcodec/h263dec: Fix decoding messenger.h263 - avcodec/utils: Add case for jv to avcodec_align_dimensions2() - avcodec/mjpegdec: check bits per pixel for changes similar to dimensions - avcodec/jpeglsdec: Check run value more completely in ls_decode_line() - avformat/hlsenc: export inner muxer timebase - configure: add noexecstack to linker options if supported. - avcodec/ac3enc_template: fix out of array read - avutil/x86/cpu: fix cpuid sub-leaf selection - avformat/img2dec: enable generic seeking for image pipes - avformat/img2dec: initialize pkt->pos for image pipes - avformat/img2dec: pass error code and signal EOF - avformat/img2dec: fix error code at EOF for pipes - libavutil/opt: fix av_opt_set_channel_layout() to access correct memory address - tests/fate-run.sh: Cat .err file in case of error with V>0 - avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header() - avcodec/webp: fix default palette color 0xff000000 -> 0x00000000 - avcodec/asvenc: fix AAN scaling - Fix compile error on arm4/arm5 platform To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/ffmpeg2/Makefile.common cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/ffmpeg2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.