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 AF80D431BA for ; Tue, 24 May 2022 15:48:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 56C2468B4EC; Tue, 24 May 2022 18:48:06 +0300 (EEST) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8FFB468B46A for ; Tue, 24 May 2022 18:48:00 +0300 (EEST) Received: by mail-qt1-f182.google.com with SMTP id g3so15001459qtb.7 for ; Tue, 24 May 2022 08:48:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=t352YQXDJEPhJfKnVNvc1qrwHcW3yiiz2nMBZny3F9o=; b=LCNPGmayFcrO0otsaDYaTJffFysMJmARJ7jpG8reHE3+d8Jj3AAW+fnbVhs1IeoJFA Yyz4+N3WM3fx6tAbWMWo5R0K6AKF8dQpCpQGINRPz/voRifDo5OQu+kR54d94pVxCR1s RXYxc6kt9EMlXO4myVFMnfCluCjpMx2WENGXcy4wnM+dXTNIA0uVQCtXrLehLBK711Jc Xh4HyEulsp5oftEyuw45T7q4/HCexSllElctii68i+ZHkwH/2nsM+wPx102/nyWKeNdM 1cDid6uvyfgwII2rXGQgJofaChzWKhviyyJ27D0njPJ/d/ieOKrVDlWd4ELcxF8X7m+8 LwEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=t352YQXDJEPhJfKnVNvc1qrwHcW3yiiz2nMBZny3F9o=; b=o+2h/J6F0GaCuhxEvSnS+YiRAHMLRSpt+14Mlh7EPJDcfk0E+e1M+IKdMnBD7lm6LB rXcC8e+rTy+VdbyTin6ffilwkPOPP5JXHWYwwJ1LNjCP4W6ao3myfw1WFvXoq07uN4+n pAb17OiF/AU+EgUhFMW7cEqhQhb1G73LS+TnyOiGFylYO4Ku7NzK5WvnZG72BUmUAPW4 4o41ZZ1eYjSLTDjZNCQZX28L/5rHukLLMGXqjg9N3hkNLrk4xlJrRouHmlPbC/xq/m7Q 9mEUBrQccixfkH5KuKeZpGRYMV0Hs+x3Yki/RX1cfFTG0KQRkUz4IqDblRSOiW4Fvuad tRkA== X-Gm-Message-State: AOAM5335wdOPlx5xn7VlZfATuaxOSI/e9WY/7QA5J2+aZ71HZ8jUV3bv c2VhQ/jnLSxHUGhkN1u6eVI= X-Google-Smtp-Source: ABdhPJxaIfH/DVoHvmAOpJnzACUi5wg3bzPZLrQo9OG7X/UnYuinuS0FkqYt4Y8Ko2Pe3oGSDMnstQ== X-Received: by 2002:ac8:7e89:0:b0:2f9:dbeb:65f2 with SMTP id w9-20020ac87e89000000b002f9dbeb65f2mr784405qtj.668.1653407279040; Tue, 24 May 2022 08:47:59 -0700 (PDT) Received: from [192.168.1.35] (c-68-41-54-207.hsd1.mi.comcast.net. [68.41.54.207]) by smtp.gmail.com with ESMTPSA id r18-20020ac85c92000000b002f905347586sm6801371qta.14.2022.05.24.08.47.58 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 24 May 2022 08:47:58 -0700 (PDT) Message-ID: <78ba1514-e9b0-e207-6b5c-3bf4f705b576@gmail.com> Date: Tue, 24 May 2022 11:47:58 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US-large To: Vittorio Giovara , FFmpeg development discussions and patches References: <20220523210139.19480-1-leo.izen@gmail.com> <20220523210139.19480-2-leo.izen@gmail.com> From: Leo Izen In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v4 1/1] avutil/csp: create public API for colorspace structs 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 5/24/22 11:28, Vittorio Giovara wrote: > > > On Mon, May 23, 2022 at 11:02 PM Leo Izen > wrote: > > This commit moves some of the functionality from avfilter/colorspace > into avutil/csp and exposes it as a public API so it can be used by > libavcodec and/or libavformat. It also converts those structs from > double values to AVRational to make regression testing easier and > more consistent > > > which places did you have in mind to use this api in avcodec and avformat? > also wouldn't callers be interested in accessory functions like > ff_matrix_invert_3x3 if they are dealing with color spaces? > -- > Vittorio Once this is merged I plan on using it in the libjxl encoder wrapper. As for the other functions, they aren't needed at this time but they could always be exported at a later date if required. - Leo Izen (thebombzen) _______________________________________________ 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".