From patchwork Sat Sep 3 10:50:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Campbell X-Patchwork-Id: 404 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.134 with SMTP id o128csp1879084vsd; Sat, 3 Sep 2016 03:51:49 -0700 (PDT) X-Received: by 10.194.97.129 with SMTP id ea1mr8178677wjb.107.1472899909567; Sat, 03 Sep 2016 03:51:49 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id x203si8746907wme.135.2016.09.03.03.51.47; Sat, 03 Sep 2016 03:51:49 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 741E9689C3E; Sat, 3 Sep 2016 13:51:37 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from p3plsmtpout002.prod.phx3.secureserver.net (p3plsmtpout002.prod.phx3.secureserver.net [208.109.80.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 06F42689BAE for ; Sat, 3 Sep 2016 13:51:30 +0300 (EEST) Received: from ip-192-169-235-64.secureserver.net ([192.169.235.64]) by : HOSTING RELAY : with SMTP id g8WwbFyQM2Kikg8WxbQQyj; Sat, 03 Sep 2016 03:50:36 -0700 x-originating-ip: 192.169.235.64 Received: from c-73-53-12-90.hsd1.wa.comcast.net ([73.53.12.90]:47923 helo=[192.168.250.88]) by ip-192-169-235-64.secureserver.net with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.82) (envelope-from ) id 1bg8Ww-0001K7-Hj for ffmpeg-devel@ffmpeg.org; Sat, 03 Sep 2016 03:50:34 -0700 Message-ID: <57CAAAF9.6000207@impactstudiopro.com> Date: Sat, 03 Sep 2016 03:50:33 -0700 From: Jonathan Campbell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: FFmpeg development discussions and patches References: <20160902115034.GV4692@nb4> <57C9B49B.9020804@impactstudiopro.com> <20160902200148.GW4692@nb4> <57C9DD6D.8060406@impactstudiopro.com> <20160902205623.GY4692@nb4> <57CA05C8.30605@impactstudiopro.com> <20160902233718.GC4692@nb4> <57CA1022.9050304@impactstudiopro.com> <20160903002307.GE4692@nb4> <57CA19E7.7050802@impactstudiopro.com> <20160903003552.GF4692@nb4> In-Reply-To: <20160903003552.GF4692@nb4> X-CMAE-Envelope: MS4wfGJQU6fpdTaUPWUKsjmwFWcnjZBfMMUfyD9LC/AUscgq/SSShvi7ByVSXpo10WGzPiJ2SW2Yy9+EU7Xmb0/T3cJKMlx98ygqbvPcwW5pEg+xSscbH2qO MObdDRyn4RxVmlXOeYnpAwke/2MQmCcoW+lYTvyJPirNbGcW2VQTaUIX9L1bB0NJ+ZHLD6AlIVDclkBEFFSaliE5XxKnqlTTuXDYpakFLqAQSZabeLae9eVa Subject: Re: [FFmpeg-devel] CNG (consistent noise generation) patch for AC-3 decoder X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" On 09/02/2016 05:35 PM, Michael Niedermayer wrote: > On Fri, Sep 02, 2016 at 05:31:35PM -0700, Jonathan Campbell wrote: >>> should be in a different patch >>> also needs minor version bump and APIChanges update >>> >>> also please generate patches with git format-patch or git send-email >>> see the respective man pages >>> (otherwise they woul be lacking commit messages) >>> >>> thx >>> >>> [...] >>> >>> >>> >>> _______________________________________________ >>> ffmpeg-devel mailing list >>> ffmpeg-devel@ffmpeg.org >>> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > >> One patch for the new function in lfg.c, and another patch to use >> the addition in the ac3 decoder, right? I can do that. > > yes > > >> >> The version minor bump would bring libavutil 55.30.100 (or should it >> be 55.30.0?). I'll format the patch correctly. > > 55.30.100 > > thx > > [...] > > > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel > Here you go (as attachments). Jonathan Campbell From 5de30d309fb48b26acd8d95f14ef4d4064450ddc Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sat, 3 Sep 2016 03:20:41 -0700 Subject: [PATCH 1/3] libavutil version bump, av_lfg_init_from_data() incoming --- libavutil/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/version.h b/libavutil/version.h index 7d32c7b..60b58eb 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 55 -#define LIBAVUTIL_VERSION_MINOR 29 +#define LIBAVUTIL_VERSION_MINOR 30 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \