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 8D9374A92E for ; Fri, 24 May 2024 12:53:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2990568D547; Fri, 24 May 2024 15:52:58 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1A17468D4C3 for ; Fri, 24 May 2024 15:52:51 +0300 (EEST) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=LiXz1d0Z; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id B75B5240DAC for ; Fri, 24 May 2024 14:52:50 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id ohq3eOuSbSZt for ; Fri, 24 May 2024 14:52:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1716555168; bh=eY14cDVu3wzHuufffFvl3KpMXZOwQxsEFc6tU6lnSds=; h=Subject:From:To:In-Reply-To:References:Date:From; b=LiXz1d0ZjRiSqZxx6vAMCE5wpn8Lm6D6rh5S+ywJSnUd50A7/HM9FFnEpvRs4l0cT y3ZqBMAKYqP+Ror4e+CqlSiG13GkqLlX4wFzrvr0mXepk7dztdKGEhq5Hx1O/ap3wa N+ohAzxs5iX5m4q4l5XN0+aQSkQbBT2jq5ZW1dy89q6jMWiLLq+QXd7sfsy83RHLaS hLbclphmqL/eqos2u5mN71wgugIAF1OKuK2x+HdoMG4DCm502/QR+HcEXu6Nva7W2h LaTn+6XhUWqlznDqiL30qLPqNdqKeEyhktbncIRICC3PoKsrKqe6qwPU6yWOgSZEgN PJ4G+NNNZxMQA== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id BB5A72404E5 for ; Fri, 24 May 2024 14:52:48 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id A694E1601B9; Fri, 24 May 2024 14:52:48 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: References: Mail-Followup-To: FFmpeg development discussions and patches Date: Fri, 24 May 2024 14:52:48 +0200 Message-ID: <171655516866.28895.4673920526545003367@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] Flushing while decoding , but need already decoded frames 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: Quoting Andrey Turkin (2024-05-24 13:39:15) > Have to say, this issue has been a long grievance of mine. There is no > reason to delay frames when the decoder is set up to ignore B frames > as there is no reordering to be done; This only holds for pre-h264 codecs. -- Anton Khirnov _______________________________________________ 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".