jeffqjiangNew
6ef0d46f4a
AVC: Added two decode error handlings. ( #280 )
...
* * rocDecode/AVC: Added two decode error handlings.
- Exit with error when the stream is coded field pictures.
- Exit with error when the stream has multiple slice groups. VCN HW does not support it.
* * rocDecode/AVC: Added a missing error return from the last commit.
---------
Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com >
[ROCm/rocdecode commit: 5c18444bcc ]
2024-03-07 21:35:19 -05:00
Lakshmi Kumar
9b71383de8
Samples - Multi Threaded Multi FIles ( #255 )
...
* adding new sample for decoding mulitple files on multiple threads
* threads work ; no decoding yet
* working version
* code clean up
* review comments
* removing spaces
* review comments
* fps cal + name changes for files
* code clean up
* update readme
* update readme
* remove spaces
* change to lambda functions
* changes for using reconfig
* adding dumping of yuv frames + review comments
* review comments
* remove extra lines/spaces
* adding struct for decoder info
* make separate decoders for 8 & 10bit
* code clean up
* addign reset for Saving frames
* review comments
* fixes dump issue for new file
* cmake update for threads
* support for avc
* name change for sample
* cmake soource name change
* readme update
* fixing typo in readme
---------
Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com >
[ROCm/rocdecode commit: ce3ebadaab ]
2024-03-07 20:29:14 -05:00
Kiriti Gowda
30b97d5ea0
Package Dependencies - Updates ( #281 )
...
* Package Dependencies - Updates
* Remove - --no-32
[ROCm/rocdecode commit: 5fdedf2351 ]
2024-03-07 17:17:09 -05:00
Kiriti Gowda
a515da0f6e
Deb Package Fix - Libdrm runtime update ( #277 )
...
* Deb Package Fix - Libdrm runtime update
* Requirements - List fix
---------
Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com >
[ROCm/rocdecode commit: a9f732ea96 ]
2024-03-05 08:46:55 -05:00
Kiriti Gowda
b98622cb15
Setup - freedesktop_os_release not available on all versions ( #274 )
...
Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com >
[ROCm/rocdecode commit: e961e300fb ]
2024-03-05 08:39:41 -05:00
Kiriti Gowda
cabcb78825
FFMPEG - Multi-version support ( #270 )
...
* FFMPEG 5.X - Support
* FFMPEG 5.X - Support
* FFMPEG - Multiversion support
* FFMPEG - Support FFMPEG AVCODEC > 58.134.X
[ROCm/rocdecode commit: ca067ae6ec ]
2024-03-05 08:34:05 -05:00
Aryan Salmanpour
65d64404a7
Add support to demuxer to get additional info from the stream ( #271 )
...
* Add support to demuxer to get additional info from the stream
* Add support to get frame rate
* avoid a potential division by zero
[ROCm/rocdecode commit: 983571c58f ]
2024-02-29 11:05:55 -05:00
Aryan Salmanpour
6f80f7e81c
Revert "FFMPEG 5.X - Support ( #268 )" ( #269 )
...
This reverts commit 11abd055ed .
[ROCm/rocdecode commit: 6317b9f22b ]
2024-02-28 14:31:07 -05:00
Kiriti Gowda
11abd055ed
FFMPEG 5.X - Support ( #268 )
...
[ROCm/rocdecode commit: 4f2bf945a9 ]
2024-02-28 12:37:33 -05:00
Kiriti Gowda
538fed09ce
Readme - Updates ( #267 )
...
[ROCm/rocdecode commit: b1a92b3799 ]
2024-02-28 12:33:56 -05:00
Kiriti Gowda
48d508680d
Lib VA/DRM - Fix & Updates ( #266 )
...
* lib VA/DRM - Fix & Updates
* Setup - Add lib drm dev
* Setup - Updates
[ROCm/rocdecode commit: a46f98b044 ]
2024-02-28 12:29:50 -05:00
Kiriti Gowda
2600fbb743
Readme - Updates & cleanup ( #265 )
...
* Readme - Updates & cleanup
* Readme - Updates
* Update README.md - Fix formatting
* Readme - Updates
[ROCm/rocdecode commit: a94c6ef3bc ]
2024-02-27 18:16:01 -05:00
Aryan Salmanpour
0cd3ed9aae
Disable AVC codec support by default for 6.1 release ( #264 )
...
[ROCm/rocdecode commit: eced98721c ]
2024-02-27 17:56:15 -05:00
jeffqjiangNew
1c4e9bb5f5
* rocDecode/AVC: Fixed a bug in more RBSP data check function. ( #263 )
...
[ROCm/rocdecode commit: a48fc69caf ]
2024-02-27 17:37:32 -05:00
Lisa
c1c9e06e7e
Documentation - 6.1 Updates (Lisa edits) ( #260 )
...
* Update video-decoding-pipeline.md
changed image alignment to left from center
* Update Create-a-decoder-using-rocDecCreateDecoder().md
language edits
* Update Create-parser-object-using-rocDecCreateVideoParser().md
Language edits
* Update Create-parser-object-using-rocDecCreateVideoParser().md
* Update Create-parser-object-using-rocDecCreateVideoParser().md
* Update Create-parser-object-using-rocDecCreateVideoParser().md
* Update Create-parser-object-using-rocDecCreateVideoParser().md
* Update Create-parser-object-using-rocDecCreateVideoParser().md
expanded SEI
* Update Decode-the-frame-using-rocDecDecodeFrame().md
language edits
* Update Destroy-the-decoder.md
* Update Decode-the-frame-using-rocDecDecodeFrame().md
* Update Destroy-the-parser-using-rocDecDestroyVideoParser().md
* Update Parse-video-data-using-rocDecParseVideoData().md
language and spacing edits
* Update Prepare-the-decoded-frame-for-further-processing.md
language and spacing edits
* Update Query-decode-capabilities-using-rocDecGetDecoderCaps().md
Language and spacing edits.
* Update Query-the-decoding-status.md
language edits and spacing
* Update Reconfigure-the-decorder.md
language edits and spacing fixes
* Update Use-rocDecode-API.md
language and spacing edits
* Update Use-rocDecode-API.md
* Update Destroy-the-decoder.md
updated to RocDecoder
* Update Parse-video-data-using-rocDecParseVideoData().md
Added link for callback
* Update Reconfigure-the-decorder.md
Corrected to RocDecoder
* Delete docs/tutorial directory
Tutorial not required for the user guide.
* Add files via upload
* Delete docs/data/VideoDecoderPipeline.PNG
* Update video-decoding-pipeline.md
* Update video-decoding-pipeline.md
* Update video-decoding-pipeline.md
* Update README.md
* resolve conflicts
* Update video-decoding-pipeline.md
* Update video-decoding-pipeline.md
* Update video-decoding-pipeline.md
* Update install.md
* Update install.md
Minor language edits.
* Update install.md
* Update install.md
* Update install.md
* Update install.md
* Update README.md
Updated link to
https://github.com/ROCm/rocDecode/blob/develop/rocDecode-setup.py
* Update _toc.yml.in
* Update index.md
* Update index.md
* Update index.md
corrections to index.md
* Update index.md
* Update index.md
* Create index.md
* Update index.md
Updated for installation and how to. Reference has header files. Need confirmation.
* Update index.md
* Update index.md
Changed AMD's rocDecode SDK Library to rocDecode SDK
* Update what-is-rocDecode.md
* Update _toc.yml.in
* Update _toc.yml.in
* Update _toc.yml.in
* Update _toc.yml.in
* Update _toc.yml.in
* Update _toc.yml.in
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Docs - Update config
* Docs - yml updates
* Docs - Updates
* Update _toc.yml.in
* Update _toc.yml.in
* Update _toc.yml.in
* Update what-is-rocDecode.md
* Update _toc.yml.in
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
Added installation content
* Update _toc.yml.in
* Update install.md
changed heading to Installation
* Update index.md
* Update what-is-rocDecode.md
removed installation content
* Update what-is-rocDecode.md
Updated product name
* Update install.md
* Update _toc.yml.in
* Update Create-a-decoder-using-rocDecCreateDecoder.md
* Update Create-parser-object-using-rocDecCreateVideoParser.md
* Update Decode-the-frame-using-rocDecDecodeFrame.md
* Update Destroy-the-decoder.md
* Update Destroy-the-parser-using-rocDecDestroyVideoParser.md
* Update Parse-video-data-using-rocDecParseVideoData.md
* Update Prepare-the-decoded-frame-for-further-processing.md
* Update Query-decode-capabilities-using-rocDecGetDecoderCaps.md
* Update Query-the-decoding-status.md
* Update Reconfigure-the-decorder.md
* Update Use-rocDecode-API.md
* Update _toc.yml.in
* Update _toc.yml.in
* Update index.md
* Update index.md
* Index - Change to RST
* Fix - index
* Update conf.py
copyright
* Cleanup - Index
* Update _toc.yml.in
* Update _toc.yml.in
* Update what-is-rocDecode.md
Added concept
* Add files via upload
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Rename VideoDecoderPipeline (1).png to VideoDecoderPipelinetest.png
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Rename VideoDecoderPipeline.png to VideoDecoderPipelinetest.png
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update index.md
Added a numbered list of actions.
* Update index.md
add links
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.md
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.md
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.md
corrected the order of steps.
* Update index.rst
Corrected the order of tasks
* Update _toc.yml.in
Reorder the how to
* Update install.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
updated image path
* Update index.rst
Fixed Reconfigure the decoder <https://github.com/ROCm/rocDecode/blob/master/docs/how-to/Reconfigure-the-decorder.html >`_to
Reconfigure the decoder <https://github.com/ROCm/rocDecode/blob/master/docs/how-to/Reconfigure-the-decoder.html >`_
* Rename Reconfigure-the-decorder.md to Reconfigure-the-decoder.md
Corrected the page name to Reconfigure the decoder
* Update index.rst
Updated to relative links
* Update index.rst
Updated index.rst
* Update index.rst
* Update index.md
* Update index.md
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
updated ref to doc
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Add files via upload
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.rst
* Update index.md
* Update index.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update install.md
* Update install.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update what-is-rocDecode.md
* Update index.md
* Update index.md
* Update _toc.yml.in
* Update _toc.yml.in
* Update what-is-rocDecode.md
* Update install.md
* Update install.md
* Update what-is-rocDecode.md
* Update index.md
* restructure & edits
* udpate readme
* cleanup
* verbiage
* minor fixes
* update changelog
* update changelog
* update title
* add metadata
* more metadata
* convert to RST
* intersphinx test
* edits, install reorg, address comments
* verbiage
* update requirements
* remove extraneous note
* Update docs/sphinx/requirements.in
* clean up install info
* update readme
* update readme
* update requirements
* formatting
* revert requirements
* Docs - Update Requirements
* requirements
* Update requirements
* Fix typo in requirements
pip-compile error
---------
Co-authored-by: Roopa Malavally <56051583+Rmalavally@users.noreply.github.com >
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com >
Co-authored-by: Pavel Tcherniaev <Pavel.Tcherniaev@amd.com >
Co-authored-by: Sam Wu <sjwu@ualberta.ca >
Co-authored-by: kiritigowda <kiriti.nageshgowda@amd.com >
Co-authored-by: Sam Wu <sam.wu2@amd.com >
[ROCm/rocdecode commit: 8a10f8be18 ]
2024-02-27 16:42:03 -05:00
Kiriti Gowda
c942c617d1
Ubuntu 22.04 - dev package updates ( #262 )
...
* FindLibDRM - Remove temp pick from /usr
* Ubuntu 22.04 - Add C++-12 dev package
* Revert - Find LibDRM Fix
[ROCm/rocdecode commit: 5820a41421 ]
2024-02-27 14:52:50 -05:00
jeffqjiangNew
ca1c6b59b7
* rocDecode/AVC: Added error handling for no slice data cases. ( #261 )
...
- At the end of some streams, the demuxer sends a picture payload of NAL units that do not contain slice data. In such cases, we return gracefully without causing a decoder error.
[ROCm/rocdecode commit: 244eb517ab ]
2024-02-27 09:03:29 -05:00
Aryan Salmanpour
1d3477a3c0
Update dockers for 6.1 release ( #259 )
...
* Update dockers for 6.1 release
* update the command for running the dockers
[ROCm/rocdecode commit: 01793e9c5e ]
2024-02-26 10:27:38 -05:00
jeffqjiangNew
401031ef31
AVC: Added adaptive memory control decoded reference picture marking process and a few fixes. ( #256 )
...
* * rocDecode/AVC: Added adaptive memory control decoded reference picture marking process. Other changes include:
- Replaced part of reference list modification implementation with a cleaner and more correct logic. It was found that the steps suggested
in the spec resulted errors on some streams.
- Fixed an issue in reference picture list construction. We still need to do picture number calculation (8.2.4.1) for I pictures.
- Fixed a bug in VAAPI slice parameter setup for ref list 1 for B pictures.
* * rocDecode/AVC: Fixed the scaling list setup for VAAPI.
- Put the scaling list in zig-zag scan order.
* * rocDecode/AVC: Added adaptive memory control decoded reference picture marking process. Other changes include:
- Replaced part of reference list modification implementation with a cleaner and more correct logic. It was found that the steps suggested
in the spec resulted errors on some streams.
- Fixed an issue in reference picture list construction. We still need to do picture number calculation (8.2.4.1) for I pictures.
- Fixed a bug in VAAPI slice parameter setup for ref list 1 for B pictures.
* * rocDecode/AVC: Fixed the scaling list setup for VAAPI.
- Put the scaling list in zig-zag scan order.
* * rocDecode/AVC: Replaced Todo comments with error messages, based on code review.
[ROCm/rocdecode commit: f9c226ca84 ]
2024-02-26 10:07:40 -05:00
jeffqjiangNew
c2c567b6f2
* rocDecode: Take care of the case where DecodeFrame() does not return 1 (decoded frame number) so the accumulated decoded frame number does not match the user targeted frame number and the decoding will not stop. ( #257 )
...
[ROCm/rocdecode commit: 320c0954a3 ]
2024-02-23 22:54:29 -05:00
jeffqjiangNew
513ad63637
AVC: Added reference picture list modification. ( #254 )
...
* * rocDecode/AVC: Added reference picture list modification.
* * rocDecode/AVC: Removed a debug log.
---------
Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com >
[ROCm/rocdecode commit: 4709c0981f ]
2024-02-22 08:53:29 -05:00
Eiden Yoshida
c1bc88d971
CI: Exit on error ( #229 )
...
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com >
[ROCm/rocdecode commit: 863c3b70f7 ]
2024-02-16 16:06:23 -08:00
jeffqjiangNew
3501eccf0c
* rocDecode: Added a command option to limit the number of decoded frames to a user set value to the video decoder app. ( #252 )
...
[ROCm/rocdecode commit: ad31866ee0 ]
2024-02-16 08:44:03 -05:00
jeffqjiangNew
4c68b8c1fd
* rocDecode/AVC: Added SEI message extraction support. Also merged common AVC and HEVC SEI support code to super class. ( #250 )
...
[ROCm/rocdecode commit: 9b006616ed ]
2024-02-15 08:42:51 -05:00
jeffqjiangNew
11450f86ef
AVC: Added DPB management, decoded picture output and display callback. ( #244 )
...
* * rocDecode/AVC: Added display callback implementation.
* *rocDecode/AVC: Fixed a few issues with decoded buffer output and bumping from DPB.
* * rocDecode: Name changes based on code review.
---------
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com >
[ROCm/rocdecode commit: ca3333f7b9 ]
2024-02-14 18:06:43 -05:00
Kiriti Gowda
19697e79a8
VideoDecodeRGB - Failure Fix ( #248 )
...
* Sample - ROCM PATH Fix
* Sample - Add missing lib
[ROCm/rocdecode commit: e95129ece2 ]
2024-02-14 13:03:34 -05:00
Aryan Salmanpour
63531d0b5b
minor update for VideoDecodePipelin.png image ( #246 )
...
[ROCm/rocdecode commit: f57594565c ]
2024-02-14 13:00:23 -05:00
Aryan Salmanpour
9467760627
Fix a bug in VideoDecodeRGB for syncing between main and worker threads ( #245 )
...
[ROCm/rocdecode commit: ee3829388d ]
2024-02-14 12:30:03 -05:00
Aryan Salmanpour
a154e47639
Update the VideoDEcodePipeline image ( #242 )
...
* Update the VideoDEcodePipeline image
* update the file extension
* update the image to add connection between parser and decoder
[ROCm/rocdecode commit: d96afc62e8 ]
2024-02-13 15:51:45 -05:00
Aryan Salmanpour
e4db83d8d9
update the README for tested rocm-core/amdgpu-core configuration ( #241 )
...
[ROCm/rocdecode commit: c082303b2d ]
2024-02-13 15:40:31 -05:00
Aryan Salmanpour
bc48060ff0
Fix a segmentation fault on some samples when the memory type is 3 (OUT_SURFACE_MEM_NOT_MAPPED) and attempting to save the output (which is not supported) ( #239 )
...
* Fix a segmentation fault on some samples when the memory type is 3 (OUT_SURFACE_MEM_NOT_MAPPED) and attempting to save the output (which is not supported)
* update the videoDecodeMultiFiles sample
* update the readme for videoDecodeMultiFiles
* add comments
* use OUT_SURFACE_MEM_NOT_MAPPED instead of integer number 3
[ROCm/rocdecode commit: 31c7c7c104 ]
2024-02-12 16:50:17 -05:00
Kiriti Gowda
18e32ff6c8
OS - Support updates ( #240 )
...
[ROCm/rocdecode commit: f9ebe34662 ]
2024-02-12 11:51:55 -08:00
Rajy Rawther
972b7af079
fix copy buffer for memory modes 1 and 2 ( #238 )
...
[ROCm/rocdecode commit: 79184aeacc ]
2024-02-12 14:32:50 -05:00
Kiriti Gowda
9b14aee579
Sample - fix path & build types ( #237 )
...
[ROCm/rocdecode commit: 1881a5a61e ]
2024-02-12 12:13:37 -05:00
jeffqjiangNew
c919735380
* rocDecode/AVC: Added support for multiple slice parameter buffer submission for AVC multi-slice streams. ( #234 )
...
[ROCm/rocdecode commit: c496dfd3f2 ]
2024-02-12 10:22:42 -05:00
Aryan Salmanpour
cb9f6a48ae
Enable gfx941/gfx942 by default for videoDecodeRGB sample ( #236 )
...
[ROCm/rocdecode commit: de5841d249 ]
2024-02-12 08:35:23 -05:00
Kiriti Gowda
2b53a49b49
Jenkins - Add Perf Tests ( #235 )
...
[ROCm/rocdecode commit: 15e34577a2 ]
2024-02-09 19:17:57 -05:00
Lakshmi Kumar
6443588c8d
remove fork example ( #232 )
...
[ROCm/rocdecode commit: 072d6fe0e2 ]
2024-02-09 15:46:48 -05:00
jeffqjiangNew
cd37b816b6
Implemented proper slice parameter buffer submission for multiple slice streams. ( #226 )
...
* * rocDecode: Implemented proper slice parameter buffer submission for multiple slice streams.
- We were submitting single slice parameter buffer for multiple slice streams. This works for other APIs but not for VAAPI, which requires to send slice parameter buffer once per slice.
- At step 1, all the multi-slice structures are fixed sized (256). Will make them dynamic in the next step.
- With this change, all 135 HEVC conformance streams now pass.
* * rocDecode: Multiple slice change step 2: make the fixed size slice info structure lists dynamic.
* * rocDecode: Minor changes in comments. No functional changes.
* *rocDecode: Changed INIT_SLICE_PARAM_LIST_NUM from 256 back to 16. 256 was set during debug process.
* * rocDecode: Add suggest changes from code review.
* * rocDecode: Moved slice_params_buf_id_ initialization to class VaapiVideoDecoder declaration, as suggested by code review.
[ROCm/rocdecode commit: 00127f16f1 ]
2024-02-09 15:09:49 -05:00
Kiriti Gowda
a726931e65
decodingPipeline.md
...
Remove token
[ROCm/rocdecode commit: 3211b77aff ]
2024-02-09 10:41:03 -08:00
Kiriti Gowda
baf62cb5e0
decodingPipeline.md - update
...
Fix Image
[ROCm/rocdecode commit: 1fd1223807 ]
2024-02-09 10:38:31 -08:00
Kiriti Gowda
1b4792c45c
Doc - Updates ( #231 )
...
[ROCm/rocdecode commit: 5e5c92abb5 ]
2024-02-09 13:31:44 -05:00
Kiriti Gowda
7fc7a3effc
Jenkins - Run Additional Tests ( #230 )
...
[ROCm/rocdecode commit: 9e6f2111c4 ]
2024-02-08 14:38:42 -05:00
jeffqjiangNew
4c9d73f6af
* rocDecode: Set MI2xx(VCN2.6) HEVC max decode resolution to 7680x4320. ( #228 )
...
[ROCm/rocdecode commit: 2576eb4390 ]
2024-02-08 10:54:07 -05:00
Kiriti Gowda
a7e06826ed
rocDecode Docs - Updates ( #225 )
...
* rocDecode Docs - Updates
* Copy Fix
* Fix create dir
* Online - docs Updates
* Fix indents
* Fix indent
* Create symlink to overview
* Docs - Cleanup
---------
Co-authored-by: Sam Wu <sam.wu2@amd.com >
[ROCm/rocdecode commit: adaa5f76a4 ]
2024-02-07 18:37:58 -08:00
Kiriti Gowda
86d067680a
Conformance - CI Run Added ( #227 )
...
* Conformance - CI Run Added
* Jenkins - Fix typo
* Conformance - Fix help
[ROCm/rocdecode commit: 89001ce6f8 ]
2024-02-07 15:06:11 -05:00
Aryan Salmanpour
d7785b3d5e
Return ROCDEC_NOT_IMPLEMENTED for GetDecoderCaps API for future GPU ( #224 )
...
[ROCm/rocdecode commit: 730f3b76d4 ]
2024-02-06 16:18:02 -05:00
Kiriti Gowda
f41f161ee1
Tests - Updated ( #219 )
...
* Tests - Updated
* Tests - CMakeList fix
* CMakeLists - Install Updates
* CMakeList - Sample fix
* Tests - Updates
* Ctest - Updates
* Ctest - compiler
* Ctest - Updates
* Ctest - fix
* Sample - Fork Removed
* Jenkins - Add Test Package Verification
[ROCm/rocdecode commit: aa3615c32b ]
2024-02-06 14:45:55 -05:00
Aryan Salmanpour
881d06a244
Enhance logging error in rocDecode library - let the upper level class prints the correct error code string instead of integer code from lower levels ( #223 )
...
[ROCm/rocdecode commit: 15526253c7 ]
2024-02-06 13:35:41 -05:00
Aryan Salmanpour
c7f7a7c0e8
rename roDecMapVideoFrame to rocDecoGetVideoFrame and some other minor code cleanups ( #222 )
...
[ROCm/rocdecode commit: 38f50a1a10 ]
2024-02-06 11:38:54 -05:00