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 5450C47EA0 for ; Mon, 30 Oct 2023 07:38:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BEE1E68CCBD; Mon, 30 Oct 2023 09:38:50 +0200 (EET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7A1E168C9B4 for ; Mon, 30 Oct 2023 09:38:43 +0200 (EET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 245775C012C; Mon, 30 Oct 2023 03:38:42 -0400 (EDT) Received: from imap49 ([10.202.2.99]) by compute3.internal (MEProxy); Mon, 30 Oct 2023 03:38:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1698651522; x=1698737922; bh=0r3doIwkJX67Q JnKT7nqiRsbX1OZhpNIDbA1wT0i4Yk=; b=CGXUv/wdBK1LvRrF66muPwVKmZZtH djKFwpFlyKMI6frEpp+sonXfsKcB2SbkdAkuRq5pkFvnqTZ0AkT87G0NmpbHy+Rk atCaYZvbFzXoVKheNWRyQjLR7JQxEoWqrdG9HZTxesrqNRCrHtB+CbYhpc5gQtam Ylty4AjYrie1SSaC35ANCCkIXWjWdLDyKD4QTk2OgWPVRTrfS2R2IYsNLslF2U7p 0HmwGpeqqZCr98a0RJ+woTmHEBrgTTENP2x8kOCMNFkN23bO4AvKru6vIQjq2NrP /YdFLZVAueFbqRZlbTJ1vR5be/cNlmncETA7WyPG+AW4F6qGx9L6sci1w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrleelgdduudduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedflfgvrghnqdeurghpthhishhtvgcumfgvmhhpfhdfuceo jhgssehvihguvgholhgrnhdrohhrgheqnecuggftrfgrthhtvghrnhepgeekhedttdfhge ektdehvedvtdelfeffjefgteejveeitdevgffhleelveeiheegnecuffhomhgrihhnpehf fhhmphgvghdrohhrghenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrih hlfhhrohhmpehjsgesvhhiuggvohhlrghnrdhorhhg X-ME-Proxy: Feedback-ID: i06904239:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 42DAC15A0091; Mon, 30 Oct 2023 03:38:41 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-1048-g9229b632c5-fm-20231019.001-g9229b632 MIME-Version: 1.0 Message-Id: <7e230234-7cc6-4c31-ae7b-fd86ef616f7a@betaapp.fastmail.com> In-Reply-To: References: Date: Mon, 30 Oct 2023 08:38:10 +0100 From: "Jean-Baptiste Kempf" To: Lynne , ffmpeg-devel Subject: Re: [FFmpeg-devel] [PATCH 2/2] aacdec: correctly skip padding at the start of frames and during seeking 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: Hello, Does this fix #2325 #9667? jb On Mon, 30 Oct 2023, at 06:10, Lynne wrote: > Presently, our AAC decoder didn't skip any samples, unless the side data > contained skip information. > > This uses the newly added ff_decoder_skip_samples function to skip samples > on two levels: base, and additional. > Base is the inherent decoder delay. Most containers already specify it, > hence it is overwritten in that case. > Additional is any extra samples that have to be skipped, in AAC's case, > it's the delay introduced by SBR. > > Patch attached. > > > _______________________________________________ > 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". > > Attachments: > * 0002-aacdec-correctly-skip-padding-at-the-start-of-frames.patch -- Jean-Baptiste Kempf - President +33 672 704 734 _______________________________________________ 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".