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 304DC49DA0 for ; Wed, 10 Apr 2024 16:48:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1779E68CFFF; Wed, 10 Apr 2024 19:48:34 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C47E168C25D for ; Wed, 10 Apr 2024 19:48:27 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 215CF1060165 for ; Wed, 10 Apr 2024 16:48:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1712767706; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=M+M3mB848yVbJPe8dDpVtUlX/G7vQh3G8dhGuGVsZbo=; b=fR2EaFAnVqBrwByFqasRpON+BUQV4XGsW0qR0eTDsb7ebz0KCXYspwREap/0yRtD YN7iAUKnXkhh96tHI4Td3GdS+jBS6hjlxAtPmw+xfLaKmi9cSijPl0pX1MtAyaF63Lz bWZ/3LHJGQkUxdNElQ1das4az4SkpPnf+zrvULa0GeWhXISFgvzmeNp2jxcmSs7R2Sd zQRWqTiDSwIgW4GtF5/LFejBVXWbrMKjgsr8n66ynzZc5gmcanYQAlwPwjEFYrV5tSo jjVayCBG9K1GwlN7ERwz6fk4GuZ2FYnjxC+ufunay25SFwXwJm9zvO/jWkVQbkhgS6F F4L0cYZ3HQ== Date: Wed, 10 Apr 2024 18:48:26 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCHSET] AAC decoder refactor 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: Apr 8, 2024, 09:36 by dev@lynne.ee: > The following patchset refactors the AAC decoder step by step, > removing all large-scale templating and abstracting away typed > DSP functions from symbol parsing. > > This series saves 110Kib of binary data from libavcodec.so > when compiled with Clang 18 with -O3, after stripping. > > The patchset can also be viewed here: > https://github.com/cyanreg/FFmpeg/tree/aac_cleanup > > Fate passes on each step, and I've been running this patchset for > a week with no issues. > > This also prepares the decoder for USAC support. > I've rebased the linked repo to current git master if anyone wants to test. _______________________________________________ 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".