From c597fb2a4cd0968f949e793832dd11c203d56c56 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Sun, 5 Jan 2025 16:25:39 -0500 Subject: [PATCH] Update Copyright year to 2025 (#486) * Update Copyright year to 2025 * update year to 2025 [ROCm/rocdecode commit: 3624040ce7be52c7b4e9cda0d0ee6f285601925d] --- projects/rocdecode/CMakeLists.txt | 2 +- projects/rocdecode/LICENSE | 2 +- projects/rocdecode/api/amd_detail/rocdecode_api_trace.h | 2 +- projects/rocdecode/api/roc_bitstream_reader.h | 2 +- projects/rocdecode/api/rocdecode.h | 2 +- projects/rocdecode/api/rocdecode_version.h | 2 +- projects/rocdecode/api/rocparser.h | 2 +- projects/rocdecode/cmake/FindFFmpeg.cmake | 2 +- projects/rocdecode/cmake/FindLibva.cmake | 2 +- projects/rocdecode/cmake/FindrocDecode.cmake | 2 +- projects/rocdecode/docs/conf.py | 4 ++-- projects/rocdecode/rocDecode-setup.py | 4 ++-- projects/rocdecode/samples/common.h | 2 +- projects/rocdecode/samples/videoDecode/CMakeLists.txt | 2 +- projects/rocdecode/samples/videoDecode/videodecode.cpp | 2 +- projects/rocdecode/samples/videoDecodeBatch/CMakeLists.txt | 2 +- .../rocdecode/samples/videoDecodeBatch/videodecodebatch.cpp | 2 +- projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt | 2 +- projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp | 2 +- .../rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt | 2 +- .../samples/videoDecodeMultiFiles/videodecodemultifiles.cpp | 2 +- projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt | 2 +- .../rocdecode/samples/videoDecodePerf/videodecodeperf.cpp | 2 +- projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt | 2 +- projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp | 2 +- projects/rocdecode/samples/videoDecodeRaw/CMakeLists.txt | 2 +- projects/rocdecode/samples/videoDecodeRaw/videodecoderaw.cpp | 2 +- projects/rocdecode/samples/videoToSequence/CMakeLists.txt | 2 +- .../rocdecode/samples/videoToSequence/videotosequence.cpp | 2 +- .../src/amd_detail/rocdecode_api_dispatch_interface.cpp | 2 +- projects/rocdecode/src/amd_detail/rocdecode_api_trace.cpp | 2 +- projects/rocdecode/src/bit_stream_reader/bs_reader_handle.h | 2 +- projects/rocdecode/src/bit_stream_reader/es_reader.cpp | 2 +- projects/rocdecode/src/bit_stream_reader/es_reader.h | 2 +- .../rocdecode/src/bit_stream_reader/roc_bs_reader_api.cpp | 2 +- projects/rocdecode/src/commons.h | 2 +- projects/rocdecode/src/parser/av1_defines.h | 2 +- projects/rocdecode/src/parser/av1_parser.cpp | 2 +- projects/rocdecode/src/parser/av1_parser.h | 2 +- projects/rocdecode/src/parser/avc_defines.h | 2 +- projects/rocdecode/src/parser/avc_parser.cpp | 2 +- projects/rocdecode/src/parser/avc_parser.h | 2 +- projects/rocdecode/src/parser/hevc_defines.h | 2 +- projects/rocdecode/src/parser/hevc_parser.cpp | 2 +- projects/rocdecode/src/parser/hevc_parser.h | 2 +- projects/rocdecode/src/parser/parser_handle.h | 2 +- projects/rocdecode/src/parser/roc_video_parser.cpp | 2 +- projects/rocdecode/src/parser/roc_video_parser.h | 2 +- projects/rocdecode/src/parser/rocparser_api.cpp | 2 +- projects/rocdecode/src/parser/vp9_defines.h | 2 +- projects/rocdecode/src/parser/vp9_parser.cpp | 2 +- projects/rocdecode/src/parser/vp9_parser.h | 2 +- projects/rocdecode/src/rocdecode/dec_handle.h | 2 +- projects/rocdecode/src/rocdecode/roc_decoder.cpp | 2 +- projects/rocdecode/src/rocdecode/roc_decoder.h | 2 +- projects/rocdecode/src/rocdecode/roc_decoder_caps.h | 2 +- projects/rocdecode/src/rocdecode/rocdecode_api.cpp | 2 +- projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp | 2 +- projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h | 2 +- projects/rocdecode/test/CMakeLists.txt | 2 +- projects/rocdecode/test/testScripts/run_rocDecodeSamples.py | 4 ++-- .../rocdecode/test/testScripts/run_rocDecode_Conformance.py | 2 +- projects/rocdecode/utils/colorspace_kernels.cpp | 2 +- projects/rocdecode/utils/colorspace_kernels.h | 2 +- .../rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.cpp | 2 +- projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.h | 2 +- projects/rocdecode/utils/md5.h | 2 +- projects/rocdecode/utils/resize_kernels.cpp | 2 +- projects/rocdecode/utils/resize_kernels.h | 2 +- projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp | 2 +- projects/rocdecode/utils/rocvideodecode/roc_video_dec.h | 2 +- projects/rocdecode/utils/video_demuxer.h | 2 +- projects/rocdecode/utils/video_post_process.h | 2 +- 73 files changed, 76 insertions(+), 76 deletions(-) diff --git a/projects/rocdecode/CMakeLists.txt b/projects/rocdecode/CMakeLists.txt index adda7fdea4..d1e383a47d 100644 --- a/projects/rocdecode/CMakeLists.txt +++ b/projects/rocdecode/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/LICENSE b/projects/rocdecode/LICENSE index a97e6755b0..458ca14c48 100644 --- a/projects/rocdecode/LICENSE +++ b/projects/rocdecode/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved NOTICE REGARDING STANDARDS diff --git a/projects/rocdecode/api/amd_detail/rocdecode_api_trace.h b/projects/rocdecode/api/amd_detail/rocdecode_api_trace.h index 355ca53414..329798e445 100644 --- a/projects/rocdecode/api/amd_detail/rocdecode_api_trace.h +++ b/projects/rocdecode/api/amd_detail/rocdecode_api_trace.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/api/roc_bitstream_reader.h b/projects/rocdecode/api/roc_bitstream_reader.h index 8ed42aa496..e4e14d7c77 100644 --- a/projects/rocdecode/api/roc_bitstream_reader.h +++ b/projects/rocdecode/api/roc_bitstream_reader.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/api/rocdecode.h b/projects/rocdecode/api/rocdecode.h index c10b0c77aa..b8e0420b46 100644 --- a/projects/rocdecode/api/rocdecode.h +++ b/projects/rocdecode/api/rocdecode.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/api/rocdecode_version.h b/projects/rocdecode/api/rocdecode_version.h index 716e40a246..b44cc97c04 100644 --- a/projects/rocdecode/api/rocdecode_version.h +++ b/projects/rocdecode/api/rocdecode_version.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/api/rocparser.h b/projects/rocdecode/api/rocparser.h index bcb245cf3c..ebf70f8b43 100644 --- a/projects/rocdecode/api/rocparser.h +++ b/projects/rocdecode/api/rocparser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/cmake/FindFFmpeg.cmake b/projects/rocdecode/cmake/FindFFmpeg.cmake index 9ee14099d6..bcda4fdaf0 100644 --- a/projects/rocdecode/cmake/FindFFmpeg.cmake +++ b/projects/rocdecode/cmake/FindFFmpeg.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/cmake/FindLibva.cmake b/projects/rocdecode/cmake/FindLibva.cmake index b9198b2a54..9e1914d8a1 100644 --- a/projects/rocdecode/cmake/FindLibva.cmake +++ b/projects/rocdecode/cmake/FindLibva.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/cmake/FindrocDecode.cmake b/projects/rocdecode/cmake/FindrocDecode.cmake index dbd29e1780..2b2329f4ed 100644 --- a/projects/rocdecode/cmake/FindrocDecode.cmake +++ b/projects/rocdecode/cmake/FindrocDecode.cmake @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/docs/conf.py b/projects/rocdecode/docs/conf.py index f19614cbe2..1876659481 100644 --- a/projects/rocdecode/docs/conf.py +++ b/projects/rocdecode/docs/conf.py @@ -1,6 +1,6 @@ # MIT License -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -40,7 +40,7 @@ left_nav_title = f"rocDecode {version_number} documentation" # for PDF output on Read the Docs project = "rocDecode documentation" author = "Advanced Micro Devices, Inc." -copyright = "Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." +copyright = "Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved." version = version_number release = version_number diff --git a/projects/rocdecode/rocDecode-setup.py b/projects/rocdecode/rocDecode-setup.py index 1e5d471346..045e940689 100644 --- a/projects/rocdecode/rocDecode-setup.py +++ b/projects/rocdecode/rocDecode-setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -28,7 +28,7 @@ if sys.version_info[0] < 3: else: import subprocess -__copyright__ = "Copyright (c) 2023 - 2024, AMD ROCm rocDecode" +__copyright__ = "Copyright (c) 2023 - 2025, AMD ROCm rocDecode" __version__ = "2.5.0" __email__ = "mivisionx.support@amd.com" __status__ = "Shipping" diff --git a/projects/rocdecode/samples/common.h b/projects/rocdecode/samples/common.h index 1fe16691fc..eebfe39339 100644 --- a/projects/rocdecode/samples/common.h +++ b/projects/rocdecode/samples/common.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecode/CMakeLists.txt b/projects/rocdecode/samples/videoDecode/CMakeLists.txt index de984cc956..d7d5ce9684 100644 --- a/projects/rocdecode/samples/videoDecode/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecode/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecode/videodecode.cpp b/projects/rocdecode/samples/videoDecode/videodecode.cpp index 69ae40a30f..76d187e664 100644 --- a/projects/rocdecode/samples/videoDecode/videodecode.cpp +++ b/projects/rocdecode/samples/videoDecode/videodecode.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeBatch/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeBatch/CMakeLists.txt index 4339b887bc..462f5565cb 100644 --- a/projects/rocdecode/samples/videoDecodeBatch/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeBatch/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeBatch/videodecodebatch.cpp b/projects/rocdecode/samples/videoDecodeBatch/videodecodebatch.cpp index 21536abf37..64ef060938 100644 --- a/projects/rocdecode/samples/videoDecodeBatch/videodecodebatch.cpp +++ b/projects/rocdecode/samples/videoDecodeBatch/videodecodebatch.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt index 1cbf01d121..34117ba2fa 100644 --- a/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeMem/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp b/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp index 0c3491c9d8..9145a508ce 100644 --- a/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp +++ b/projects/rocdecode/samples/videoDecodeMem/videodecodemem.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt index 86a9bf1e76..4d382ecca4 100644 --- a/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeMultiFiles/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp b/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp index 6c9d1587f6..37d730a474 100644 --- a/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp +++ b/projects/rocdecode/samples/videoDecodeMultiFiles/videodecodemultifiles.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt b/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt index 228ff652fc..b060edc254 100644 --- a/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodePerf/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp b/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp index 9927671057..3354ea1a57 100644 --- a/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp +++ b/projects/rocdecode/samples/videoDecodePerf/videodecodeperf.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt index d8fe788550..102c9ff1d5 100644 --- a/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeRGB/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp b/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp index fc0d0c1925..4bb4fbfd10 100644 --- a/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp +++ b/projects/rocdecode/samples/videoDecodeRGB/videodecrgb.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeRaw/CMakeLists.txt b/projects/rocdecode/samples/videoDecodeRaw/CMakeLists.txt index a0d1c8e90b..fa946c82f0 100644 --- a/projects/rocdecode/samples/videoDecodeRaw/CMakeLists.txt +++ b/projects/rocdecode/samples/videoDecodeRaw/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoDecodeRaw/videodecoderaw.cpp b/projects/rocdecode/samples/videoDecodeRaw/videodecoderaw.cpp index 18329eb7e7..8175a066a5 100644 --- a/projects/rocdecode/samples/videoDecodeRaw/videodecoderaw.cpp +++ b/projects/rocdecode/samples/videoDecodeRaw/videodecoderaw.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoToSequence/CMakeLists.txt b/projects/rocdecode/samples/videoToSequence/CMakeLists.txt index 0b853a364c..3c5bacc6ca 100644 --- a/projects/rocdecode/samples/videoToSequence/CMakeLists.txt +++ b/projects/rocdecode/samples/videoToSequence/CMakeLists.txt @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2024 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/samples/videoToSequence/videotosequence.cpp b/projects/rocdecode/samples/videoToSequence/videotosequence.cpp index 8ea62530ec..bf6fd9c808 100644 --- a/projects/rocdecode/samples/videoToSequence/videotosequence.cpp +++ b/projects/rocdecode/samples/videoToSequence/videotosequence.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/amd_detail/rocdecode_api_dispatch_interface.cpp b/projects/rocdecode/src/amd_detail/rocdecode_api_dispatch_interface.cpp index 1016e8e4cf..1e186f6088 100644 --- a/projects/rocdecode/src/amd_detail/rocdecode_api_dispatch_interface.cpp +++ b/projects/rocdecode/src/amd_detail/rocdecode_api_dispatch_interface.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/amd_detail/rocdecode_api_trace.cpp b/projects/rocdecode/src/amd_detail/rocdecode_api_trace.cpp index 405bcea0a1..02c766ebfe 100644 --- a/projects/rocdecode/src/amd_detail/rocdecode_api_trace.cpp +++ b/projects/rocdecode/src/amd_detail/rocdecode_api_trace.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/bit_stream_reader/bs_reader_handle.h b/projects/rocdecode/src/bit_stream_reader/bs_reader_handle.h index 8857c18463..6e0a647d8f 100644 --- a/projects/rocdecode/src/bit_stream_reader/bs_reader_handle.h +++ b/projects/rocdecode/src/bit_stream_reader/bs_reader_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/bit_stream_reader/es_reader.cpp b/projects/rocdecode/src/bit_stream_reader/es_reader.cpp index 11d4aa2b7f..b5a9a3f41f 100644 --- a/projects/rocdecode/src/bit_stream_reader/es_reader.cpp +++ b/projects/rocdecode/src/bit_stream_reader/es_reader.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/bit_stream_reader/es_reader.h b/projects/rocdecode/src/bit_stream_reader/es_reader.h index ac576db13f..99d5a24a03 100644 --- a/projects/rocdecode/src/bit_stream_reader/es_reader.h +++ b/projects/rocdecode/src/bit_stream_reader/es_reader.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/bit_stream_reader/roc_bs_reader_api.cpp b/projects/rocdecode/src/bit_stream_reader/roc_bs_reader_api.cpp index 9f16e99bcd..830cb43164 100644 --- a/projects/rocdecode/src/bit_stream_reader/roc_bs_reader_api.cpp +++ b/projects/rocdecode/src/bit_stream_reader/roc_bs_reader_api.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/commons.h b/projects/rocdecode/src/commons.h index 08f8c38fd6..af49ad85f0 100644 --- a/projects/rocdecode/src/commons.h +++ b/projects/rocdecode/src/commons.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/av1_defines.h b/projects/rocdecode/src/parser/av1_defines.h index 778f516fef..e0e8c681e8 100644 --- a/projects/rocdecode/src/parser/av1_defines.h +++ b/projects/rocdecode/src/parser/av1_defines.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/av1_parser.cpp b/projects/rocdecode/src/parser/av1_parser.cpp index 4ec32ef39c..50722258e9 100644 --- a/projects/rocdecode/src/parser/av1_parser.cpp +++ b/projects/rocdecode/src/parser/av1_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/av1_parser.h b/projects/rocdecode/src/parser/av1_parser.h index b385448021..64d501b10e 100644 --- a/projects/rocdecode/src/parser/av1_parser.h +++ b/projects/rocdecode/src/parser/av1_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/avc_defines.h b/projects/rocdecode/src/parser/avc_defines.h index 72000584d0..e92d854f5d 100644 --- a/projects/rocdecode/src/parser/avc_defines.h +++ b/projects/rocdecode/src/parser/avc_defines.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/avc_parser.cpp b/projects/rocdecode/src/parser/avc_parser.cpp index 5d9e2e9914..f1a7572f17 100644 --- a/projects/rocdecode/src/parser/avc_parser.cpp +++ b/projects/rocdecode/src/parser/avc_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/avc_parser.h b/projects/rocdecode/src/parser/avc_parser.h index d2861c3b26..1acd62a9cc 100644 --- a/projects/rocdecode/src/parser/avc_parser.h +++ b/projects/rocdecode/src/parser/avc_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/hevc_defines.h b/projects/rocdecode/src/parser/hevc_defines.h index d841b43278..0a068e5007 100644 --- a/projects/rocdecode/src/parser/hevc_defines.h +++ b/projects/rocdecode/src/parser/hevc_defines.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/hevc_parser.cpp b/projects/rocdecode/src/parser/hevc_parser.cpp index d67f4006c2..58d3c589f0 100644 --- a/projects/rocdecode/src/parser/hevc_parser.cpp +++ b/projects/rocdecode/src/parser/hevc_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/hevc_parser.h b/projects/rocdecode/src/parser/hevc_parser.h index bda723d16b..054a9fbbe3 100644 --- a/projects/rocdecode/src/parser/hevc_parser.h +++ b/projects/rocdecode/src/parser/hevc_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/parser_handle.h b/projects/rocdecode/src/parser/parser_handle.h index 0e7e50e717..c90be63a0c 100644 --- a/projects/rocdecode/src/parser/parser_handle.h +++ b/projects/rocdecode/src/parser/parser_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/roc_video_parser.cpp b/projects/rocdecode/src/parser/roc_video_parser.cpp index 417e355794..ca85847bbc 100644 --- a/projects/rocdecode/src/parser/roc_video_parser.cpp +++ b/projects/rocdecode/src/parser/roc_video_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/roc_video_parser.h b/projects/rocdecode/src/parser/roc_video_parser.h index 8555f18040..295b5b7471 100644 --- a/projects/rocdecode/src/parser/roc_video_parser.h +++ b/projects/rocdecode/src/parser/roc_video_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/rocparser_api.cpp b/projects/rocdecode/src/parser/rocparser_api.cpp index 316db5302a..bdac7cd986 100644 --- a/projects/rocdecode/src/parser/rocparser_api.cpp +++ b/projects/rocdecode/src/parser/rocparser_api.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/vp9_defines.h b/projects/rocdecode/src/parser/vp9_defines.h index f895ce90d2..20102cf58c 100644 --- a/projects/rocdecode/src/parser/vp9_defines.h +++ b/projects/rocdecode/src/parser/vp9_defines.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/vp9_parser.cpp b/projects/rocdecode/src/parser/vp9_parser.cpp index 58d51dbec8..e2856ae9b4 100644 --- a/projects/rocdecode/src/parser/vp9_parser.cpp +++ b/projects/rocdecode/src/parser/vp9_parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/parser/vp9_parser.h b/projects/rocdecode/src/parser/vp9_parser.h index bf0940ae10..5e20e8a84a 100644 --- a/projects/rocdecode/src/parser/vp9_parser.h +++ b/projects/rocdecode/src/parser/vp9_parser.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/rocdecode/dec_handle.h b/projects/rocdecode/src/rocdecode/dec_handle.h index de1bb06fa8..c3e2fa95de 100644 --- a/projects/rocdecode/src/rocdecode/dec_handle.h +++ b/projects/rocdecode/src/rocdecode/dec_handle.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/rocdecode/roc_decoder.cpp b/projects/rocdecode/src/rocdecode/roc_decoder.cpp index 7b11d3cfbc..3480ff74e0 100644 --- a/projects/rocdecode/src/rocdecode/roc_decoder.cpp +++ b/projects/rocdecode/src/rocdecode/roc_decoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/rocdecode/roc_decoder.h b/projects/rocdecode/src/rocdecode/roc_decoder.h index f4b1ebc482..ad72b743cb 100644 --- a/projects/rocdecode/src/rocdecode/roc_decoder.h +++ b/projects/rocdecode/src/rocdecode/roc_decoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/rocdecode/roc_decoder_caps.h b/projects/rocdecode/src/rocdecode/roc_decoder_caps.h index 4acb84f363..7483b7b92b 100644 --- a/projects/rocdecode/src/rocdecode/roc_decoder_caps.h +++ b/projects/rocdecode/src/rocdecode/roc_decoder_caps.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/rocdecode/rocdecode_api.cpp b/projects/rocdecode/src/rocdecode/rocdecode_api.cpp index a7bd7f424f..e24bd703d7 100644 --- a/projects/rocdecode/src/rocdecode/rocdecode_api.cpp +++ b/projects/rocdecode/src/rocdecode/rocdecode_api.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp index e9f1ab30d8..57e03bdcec 100644 --- a/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp +++ b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h index 8da1cd4fd0..239f03d2ba 100644 --- a/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h +++ b/projects/rocdecode/src/rocdecode/vaapi/vaapi_videodecoder.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/test/CMakeLists.txt b/projects/rocdecode/test/CMakeLists.txt index 7a771db4d8..7d8b3ccbf2 100644 --- a/projects/rocdecode/test/CMakeLists.txt +++ b/projects/rocdecode/test/CMakeLists.txt @@ -1,5 +1,5 @@ # ############################################################################## -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/test/testScripts/run_rocDecodeSamples.py b/projects/rocdecode/test/testScripts/run_rocDecodeSamples.py index 32c513bdc5..c2030ecc4b 100644 --- a/projects/rocdecode/test/testScripts/run_rocDecodeSamples.py +++ b/projects/rocdecode/test/testScripts/run_rocDecodeSamples.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -256,7 +256,7 @@ with open(reportFilename, 'w') as f: f.write("\n") f.write( - "\n\n---\n**Copyright (c) 2023 - 2024 AMD ROCm rocDecode app -- run_rocDecode_tests.py V-"+__version__+"**\n") + "\n\n---\n**Copyright (c) 2023 - 2025 AMD ROCm rocDecode app -- run_rocDecode_tests.py V-"+__version__+"**\n") f.write("\n") # report file reportFileDir = os.path.abspath(reportFilename) diff --git a/projects/rocdecode/test/testScripts/run_rocDecode_Conformance.py b/projects/rocdecode/test/testScripts/run_rocDecode_Conformance.py index dc172ed284..e4ddd157ec 100644 --- a/projects/rocdecode/test/testScripts/run_rocDecode_Conformance.py +++ b/projects/rocdecode/test/testScripts/run_rocDecode_Conformance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/colorspace_kernels.cpp b/projects/rocdecode/utils/colorspace_kernels.cpp index c08ecad5ef..a408820344 100644 --- a/projects/rocdecode/utils/colorspace_kernels.cpp +++ b/projects/rocdecode/utils/colorspace_kernels.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/colorspace_kernels.h b/projects/rocdecode/utils/colorspace_kernels.h index 63a81a9564..38aa56cdec 100644 --- a/projects/rocdecode/utils/colorspace_kernels.h +++ b/projects/rocdecode/utils/colorspace_kernels.h @@ -1,6 +1,6 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.cpp b/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.cpp index 416540a495..54b7e58f78 100644 --- a/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.cpp +++ b/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.h b/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.h index 287a032f62..dfee5cb446 100644 --- a/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.h +++ b/projects/rocdecode/utils/ffmpegvideodecode/ffmpeg_video_dec.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/md5.h b/projects/rocdecode/utils/md5.h index 9bb6886246..6b86110806 100644 --- a/projects/rocdecode/utils/md5.h +++ b/projects/rocdecode/utils/md5.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/resize_kernels.cpp b/projects/rocdecode/utils/resize_kernels.cpp index 5bf38df4b3..13b96cb9ae 100644 --- a/projects/rocdecode/utils/resize_kernels.cpp +++ b/projects/rocdecode/utils/resize_kernels.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/resize_kernels.h b/projects/rocdecode/utils/resize_kernels.h index d788b63aff..53fb0d3e05 100644 --- a/projects/rocdecode/utils/resize_kernels.h +++ b/projects/rocdecode/utils/resize_kernels.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp index 9fd45b799d..7270d3ed63 100644 --- a/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp +++ b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h index f33791c8e4..6ce14260be 100644 --- a/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h +++ b/projects/rocdecode/utils/rocvideodecode/roc_video_dec.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/video_demuxer.h b/projects/rocdecode/utils/video_demuxer.h index 2ede135701..b90679f09b 100644 --- a/projects/rocdecode/utils/video_demuxer.h +++ b/projects/rocdecode/utils/video_demuxer.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/projects/rocdecode/utils/video_post_process.h b/projects/rocdecode/utils/video_post_process.h index bd858db0a7..0fb7750a4f 100644 --- a/projects/rocdecode/utils/video_post_process.h +++ b/projects/rocdecode/utils/video_post_process.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved. +Copyright (c) 2023 - 2025 Advanced Micro Devices, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal