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 65FFE480A9 for ; Sun, 10 Dec 2023 14:47:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9AF3868D0F8; Sun, 10 Dec 2023 16:47:31 +0200 (EET) Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D3DE868CF6B for ; Sun, 10 Dec 2023 16:47:24 +0200 (EET) Received: by mail-qv1-f52.google.com with SMTP id 6a1803df08f44-67ad9844cb1so6937816d6.0 for ; Sun, 10 Dec 2023 06:47:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1702219643; x=1702824443; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=QI3jm7kqPie/JG0epjnDgMyE0iLTnDdGKlgKHYQ9scQ=; b=H8aS/2/VEhMzIJWDWCnt7XvpZh64iA1ZpujtQGHI4m71CQl4cKA9aWjcwAk47XLLJ3 JDWFoia5yw1t9VHOd5GQpOJuqPDnhBB8JSxRvl7d9QjtsWaDQf9BGaB7h3raKVW74KKl qE/C8z6dIPhuOUsdxruNYhwX4DEmBXkvKRsNjyntX4VYgZKW7ELm8LKJkGeP0sBRXze9 N/Tdk3q88zUWSPQ8mDMBOvOHDkDDClX6gqSwCazmqSzExQY47AQvNgMnmuZXU8TdpTob sQhKC4l/NnD65YslxR791TBSLMCNtRfjZLDnUjgPX4Qjh+SXVHUdhHTXDz9hhOsWC3FI +exA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702219643; x=1702824443; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=QI3jm7kqPie/JG0epjnDgMyE0iLTnDdGKlgKHYQ9scQ=; b=AOQkKuuvmBNxBhv1Ulu7VLvIq1NijIVGwKFKWhFLlBOYhn36C4JvK3BZ5e19JsfloH sx4pIDPzQw59jNCwbdfml9BPsTGCjj5tQ9Mr9wd4pH7H//HA1fghwVaZYZLsnxyLhp73 0DtLHklcDRB8AhvIrHrN2eu8Hg2DuTjpthbAFY7DSYGc7J/RLq7EmyB9BZUHTnRe7ZzF HbeKZPdMSzKMKwdTzo8ZsQ0t5tuac4tvZQDMWWoiyQ9DZk+watWiUZilfbl986sg7yt+ tA2egJ69n0ZWYdKsGcWbfPuE/LT7/LfI72WByFIx29MrBn4u6HHeVkjsAG/+FxUMtHtW 1Neg== X-Gm-Message-State: AOJu0YyRzHZL3pddEzxPBPGwbcINNVLt/6VVSpNvyu9GOJjfoD98yevF hE21UWFyzozBLg99llkZUjQP/flFKlQ= X-Google-Smtp-Source: AGHT+IFi9Bd9u8PB/wZ49qWKQinQpvosUK4Isr70DebBAMLoc7vvrLxvK5ROxVd+Em33YmBskapivA== X-Received: by 2002:a05:620a:468a:b0:77f:50d7:2630 with SMTP id bq10-20020a05620a468a00b0077f50d72630mr6120210qkb.5.1702219643211; Sun, 10 Dec 2023 06:47:23 -0800 (PST) Received: from [192.168.1.35] (c-68-56-149-176.hsd1.mi.comcast.net. [68.56.149.176]) by smtp.gmail.com with ESMTPSA id w28-20020a05620a0e9c00b0077f00e3ed4bsm2182665qkm.0.2023.12.10.06.47.22 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 10 Dec 2023 06:47:22 -0800 (PST) Message-ID: Date: Sun, 10 Dec 2023 09:47:22 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US-large To: ffmpeg-devel@ffmpeg.org References: <20231209194938.308992-1-leo.izen@gmail.com> From: Leo Izen In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 0/1] fate/jpegxl: add multiframe permuted TOC image parser 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 12/10/23 09:07, Andreas Rheinhardt wrote: > Leo Izen: >> This patch requires a sample that hasn't been uploaded yet. It can be found >> at [1] and it should be placed at jxl/orange.jxl once uploaded. It's 262k, >> which is not very large, but large enough that I did not want to attach it >> to this email. >> >> [1]: https://buzo.us/O.jxl >> >> sample sha256sum: 9288337dc0d37effd1f539d4e20083a8ffed757e486f4098121520c74e8de6f6 >> sample signature: https://buzo.us/A.asc >> >> Leo Izen (1): >> fate/jpegxl: add multiframe permuted TOC image parser test >> >> tests/fate/jxl.mak | 3 +++ >> tests/ref/fate/jxl-multiframe-permuted-toc | 11 +++++++++++ >> 2 files changed, 14 insertions(+) >> create mode 100644 tests/ref/fate/jxl-multiframe-permuted-toc >> > > I disagree with your assertion that 262k is not very large. Why do you > use a 2400x2400 sample? > It had to be larger than 2048x2048 to have multiple LF groups in a single frame, as that's the LF group size. The images themselves are monochrome. - Leo Izen (Traneptora) _______________________________________________ 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".