updated the changelog for 6.3 (#439)

[ROCm/rocdecode commit: 8636edce54]
Αυτή η υποβολή περιλαμβάνεται σε:
spolifroni-amd
2024-10-24 14:14:25 -04:00
υποβλήθηκε από GitHub
γονέας 896998cc14
υποβολή 3f746445a7
@@ -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