From affbcdba0dd965c2f5f9f4513abea84a1f22ae93 Mon Sep 17 00:00:00 2001 From: jeffqjiangNew <142832361+jeffqjiangNew@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:38:54 -0400 Subject: [PATCH] Doc: Moved change log for PR#512 from 6.4 to 6.5 as PR#512 did not go into 6.4. (#541) * * rocDecode/Doc: Moved change log for PR#512 from 6.4 to 6.5 as PR#512 did not go into 6.4. * * rocDecode/Doc: Missing line deletion from last commit. [ROCm/rocdecode commit: d72e9a2d264e046c5189930449e61174e6a5f8bd] --- projects/rocdecode/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/rocdecode/CHANGELOG.md b/projects/rocdecode/CHANGELOG.md index 7d8b64a336..49e824e3a8 100644 --- a/projects/rocdecode/CHANGELOG.md +++ b/projects/rocdecode/CHANGELOG.md @@ -14,12 +14,17 @@ Full documentation for rocDecode is available at [https://rocm.docs.amd.com/proj ### Optimized +* Decode session start latency reduction. * Bitstream type detection optimization in bitstream reader. ### Resolved issues * Fixed a bug in picture files sample "videoDecodePicFiles" that can results in incorrect output frame count. +### Removed + +* GetStream() interface call from RocVideoDecoder utility class + ## rocDecode 0.10.0 for ROCm 6.4 ### Added @@ -37,7 +42,6 @@ Full documentation for rocDecode is available at [https://rocm.docs.amd.com/proj ### Removed * FFMPEG executable requirement for the package -* GetStream() interface call from RocVideoDecoder utility class ## rocDecode 0.8.0 for ROCm 6.3