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 ESMTPS id 1255E4D785 for ; Mon, 24 Feb 2025 09:49:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2AF8668CC4A; Mon, 24 Feb 2025 11:49:52 +0200 (EET) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7164E68CA37 for ; Mon, 24 Feb 2025 11:49:46 +0200 (EET) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Z1bYh045Rz9spD for ; Mon, 24 Feb 2025 10:49:44 +0100 (CET) Message-ID: <9af340e2-63db-4904-a173-e8a6499d6288@gyani.pro> Date: Mon, 24 Feb 2025 15:19:41 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20250218094649.6619-1-ffmpeg@gyani.pro> <644aecdc-b230-4883-af13-91bca2b3878a@gyani.pro> Content-Language: en-US From: Gyan Doshi In-Reply-To: <644aecdc-b230-4883-af13-91bca2b3878a@gyani.pro> X-Rspamd-Queue-Id: 4Z1bYh045Rz9spD Subject: Re: [FFmpeg-devel] [PATCH] ffmpeg_demux: add option readrate_catchup 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2025-02-23 01:06 pm, Gyan Doshi wrote: > > > On 2025-02-18 03:16 pm, Gyan Doshi wrote: >> At present, if reading from a readrate-limited input is stalled, >> then upon resumption, ffmpeg will read the input without any >> throttle till the average readrate matches the specified readrate. >> >> This new option allows to set a speed limit when reading is resumed >> until the average readrate matches the primary readrate. >> >> Fixes #11469 > > Plan to push tomorrow. Pushed as 6232f416b172358c9dd82462037953f02743df27 Regards, Gyan _______________________________________________ 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".