From 3f746445a7f2dcb755f8f52c8b43f92c9a3ee660 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Thu, 24 Oct 2024 14:14:25 -0400 Subject: [PATCH] updated the changelog for 6.3 (#439) [ROCm/rocdecode commit: 8636edce54d365ec500702fe66851f8cb62b4c87] --- projects/rocdecode/CHANGELOG.md | 54 +++++++++------------------------ 1 file changed, 15 insertions(+), 39 deletions(-) diff --git a/projects/rocdecode/CHANGELOG.md b/projects/rocdecode/CHANGELOG.md index 918a34d139..7232568bef 100644 --- a/projects/rocdecode/CHANGELOG.md +++ b/projects/rocdecode/CHANGELOG.md @@ -1,64 +1,40 @@ -# rocDecode changelog +# Changelog for rocDecode -Documentation for rocDecode is available at -[https://rocm.docs.amd.com/projects/rocDecode/en/latest/](https://rocm.docs.amd.com/projects/rocDecode/en/latest/) +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/) -## rocDecode 0.8.0 (unreleased) +## rocDecode 0.8.0 for ROCm 6.3 -### Changes +### Changed -* Clang - Default CXX compiler -* FindLibva - Correctly find the minimum supported va-api 1.16 +* Clang is now the default CXX compiler. +* The new minimum supported version of va-api is 1.16. +* New build and runtime options have been added to the `rocDecode-setup.py` setup script. -### Removals +### Removed -* CTest - Core tests for make test and package test -* mesa-amdgpu-dri-drivers - dependencies for RHEL & SLES - -### Optimizations - -* Setup Script - Build and runtime install options +* Make tests have been removed. CTEST is now used for both Make tests and package tests. +* `mesa-amdgpu-dri-drivers` has been removed as a dependency on RHEL and SLES. ### Resolved issues -* Package - VA driver dependencies updated - * VA drivers - libva-amdgpu packages are now used to avoid API related issues -* Sample - Bugfix for videoDecodeBatch - -### Known issues - -### Upcoming changes - -### Tested configurations - -* Linux - * Ubuntu - `20.04` / `22.04` - * RHEL - `8` / `9` - * SLES - `15 SP5` -* ROCm: - * rocm-core - `6.2.0.60200-66` - * amdgpu-core - `1:6.2.60200-2009582` -* libva-dev - `2.7.0-2` / `2.14.0-1` -* mesa-amdgpu-va-drivers - `1:24.2.0.60200-2009582` -* FFmpeg - `4.2.7` / `4.4.2-0` -* rocDecode Setup Script - `V2.2.0` +* Fixed a bug in the size of output streams in the `videoDecodeBatch` sample. ## rocDecode 0.7.0 -### Additions +### Added * Clang - Default CXX compiler * Parser - Add new API rocDecParserMarkFrameForReuse() -### Optimizations +### Optimized * Setup Script - Build and runtime install options -### Changes +### Changed * CTest - Core tests for make test and package test -### Fixes +### Resolved issues * Sample - Bugfix for videoDecodeBatch