From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 9DD1D46D9B for ; Tue, 11 Jul 2023 10:46:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6734768C574; Tue, 11 Jul 2023 13:46:34 +0300 (EEST) Received: from smtp-fw-52002.amazon.com (smtp-fw-52002.amazon.com [52.119.213.150]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D40E368C3D0 for ; Tue, 11 Jul 2023 13:46:27 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.it; i=@amazon.it; q=dns/txt; s=amazon201209; t=1689072393; x=1720608393; h=from:to:date:message-id:references:in-reply-to: mime-version:content-transfer-encoding:subject; bh=eFnRYBb0It1HOU0mQd4HJaOEio73vil0wjk+TonWo5A=; b=SSA6qKiMuFk/0EgymEkwq7LFcLZQ3nTy/I0i1ZcUJl9DczIjMt8omicA tPvbPaTEi+Gea8jthcT7G9yELKyWR3QL10g/QYer/hgnpKDdhRX+u5k5A +BI+KL3qWw5I8xaxT70CsKqpAoKlmnalCR1+7fX+W6+WjRHac3vrog5+k Q=; X-IronPort-AV: E=Sophos;i="6.01,196,1684800000"; d="scan'208";a="571503633" Thread-Topic: [FFmpeg-devel] [PATCH 2/2] lavc/libx264: add mb_info option Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-iad-1e-m6i4x-6e7a78d7.us-east-1.amazon.com) ([10.43.8.6]) by smtp-border-fw-52002.iad7.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2023 10:46:25 +0000 Received: from EX19D012EUA003.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-iad-1e-m6i4x-6e7a78d7.us-east-1.amazon.com (Postfix) with ESMTPS id 2CBE38069C for ; Tue, 11 Jul 2023 10:46:23 +0000 (UTC) Received: from EX19D025EUC003.ant.amazon.com (10.252.61.205) by EX19D012EUA003.ant.amazon.com (10.252.50.98) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.30; Tue, 11 Jul 2023 10:46:20 +0000 Received: from EX19D025EUC002.ant.amazon.com (10.252.61.247) by EX19D025EUC003.ant.amazon.com (10.252.61.205) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.30; Tue, 11 Jul 2023 10:46:20 +0000 Received: from EX19D025EUC002.ant.amazon.com ([fe80::c9fe:e3a8:dd4f:e087]) by EX19D025EUC002.ant.amazon.com ([fe80::c9fe:e3a8:dd4f:e087%3]) with mapi id 15.02.1118.030; Tue, 11 Jul 2023 10:46:20 +0000 From: "Carotti, Elias" To: FFmpeg development discussions and patches Thread-Index: AQHZpFkf0wniyBZwyEaKKXbWaPmS1q+oRO2AgAkdgYCAAx5OIA== Date: Tue, 11 Jul 2023 10:46:20 +0000 Message-ID: References: <5a7631c93df03c86dd079376a0690b13a049b473.camel@amazon.it> <168890085522.542.1128745243112426352@lain.khirnov.net> In-Reply-To: <168890085522.542.1128745243112426352@lain.khirnov.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.21.151.21] MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 2/2] lavc/libx264: add mb_info option X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: > From 5bdb624d8dbcff96493a63f02f68a3961cf72723 Mon Sep 17 00:00:00 2001 > From: Elias Carotti > Date: Tue, 20 Jun 2023 19:29:08 +0200 > Subject: [PATCH 2/2] lavc/libx264: add mb_info option > > Pass the information about unchanged parts of the frame by means of > the AVVideoHint side data. > --- > Changelog | 1 + > doc/APIchanges | 3 ++ > libavcodec/libx264.c | 94 > ++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > 4 files changed, 99 insertions(+), 1 deletion(-) > > diff --git a/Changelog b/Changelog > index 3876082844..70b0fe94a3 100644 > --- a/Changelog > +++ b/Changelog > @@ -25,6 +25,7 @@ version : > - Raw VVC bitstream parser, muxer and demuxer > - Bitstream filter for editing metadata in VVC streams > - Bitstream filter for converting VVC from MP4 to Annex B > +- support for the P_SKIP hinting to speed up libx264 encoding > > version 6.0: > - Radiance HDR image support > diff --git a/doc/APIchanges b/doc/APIchanges index > bfe04556d2..89ff88af15 100644 > --- a/doc/APIchanges > +++ b/doc/APIchanges > @@ -2,6 +2,9 @@ The last version increases of all libraries were on > 2023-02-09 > > API changes, most recent first: > > +2023-06-21 - xxxxxxxxxx - lavc 60.23.100 - libx264.c > + Add mb_info option. > Do we actually need the option? If the encoder's caller bothered with adding the side data, then I'd think it should always be used, otherwise why is it even there? I agree, I just thought I had to update that file as well, if that's not the case feel free to remove it. Best Elias NICE SRL, viale Monte Grappa 3/5, 20124 Milano, Italia, Registro delle Imprese di Milano Monza Brianza Lodi REA n. 2096882, Capitale Sociale: 10.329,14 EUR i.v., Cod. Fisc. e P.IVA 01133050052, Societa con Socio Unico _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".