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 5124F40F83 for ; Thu, 4 Jul 2024 14:33:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 93BC668DA35; Thu, 4 Jul 2024 17:33:11 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EBC5168D905 for ; Thu, 4 Jul 2024 17:33:04 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1720103584; bh=68hVoO9uVb80/rt2muzudYOekqWWfAT2PRZtaN8emWI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ja00cv+vZsPKc/RlYtV9ZtcAq2F5viGnhYZ+tPm/8SClWfBlwAvOhccjUlXuWu8CP YtuUUS7L62DGbJXs9zkf71MbHnv91YU7spW+RCgG23j7PFoGvdxHI7UQ80c29btIdI TGNexL6gre+fuKKcAvdPjOkbbhZABKSnQhBi83RM= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id B2D78402F2; Thu, 4 Jul 2024 16:33:04 +0200 (CEST) Date: Thu, 4 Jul 2024 16:33:04 +0200 Message-ID: <20240704163304.GC1821680@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240704143104.1821386-1-ffmpeg@haasn.xyz> References: <20240704143104.1821386-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v2 1/8] swscale: document SWS_FULL_CHR_H_* flags 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 Cc: Niklas Haas 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: Changes since v1: - Added commit relaxing the chr_v_pos value range in swscale to account for the existence of 4:1:1 / 4:1:0 content. - Fix the chroma location calculation for 4:1:1 / 4:1:0, including in interlaced mode. - Made the old (more granular) fields override the new one, rather than vice versa. - Added more comments explaining everything that's going on _______________________________________________ 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".