From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 5FB074C6BF for ; Sun, 8 Jun 2025 12:25:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 16CBA68C0DD; Sun, 8 Jun 2025 15:25:15 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 5D89168BDB1 for ; Sun, 8 Jun 2025 15:25:08 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 89C662819119E for ; Sun, 08 Jun 2025 14:25:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1749385507; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gOZt9t7T5dUkB0KXEv6IpuYICSNlx2SRjonVxzl/qok=; b=KbeJwYbFCraRW8UEV7VSbJf9k942wmxxk/HNKh2uZqev5Sdy0rsYja/4Yb8/QRi8+Cb0yp Bxrj0P9hUsTkvYpRYax1mNwzpN/xXti+KSw20PN8ByN8sHMkqzjIboXdSg602SgqEwREPZ 6aA5/nIJKHpl39m5lZMDLsYBUojnxtueGizIMAxVFKYBwd2Wm4SLgOMF+ZJ6TdgA5U3WHa C01pHPLfvzpztjyVJCHHmasFGKHTLEE+fNebsNFvZLGLWidjLaO5HQNnVNOZhuz7Sj4GQj lZh042uKey8b/QcZjy60Bw8bQOB9evHtp3ctkq+MW0KDEG4wYHLQ62mV0X7OBg== Message-ID: <21cefc54-3964-4e69-b1f5-11a71591f167@rothenpieler.org> Date: Sun, 8 Jun 2025 14:25:08 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20250607213509.16424-1-timo@rothenpieler.org> <20250607213509.16424-7-timo@rothenpieler.org> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20250607213509.16424-7-timo@rothenpieler.org> Subject: Re: [FFmpeg-devel] [PATCH 7/7] avcodec/nvenc: add MV-HEVC encoding support 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 07.06.2025 23:34, Timo Rothenpieler wrote: > From: Diego de Souza > > Added support for MV-HEVC encoding for stereoscopic videos (2 views > only). Compatible with the framepack filter when using the > AV_STEREO3D_FRAMESEQUENCE format. > > Signed-off-by: Diego de Souza I intend to push this series soon. So if you plan to review it, please do so soon as well, or let me know you plan to at least. All patches had been on the list previously already. _______________________________________________ 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".