From d35dae3ca613016f98df4b47c3fa42c705976538 Mon Sep 17 00:00:00 2001 From: Michalis Dimopoulos Date: Fri, 8 Nov 2024 11:55:22 +0100 Subject: [PATCH] COM-12449: Undo changes that break backwards compatibility - undo naming changes for H264 Professional profiles and SVC suites --- pyproject.toml | 4 ++-- scripts/gen_jvt.py | 4 ++-- ...sional_profiles.json => JVT-Professional_profiles_V1.json} | 2 +- test_suites/h264/{JVT-SVC.json => JVT-SVC_V1.json} | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename test_suites/h264/{JVT-Professional_profiles.json => JVT-Professional_profiles_V1.json} (99%) rename test_suites/h264/{JVT-SVC.json => JVT-SVC_V1.json} (99%) diff --git a/pyproject.toml b/pyproject.toml index c5ce43b..151f68f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ packages = ["fluster", "fluster.decoders"] "test_suites/h264/JVT-AVC_V1.json", "test_suites/h264/JVT-FR-EXT.json", "test_suites/h264/JVT-MVC.json", - "test_suites/h264/JVT-Professional_profiles.json", - "test_suites/h264/JVT-SVC.json" + "test_suites/h264/JVT-Professional_profiles_V1.json", + "test_suites/h264/JVT-SVC_V1.json" ] "share/fluster/test_suites/h265" = [ "test_suites/h265/JCT-VC-3D-HEVC.json", diff --git a/scripts/gen_jvt.py b/scripts/gen_jvt.py index 20556a6..fb30933 100755 --- a/scripts/gen_jvt.py +++ b/scripts/gen_jvt.py @@ -328,7 +328,7 @@ def remove_r1_from_path(path): generator = JVTGenerator( "Professional_profiles", - "JVT-Professional_profiles", + "JVT-Professional_profiles_V1", Codec.H264, "JVT Professional Profiles test suite", H264_URL, @@ -338,7 +338,7 @@ def remove_r1_from_path(path): generator = JVTGenerator( "SVC", - "JVT-SVC", + "JVT-SVC_V1", Codec.H264, "JVT Scalable Video Coding test suite", H264_URL, diff --git a/test_suites/h264/JVT-Professional_profiles.json b/test_suites/h264/JVT-Professional_profiles_V1.json similarity index 99% rename from test_suites/h264/JVT-Professional_profiles.json rename to test_suites/h264/JVT-Professional_profiles_V1.json index 1311fb6..9598333 100644 --- a/test_suites/h264/JVT-Professional_profiles.json +++ b/test_suites/h264/JVT-Professional_profiles_V1.json @@ -1,5 +1,5 @@ { - "name": "JVT-Professional_profiles", + "name": "JVT-Professional_profiles_V1", "codec": "H.264", "description": "JVT Professional Profiles test suite", "test_vectors": [ diff --git a/test_suites/h264/JVT-SVC.json b/test_suites/h264/JVT-SVC_V1.json similarity index 99% rename from test_suites/h264/JVT-SVC.json rename to test_suites/h264/JVT-SVC_V1.json index 37f622a..111ed48 100644 --- a/test_suites/h264/JVT-SVC.json +++ b/test_suites/h264/JVT-SVC_V1.json @@ -1,5 +1,5 @@ { - "name": "JVT-SVC", + "name": "JVT-SVC_V1", "codec": "H.264", "description": "JVT Scalable Video Coding test suite", "test_vectors": [