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 A538348A20 for ; Wed, 24 Jan 2024 11:06:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2193568D084; Wed, 24 Jan 2024 13:06:29 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AEBC768C919 for ; Wed, 24 Jan 2024 13:06:22 +0200 (EET) 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=Dv5Fall5; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 695D42405F2 for ; Wed, 24 Jan 2024 12:06:22 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id nmQ2uZNmkm9N for ; Wed, 24 Jan 2024 12:06:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1706094381; bh=CuXyYBGGtcdc/QUEPBrtcXzFRblGEj10PvcG0o5kvNo=; h=Subject:From:To:In-Reply-To:References:Date:From; b=Dv5Fall5LL6xISrMVjsHMvSM1C19sVZjyuNcWsE4jxpPqd9cbn3+Enavn2xJocA8i 4F6s5vSE4Fg444UGoVN08t5A/NUq6In7QG3B2V9VR5d2Hx0TkSr9ZGPXin6soYCofe dyqc8wBKAtNdhQrE168cCQwGwvrAhgXyHX/fkkMTNZyGrip/82SZ0/iDjLbUSysA9K dw0pNal9n87T+9SJ1pYN9vB3QbYVtN+vsVHaAhbmWrtv5vyiR5z+nLzLsZNy69m2jM 3plhd0FqCLU/V8xCVLn66fQf0UOy9XP6EEIGocvJTvEQF4HF3F8TtpQjOiy2Yj1Hdg al0U9mqpsuFmw== 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 93D382404E5 for ; Wed, 24 Jan 2024 12:06:21 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 6D49D1601B9; Wed, 24 Jan 2024 12:06:21 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: References: Mail-Followup-To: FFmpeg development discussions and patches Date: Wed, 24 Jan 2024 12:06:21 +0100 Message-ID: <170609438141.8914.14443579588226706968@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] libavcodec: add bit-rate support to RoQ video encoder 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 Victor Luchitz (2024-01-23 09:33:04) > Re-posting the patch as an attachment. Sorry for the inconvenience! > > -- > Best regards, > Victor Luchitz > > From b6825112446ee220d89cab975e8bcef823884141 Mon Sep 17 00:00:00 2001 > From: Victor Luchits > Date: Tue, 23 Jan 2024 11:27:07 +0300 > Subject: [PATCH] libavcodec: add bit-rate support to RoQ video encoder > > The bitrate option (-b:v) can now be used to specify the bit rate > of the video stream of the RoQ encoder. > > Original patch by Joseph Fenton aka Chilly Willy > > Signed-off-by: Victor Luchits > --- > Changelog | 1 + > libavcodec/roqvideo.h | 1 + > libavcodec/roqvideodec.c | 16 ++++++ What's with the decoder changes? -- 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".