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 1714047E27 for ; Mon, 27 Nov 2023 14:10:22 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8799568CDD4; Mon, 27 Nov 2023 16:10:19 +0200 (EET) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3E10068CBD2 for ; Mon, 27 Nov 2023 16:10:13 +0200 (EET) Received: by mail-qk1-f180.google.com with SMTP id af79cd13be357-77d72ca8d99so3517385a.1 for ; Mon, 27 Nov 2023 06:10:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701094212; x=1701699012; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Gt9TeUSi78aZPf8xiJG/L2UOmd2H287EP0rLaRmQkpI=; b=akM3M43HZrlLuxla9260wJTZTzLTWxRIiJa/sAeIGuM46MyxnFI+UmBtzUhuyzFVYO syCoWX+EGKwOuEyksDzBImU1wv3CwjQp4LymH7LNcpAYJIfaK8WSGLJDwshcWvlijKc/ lyDWCfU+LzynFHwhivlhcaLb3VHrpNBmDkMDTJU7P0zElZCnT1IZLuq7LUS520M/4Av0 2J5rec68Zlux10vaf8T1T67rlT8wYWGhgCS3z6bJ5FJRrInvwt3vX9dsMPX4a6VjYKYs JbBvsS4a2BrTfMpMekPEXN+5W0J7ri/denRr75AqhAeojSQvD5+0EJt4RKFbdwzpHX/i sqkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701094212; x=1701699012; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Gt9TeUSi78aZPf8xiJG/L2UOmd2H287EP0rLaRmQkpI=; b=GNKca2e2WuwC06QbvY1aD6+tucv7LEiev7ZUlvEn2stVj+v0+lGLi4nDwUUEfkUQJo +BHXXIIICj+JybeSpMOdt++p7Rptc2SmX1UWCwjzOmBXpU7He+eHSs/I9WBHhIMQ0ofE kRt/9pA5Q3IHULYM2NZXfrv3tgW81rab6FsBfVlyTVgZ93OMDOWTdkOz6kDxLnhTT1tP MOCDHzJzy2U/l7LslacmxiIP8AG11CwW73raImhVXJ+kO4/CDzO1spGl4jc5si+He0ZB 8chy2pwHiCCj1oAN2z0DlmtNQ4t12a8iRfXvDGSr9yuTSgpW49R75acSo1YZqtr/KGao faZw== X-Gm-Message-State: AOJu0YwavnWyuSNicFoPPBF5xs/CF6VNdV2QDzMPuScJI04E4ZFbOh47 fhgiz4ucuhrWggEUIPyCtC+7aLMhXdM= X-Google-Smtp-Source: AGHT+IGg7LTQiZhkkuNyL9nIKutFJLxWEG5vp2Lt0h1vkZzS0HitqHfIjROtwqnb4312INS7rhoAgQ== X-Received: by 2002:a05:620a:1929:b0:77d:7b12:7b2c with SMTP id bj41-20020a05620a192900b0077d7b127b2cmr14175849qkb.5.1701094211961; Mon, 27 Nov 2023 06:10:11 -0800 (PST) Received: from gauss.local (c-68-56-149-176.hsd1.mi.comcast.net. [68.56.149.176]) by smtp.gmail.com with ESMTPSA id tp13-20020a05620a3c8d00b0077d72f820adsm3699365qkn.115.2023.11.27.06.10.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Nov 2023 06:10:11 -0800 (PST) From: Leo Izen To: ffmpeg-devel@ffmpeg.org Date: Mon, 27 Nov 2023 09:10:05 -0500 Message-ID: <20231127141008.183621-1-leo.izen@gmail.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 0/3] JPEG XL parser bug fixes 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: Leo Izen 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: Two bug fixes related to the JPEG XL parser. They're not exactly related and don't need to be applied in sequence. v2 change: patches themselves are identical, but now there's a FATE test. Leo Izen (3): avcodec/jpegxl_parse{,r}: use correct ISOBMFF extended size location avcodec/jpegxl_parser: fix parsing sequences of extremely small files fate/jpegxl: add parser test for extboxes and small files libavcodec/jpegxl_parse.c | 6 +++--- libavcodec/jpegxl_parser.c | 23 +++++++++++++++-------- tests/fate/jxl.mak | 8 ++++++++ tests/ref/fate/jxl-small-ext-box | 9 +++++++++ 4 files changed, 35 insertions(+), 11 deletions(-) create mode 100644 tests/ref/fate/jxl-small-ext-box -- 2.43.0 _______________________________________________ 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".