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 158CF44625 for ; Thu, 20 Oct 2022 16:50:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F048B68BDE7; Thu, 20 Oct 2022 19:50:01 +0300 (EEST) Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BD50968BC13 for ; Thu, 20 Oct 2022 19:49:55 +0300 (EEST) Received: by mail-lj1-f182.google.com with SMTP id c22so83324lja.6 for ; Thu, 20 Oct 2022 09:49:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=LCG1aRCc7DnP8XH9mqr41XMcdfh6uJ9uwiMKgtO29mU=; b=c4ox9Pdosf8lp70iz8h7WUjP3958UCI69V6SzI90LxmkcIls2ZlrEHC0Tp+UXmnRT3 q78y9TWvjPEUtUK6XwnewFqSiBT77ls5Idh6Gszogd2eSThaM5FDBSHnMOSyO8vk3p+Q 3E2XxJs/oBtb2W35llr/083wuKi8enlPcHuOEJ69VO/C6Hc2GPUxJtAbbpgzN6eZ17X7 glIN0Wj1iK40YsAImXKZQh+4hX1ZGLr05ryaa6VU6CHUQty96UEUPJHAtWjFXL5uemBg Wo72aA3tL0QQzzu4dmWos3vDZh8++pWrzhQp287znDXpLW/MN1vGZBOuOE8JfoSvduLT tfnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=LCG1aRCc7DnP8XH9mqr41XMcdfh6uJ9uwiMKgtO29mU=; b=PvgcPZRO6tpqn0RK2WVndpxmLI9cFBUJqhPLxqY6HOwGg1nCHUtIxAryp7Eu6F4fVx aOEKd3jt7QjCD4EHdX+4ADbpzIf+8hnhZu1haX+NfmeZdisIHNK6sHdeSWl1o9I/IlqA 4TV25ysGBGf5UyGL8E4nOMlgu++PBCSOPTAJEa8rqTO6cYIaPhUKk0g94Ina392c03x3 BQIWVUbcz1pmu2gKBVFVNAaZLAn4Wq7OJgrQe/qDYsg3/MX0YB5jQPtaSJrQX/UjepPa cWS4coXgl96h4e4K/fvSz8mfBOhYkdZs+q13TQ6YeFiX2TsQmnKs1gLHHmagRRnJxJlV bHQA== X-Gm-Message-State: ACrzQf378Ddr8JSbAllu8N4FI7wLf1Avw3zMFGz1QxABzE83h/wl5WRP 5KZRwKyTkyFFC17nx7xcFpwEy61SEIbdjq03Dd3l7Uq9 X-Google-Smtp-Source: AMsMyM53h/7GulcjTJPipiOYrcIH7oImfoiKHS9FGghGN72g6RaxUxRVyPpoSkxOrEcH2QnCRlXvBTcRonzP1h9qQqo= X-Received: by 2002:a05:651c:1693:b0:26e:8a49:8f31 with SMTP id bd19-20020a05651c169300b0026e8a498f31mr5328430ljb.514.1666284594021; Thu, 20 Oct 2022 09:49:54 -0700 (PDT) MIME-Version: 1.0 References: <20221001230512.271-1-mindmark@gmail.com> <20221002170605.GK6583@pb2> <06b7104f-dad1-7d5f-3b9e-cd51160a4627@gmail.com> In-Reply-To: <06b7104f-dad1-7d5f-3b9e-cd51160a4627@gmail.com> From: Mark Reid Date: Thu, 20 Oct 2022 09:49:41 -0700 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2] avcodec/tiff: add read support for compressed rgb floating point formats 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: On Sun, Oct 2, 2022 at 10:18 AM James Almer wrote: > On 10/2/2022 2:06 PM, Michael Niedermayer wrote: > > On Sat, Oct 01, 2022 at 04:05:12PM -0700, mindmark@gmail.com wrote: > >> From: Mark Reid > >> > >> floating point uses a slightly different predictor technique describe > here > >> http://chriscox.org/TIFFTN3d1.pdf > >> > > > >> Here is a link the test files, if someone could add them to fate me > >> https://www.dropbox.com/s/fg59h2os4gb4wug/tiff_fate_samples.zip > > > > ccing samples-request@ffmpeg.org, for sample upload req > > > > thx > > Done. > ping > _______________________________________________ > 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". > _______________________________________________ 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".