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 2659D43B49 for ; Wed, 14 Sep 2022 12:54:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 58CA968BAFC; Wed, 14 Sep 2022 15:54:37 +0300 (EEST) Received: from mail-yb1-f177.google.com (mail-yb1-f177.google.com [209.85.219.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BCF3368B9B2 for ; Wed, 14 Sep 2022 15:54:30 +0300 (EEST) Received: by mail-yb1-f177.google.com with SMTP id c9so22536711ybf.5 for ; Wed, 14 Sep 2022 05:54:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date; bh=RZ1SUH65aTyZUCN3qMwSMLqNBMjb0BGnquvfDLRZzSQ=; b=WVXDjtHWuMgS06oHLEmPnuy4kTMU8eHDRgE5vp9Q5kFopy09qS2oeaGZZeDjJ6nN5b 11SZI2zBExoxwizab87qW57ciYTye7Iy0+73WAp3PMp8jPEIIs/C5Tni3XVjR1UTWQ3B B/hcdkzMl9sJEwqTq1Cp2xKohtvaSDSY5hzRni2c16V7OTsiWyiTZWF1uSffK7wTYPtv FbT561RKSiWHbFCjMHj0mlk1860IERWhKdpnoSZ7Z4Fn1YwOA9oJPK9XGquUbFRr/qf1 XNoml+I6jmPtjkU79nCXcQoPfNYQrxBm7Fa3GdopadpxViy2jVaajM7iiwn9mlhCuE8d YB9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=RZ1SUH65aTyZUCN3qMwSMLqNBMjb0BGnquvfDLRZzSQ=; b=V7bg3uXXmOPUwPqfHyRpi/6v1ei8IEIufBaxmi2/vPA1lXtL9mYV/4o9SnXccx/oJp /3GoQyLvlKrxGXx8AcHuPkbiBdd6U0tjNe5n5/ZIomKhabs0RSJIw0k6T9/4y87vF55X sDMwF0T0HbQ/zF//SFksWLy0PnZKz1qzkLWZJw/NXt27aoDWNExooPgd48A6SNZOtJEM T8WfNOLNOSjE+yXPob4hTFFsfy1f5BrTs02kPOoRH5/CONx5lnCd84MteSP1ieqHN9lN /5vmJA1/t5eSq6sbEp82VamHBaJ7VR/K0N0EwGutEpDhiUBeFuLPmONK+MXo3KyFijec IUww== X-Gm-Message-State: ACgBeo3ihKh9Sb/Ng3ix+y2vI0m427kucLjDEazQXVHU3QGFE6sfsCjq eZDNF3R7aEqEZjJ2jHAE689x/IDL9uCAHr7rMvWqJTMR X-Google-Smtp-Source: AA6agR44n7rT2ulEVUPxqLWziPnwXfvjcDKuosAl7s+VfAVWHvlhWL0hM1r650vabr3MtIf7AeesRLGpxJ+Wh25m3fQ= X-Received: by 2002:a5b:485:0:b0:67c:2c89:f3a3 with SMTP id n5-20020a5b0485000000b0067c2c89f3a3mr28687376ybp.571.1663160069208; Wed, 14 Sep 2022 05:54:29 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a81:7402:0:0:0:0:0 with HTTP; Wed, 14 Sep 2022 05:54:28 -0700 (PDT) In-Reply-To: References: From: Paul B Mahol Date: Wed, 14 Sep 2022 14:54:28 +0200 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] Bonk, Bonk 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: On 9/12/22, Martijn van Beurden wrote: > Op wo 7 sep. 2022 om 19:59 schreef Paul B Mahol : > >> Patches attached. >> >> Could decoder be made faster? >> >> > Haven't reviewed, but great to have another codec added. Concerning the > speed, as far as I know Bonk is slow to decode. Its website states that it > is slow: http://www.logarithmic.net/pfh/bonk Also, an old comparison that > included it (I haven't seen any more recent one) ranked it the slowest > decoding codec: > https://web.archive.org/web/20080225210007/http://flac.sourceforge.net/comparison.html > > Although OptimFROG and the higher MP4ALS preset are probably much > slower/more CPU intensive to decode nowadays. Yes, by looking at code I already located part that takes most of time. The codec is slow because it operates on some kind of channel bit planes. > _______________________________________________ > 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". > _______________________________________________ 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".