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 76C254650D for ; Sat, 20 May 2023 20:47:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0940068C08C; Sat, 20 May 2023 23:46:59 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C875568BBF7 for ; Sat, 20 May 2023 23:46:51 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 35983106016E for ; Sat, 20 May 2023 20:46:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1684615611; 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=3ZK7PJGbcVt9kPJgJPRYsMFZHiC4kHUKk5mQCAqk9+4=; b=vH4GkVevlGuvgQdI338L57b1eYQI5eZh8+nOyJ7tIiN6pFhs1+qC2clRYS9iwlB9 lE9PgBorc31XGjR/sZSvo5mXQzETa2spZUcS0k9uGtaMhTHEOvIzlUs7VksGcUkT049 DbuCmhVZmRuwoDPIVjCnbh8aFGiBtd5Bok26hQgGlHaVx+YU0s6H6BytilHnG7+KnSN stzAl7ycJ/hnqEQLW1+VgkreQfgAX0XdGZnDkvYN8l2U1lySd0wAQ6HichG6sBodffj TO49sXw8jP6Z60qmX6GreJHqwCgBObg124ZVfU7eKuLqtsHK7vfv9gbLu1I36uASyWV Lm7NzIrPyw== Date: Sat, 20 May 2023 22:46:51 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <5fd9b52d-9b88-30f0-0f8e-92e229026636@walliczek.de> References: <5fd9b52d-9b88-30f0-0f8e-92e229026636@walliczek.de> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2] avcodec/aacdec: add support for AAC SBR with 960 frame length 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: May 20, 2023, 22:17 by matthias@walliczek.de: > Supports the european DAB+ digital radio coding > > Fixes: https://trac.ffmpeg.org/ticket/1407 "HE-AAC (v2): 960/120 MDCT window is not implemented" > > Co-developed-by: Lynne > Signed-off-by: Matthias Walliczek > --- > libavcodec/aacdec_template.c | 17 ++------------ > libavcodec/aacps.c | 8 ++++--- > libavcodec/aacps.h | 7 +++--- > libavcodec/aacps_common.c | 3 ++- > libavcodec/aacsbr_template.c | 43 +++++++++++++++++++++--------------- > libavcodec/sbr.h | 2 +- > 6 files changed, 38 insertions(+), 42 deletions(-) > Patch is malformed, still missing stuff, and I was just about to post an updated version of mine. Let's not step on each other's toes and let me take over? _______________________________________________ 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".