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 8AE0349481 for ; Sun, 11 Feb 2024 18:57:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B17F968D0DD; Sun, 11 Feb 2024 20:57:28 +0200 (EET) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BE99568D09E for ; Sun, 11 Feb 2024 20:57:21 +0200 (EET) Received: by mail-pl1-f181.google.com with SMTP id d9443c01a7336-1d958e0d73dso17220975ad.1 for ; Sun, 11 Feb 2024 10:57:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707677839; x=1708282639; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=+plJGhPMEcMhuZpMxIaPHhs9YWmWQvf/rrvUDjEx9bg=; b=JRQplumTHL5B5/jocQWzoJcO6/2JQnRR6g0H7+0HkNYjSz1U/xQEPtWY6zz9erUEJj +wrAt6IUwSDhS3/DnAkGgnJGixd/3Km7fGfmpUbhPcbuIyrkAtDR9cQrJgkhLQ3BdM5c Fr49vMZOiuf/1fcA/odFy8L6Wx/nSgxUOOiAhsr4S2xJxTgq88fXx2ekFsSacMylpozw PraVgnvm8pfB1kducoJ+wkfCGON5MQq8ni3+Iv8p2hpyM05g9DD1GeIb1BMkg7uN8TYp A8GU73KVJYAT4nID4fuwLEIHtBcMDQ3KJc58K+J1YYyh00okIzMaAvrv8nwUHMXxlbJj jfrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707677839; x=1708282639; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+plJGhPMEcMhuZpMxIaPHhs9YWmWQvf/rrvUDjEx9bg=; b=hcVa/6FieirbgtN77KrOBak55D0qQCSWVHEA/ZzQLb0EIpF5W+OccYBJHi1LQMwjKO Ms8ZtPIt1HwTP0edn/H7virZFCjZleoD6p6ninqXobXmolWX0EskDQxymihe1rRehQGH OiuzTLGyiNUx1U7BjQVPyLcy0qUfhRURSI/SbqtFplkv9vj9scr4mHbX+cAPUaK+Abvf eJuI1MePpSlS/kn3Ile12ANvQoG5NoVdS+9Rj6VhKgNdK6HMCl7NXs+YBkorF/CmXJDS GLfZ8hHddAs4wvBU57kqSQlkTG3gyAPftEGrCti6DtdOCn/RBX7TnMJQpeqDSOSBxlZh za8Q== X-Gm-Message-State: AOJu0YyIKrqhWbaAWqpR35BLJkYshqmajBHGU2Zd6wTaArUiPDHRHUTT whdGzw8TtDW5ixrqMidUP+oa28M27XwZaAYONbMCl/Sbmhpte20Ez67A7GYP X-Google-Smtp-Source: AGHT+IFcpu059OIZvgkqBR/biO40vTAro85ciII1X+vv8LfgM+EmG/MoCxZsCYKmy8H8r26nk7wd0w== X-Received: by 2002:a17:902:eac6:b0:1d5:6d76:997a with SMTP id p6-20020a170902eac600b001d56d76997amr5336482pld.28.1707677839143; Sun, 11 Feb 2024 10:57:19 -0800 (PST) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id q13-20020a170902a3cd00b001d8accb025fsm4778166plb.197.2024.02.11.10.57.17 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 11 Feb 2024 10:57:18 -0800 (PST) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Sun, 11 Feb 2024 15:57:01 -0300 Message-ID: <20240211185701.9327-4-jamrial@gmail.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240211185701.9327-1-jamrial@gmail.com> References: <20240211185701.9327-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 4/4 v2] fate/mov: add tests for HEIF samples with derived images 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: Signed-off-by: James Almer --- tests/fate/mov.mak | 8 +++++ .../ref/fate/mov-heic-demux-still-image-grid | 32 +++++++++++++++++++ .../ref/fate/mov-heic-demux-still-image-iovl | 18 +++++++++++ 3 files changed, 58 insertions(+) create mode 100644 tests/ref/fate/mov-heic-demux-still-image-grid create mode 100644 tests/ref/fate/mov-heic-demux-still-image-iovl diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 1be7a0d15a..a8206a1b58 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -163,6 +163,14 @@ FATE_MOV_FFMPEG-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \ += fate-mov-heic-demux-still-image-multiple-items fate-mov-heic-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C003.heic -c:v copy -map 0 +FATE_MOV_FFMPEG-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \ + += fate-mov-heic-demux-still-image-grid +fate-mov-heic-demux-still-image-grid: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C007.heic -c:v copy -map 0:g:0 + +FATE_MOV_FFMPEG-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \ + += fate-mov-heic-demux-still-image-iovl +fate-mov-heic-demux-still-image-iovl: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C015.heic -c:v copy -map 0:g:0 + # Resulting remux should have: # 1. first audio stream with AV_DISPOSITION_HEARING_IMPAIRED # 2. second audio stream with AV_DISPOSITION_VISUAL_IMPAIRED | DESCRIPTIONS diff --git a/tests/ref/fate/mov-heic-demux-still-image-grid b/tests/ref/fate/mov-heic-demux-still-image-grid new file mode 100644 index 0000000000..6fde8fff28 --- /dev/null +++ b/tests/ref/fate/mov-heic-demux-still-image-grid @@ -0,0 +1,32 @@ +#format: frame checksums +#version: 2 +#hash: MD5 +#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d +#extradata 1, 100, 5444bf01e03182c73ae957179d560f4d +#extradata 2, 100, 5444bf01e03182c73ae957179d560f4d +#extradata 3, 100, 5444bf01e03182c73ae957179d560f4d +#tb 0: 1/1 +#media_type 0: video +#codec_id 0: hevc +#dimensions 0: 1280x720 +#sar 0: 0/1 +#tb 1: 1/1 +#media_type 1: video +#codec_id 1: hevc +#dimensions 1: 1280x720 +#sar 1: 0/1 +#tb 2: 1/1 +#media_type 2: video +#codec_id 2: hevc +#dimensions 2: 1280x720 +#sar 2: 0/1 +#tb 3: 1/1 +#media_type 3: video +#codec_id 3: hevc +#dimensions 3: 1280x720 +#sar 3: 0/1 +#stream#, dts, pts, duration, size, hash +0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32 +1, 0, 0, 1, 111481, e5db978adbe4de7ee50fe73abc39fcfa +2, 0, 0, 1, 111451, 08700213113cadbb6628ecb8253c1c2a +3, 0, 0, 1, 111353, 5de942e14c848e5e22fad5d88fb13776 diff --git a/tests/ref/fate/mov-heic-demux-still-image-iovl b/tests/ref/fate/mov-heic-demux-still-image-iovl new file mode 100644 index 0000000000..753cef267a --- /dev/null +++ b/tests/ref/fate/mov-heic-demux-still-image-iovl @@ -0,0 +1,18 @@ +#format: frame checksums +#version: 2 +#hash: MD5 +#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d +#extradata 1, 100, 5444bf01e03182c73ae957179d560f4d +#tb 0: 1/1 +#media_type 0: video +#codec_id 0: hevc +#dimensions 0: 1280x720 +#sar 0: 0/1 +#tb 1: 1/1 +#media_type 1: video +#codec_id 1: hevc +#dimensions 1: 1280x720 +#sar 1: 0/1 +#stream#, dts, pts, duration, size, hash +0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32 +1, 0, 0, 1, 112393, daa001d351c088a5bc328459e2501c95 -- 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".