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 02241A6567 for ; Thu, 2 Oct 2014 06:01:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0EB0D14A1CA; Thu, 2 Oct 2014 06:01:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 304B814A1C8 for ; Thu, 2 Oct 2014 06:01:51 +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 rt0n4wMz1ehg for ; Thu, 2 Oct 2014 06:01:50 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 061E614A1AA for ; Thu, 2 Oct 2014 06:00:49 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id s9260d87006196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 2 Oct 2014 08:00:39 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id s9260dJ5002910 for pkgsrc-changes@netbsd.org; Thu, 2 Oct 2014 08:00:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D53914A20E for ; Wed, 1 Oct 2014 16:09:18 +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 Dxt4tUJPxrQK for ; Wed, 1 Oct 2014 16:09:17 +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 1A25F14A20D for ; Wed, 1 Oct 2014 16:09:17 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0026598; Wed, 1 Oct 2014 16:09:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 1 Oct 2014 16:09:16 +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: <20141001160917.0026598@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Thu, 02 Oct 2014 08:00:40 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Oct 1 16:09:16 UTC 2014 Modified Files: pkgsrc/multimedia/ffmpeg2: Makefile Makefile.common PLIST buildlink3.mk distinfo Log Message: Update to 2.4.1: The FFmpeg Project proudly presents FFmpeg 2.4 "Fresnel", just 2 months after the release of 2.3. Since this wasn't a long time ago, the Changelog is a bit short this time. The most important thing in this release is the major version bump of the libraries. This means that this release is neither ABI-compatible nor fully API-compatible. But on the other hand it is aligned with the Libav 11 release series, and will as a result probably end up being maintained for a long time. Important API changes since 2.3: • The new field mime_type was added to AVProbeData, which can cause crashes, if it is not initialized. • Some deprecated functions were removed. • The avfilter_graph_parse function was made compatible with Libav. • The Matroska demuxer now outputs verbatim ASS packets. Please refer to the doc/APIchanges file for more information. libavformat • Icecast protocol. • API for live metadata updates through event flags. • UTF-16 support in text subtitles formats. • The ASS muxer now reorders the Dialogue events properly. • support for H.261 RTP payload format (RFC 4587) • HEVC/H.265 RTP payload format (draft v6) depacketizer libavfilter • Ported lenscorrection filter from frei0r filter. • Large optimizations in dctdnoiz to make it usable. • Added codecview filter to visualize information exported by some codecs. • Added silenceremove filter. libavutil • Added clip() function in eval. Behaviour changes • dctdnoiz filter now uses a block size of 8x8 instead of 16x16 by default • -vismv option is deprecated in favor of the codecview filter • libmodplug is now detected through pkg-config • HTML documentation generation through texi2html is deprecated in favor of makeinfo/texi2any • ICY metadata are now requested by default with the HTTP protocol To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/multimedia/ffmpeg2/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/multimedia/ffmpeg2/Makefile.common cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/ffmpeg2/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/ffmpeg2/buildlink3.mk cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/ffmpeg2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.