From b71b55ac17ddd46e7dd376e96e492d705b24b2be Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Tue, 4 Feb 2025 15:56:21 -0500 Subject: [PATCH] Update CHANGELOG (#506) * Update CHANGELOG * code clean up * clean up [ROCm/rocdecode commit: a2a7b63cad8f90a94e21232b44460a8fb2d52304] --- projects/rocdecode/CHANGELOG.md | 46 ++------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/projects/rocdecode/CHANGELOG.md b/projects/rocdecode/CHANGELOG.md index 5e3049c1f6..750ecd3e3c 100644 --- a/projects/rocdecode/CHANGELOG.md +++ b/projects/rocdecode/CHANGELOG.md @@ -2,7 +2,7 @@ Full documentation for rocDecode is available at [https://rocm.docs.amd.com/projects/rocDecode/en/latest/](https://rocm.docs.amd.com/projects/rocDecode/en/latest/) -## (Unreleased) rocDecode 0.10.0 +## rocDecode 0.10.0 for ROCm 6.4 ### Added @@ -12,55 +12,13 @@ Full documentation for rocDecode is available at [https://rocm.docs.amd.com/proj ### Changed +* AMD Clang++ is now the default CXX compiler. * Moved MD5 code out of roc video decode utility. ### Removed * FFMPEG executable requirement for the package -### Resolved issues - -* - -### Tested configurations - -* Linux - * Ubuntu - `22.04` / `24.04` - * RHEL - `8` / `9` - * SLES - `15 SP5` -* ROCm: `6.3.0` -* libva-amdgpu-dev - `2.16.0` -* mesa-amdgpu-va-drivers - `1:24.3.0` -* FFmpeg - `4.4.2` / `6.1.1` -* rocDecode Setup Script - `V2.5.0` - -## (Unreleased) rocDecode 0.9.0 - -### Changed - -* AMD Clang++ is now the default CXX compiler. -* `rocDecode-setup.py` setup script updates to common package install: Setup no longer installs public clang package. - -### Removed - -* - -### Resolved issues - -* - -### Tested configurations - -* Linux - * Ubuntu - `22.04` / `24.04` - * RHEL - `8` / `9` - * SLES - `15 SP5` -* ROCm: `6.3.0` -* libva-amdgpu-dev - `2.16.0` -* mesa-amdgpu-va-drivers - `1:24.3.0` -* FFmpeg - `4.4.2` / `6.1.1` -* rocDecode Setup Script - `V2.4.0` - ## rocDecode 0.8.0 for ROCm 6.3 ### Changed