Kiriti Gowda
6a2036b033
Package - Host package updates ( #671 )
...
* rocDecode host - Package
* Host Package - Added
* Readme - Host updates
* Changelog - Updates
[ROCm/rocdecode commit: 433ca3a564 ]
2025-11-14 13:23:51 -08:00
Kiriti Gowda
bc5f4d7a3e
Packaging - HIP Updates ( #658 )
...
[ROCm/rocdecode commit: 380779e0a8 ]
2025-10-02 14:24:12 -07:00
spolifroni-amd
37c112e23c
Docs - removing SP6 ( #653 )
...
[ROCm/rocdecode commit: 92bf931295 ]
2025-09-16 17:09:59 -07:00
spolifroni-amd
64c8a44790
updated wording around supported linux environments ( #642 )
...
* updated wording around supported linux environments
* Update docs/install/rocDecode-prerequisites.rst
Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com >
* Update docs/install/rocDecode-prerequisites.rst
Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com >
* SLES 15-SP5 isn't supported; removed
* updated SLES to SP6/7
---------
Co-authored-by: Rajy Rawther <Rajy.MeeyakhanRawther@amd.com >
Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com >
[ROCm/rocdecode commit: 2e38f502ab ]
2025-09-08 12:27:18 -07:00
spolifroni-amd
c6bc0ed4a3
Docs - removing link to gpu installer ( #618 )
...
* removing link to gpu installer
* updated the readme and fixed a landing page issue
[ROCm/rocdecode commit: f1d5236921 ]
2025-08-01 12:24:37 -07:00
Kiriti Gowda
208f918c88
Find rocdecode - Updates for ROCm 7.0 ( #610 )
...
* rocDecode - Version 1.0.0
* Find package - config updates
* CMakeLists - Updates and config fix
* CMakelists - updates
* Samples - link to rocdecode_LIBRARY rocdecode::rocdecode
---------
Co-authored-by: Kiriti <kiriti@santiago.amd.com >
[ROCm/rocdecode commit: 23c17cc150 ]
2025-06-24 17:39:49 -04:00
jeffqjiangNew
357c33ac40
Revert "CTest: Added CTest for AV1 elementary stream decode on bitstream read…" ( #569 )
...
This reverts commit 5cdfca2a33 .
[ROCm/rocdecode commit: 2dea69d26b ]
2025-04-21 15:57:15 -04:00
jeffqjiangNew
5cdfca2a33
CTest: Added CTest for AV1 elementary stream decode on bitstream reader. ( #561 )
...
* * CTest: Added CTest for AV1 elementary stream decode on bitstream reader.
* * CTest: Added the missing stream file.
* * CTest: Fixed the batch sample CTest failure on RHEL8 system where AV1 elementary stream is not supported by the installed FFMPEG demuxer. Now we do not run batch test on elementary streams.
* * CTest: Added two missing path changes.
[ROCm/rocdecode commit: 5472059e16 ]
2025-04-16 21:20:16 -04:00
Kiriti Gowda
122354fbdd
Readme - Updates ( #499 )
...
[ROCm/rocdecode commit: 94ea9f3f86 ]
2025-01-27 15:45:31 -05:00
Kiriti Gowda
9b64f18bc0
CMakeLists - Updates and cleanup ( #483 )
...
* CMakeLists - Updates and cleanup
* CTest - CXX Compiler Updates
* Package - Remove FFMPEG exe deps
* CMakeLists - Updates and cleanup
* CTest - CXX Compiler Updates
* Package - Remove FFMPEG exe deps
* FFMPEG - Updates
[ROCm/rocdecode commit: 913b6728f0 ]
2025-01-02 09:42:31 -05:00
jeffqjiangNew
0cb331b369
CTest updates. ( #473 )
...
* * rocDecode: Core test updates.
- Added VP9 test.
- Added tests for video decode raw sample.
- Changed test video streams to raw elementary or IVF formats.
* * rocDecode/CTest: Added back mp4 files.
* * rocDecode/CTest: Minor changes based on review comments.
* * rocDecode/CTest: Added stream file installation.
* * rocDecode/CTest: Changed the file back to mp4.
* Add support for VP9 handling in the videoDecodeBatch sample
* add linking with threads for videodecode app
---------
Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com >
[ROCm/rocdecode commit: 597b29a7c9 ]
2024-12-06 14:46:30 -05:00
spolifroni-amd
94aed66ec3
reverted readme ( #459 )
...
* reverted readme
* Update README.md
---------
Co-authored-by: Kiriti Gowda <kiriti.nageshgowda@amd.com >
[ROCm/rocdecode commit: 4e36702f03 ]
2024-11-20 13:32:22 -05:00
spolifroni-amd
a1d84696ca
edited the readme file so that it doesn't duplicate what's in the documentation ( #457 )
...
[ROCm/rocdecode commit: e780dce449 ]
2024-11-19 10:37:16 -05:00
Kiriti Gowda
c8ff82a943
SLES - Updates ( #454 )
...
* SLES - Updates
* Updates
* Cleanup
* Update CHANGELOG.md
Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com >
* CXX Compiler - Use AMD Clang++
* Docs - Updates
* ROCm Version - Upgraded to 6.3.0
* Readme - cleanup
* Readme - minor updates
* Readme - Fix note
---------
Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com >
[ROCm/rocdecode commit: 6339767b4c ]
2024-11-15 15:35:53 -05:00
Jeremy Newton
4867830142
Fix libva requirements for rocdecode ( #435 )
...
* Fix libva requirements for rocdecode
mesa-amdgpu-va-drivers is built with libva 2.16 (VA-API 1.16), so it
provides the entry point "__vaDriverInit_1_16". For rocdecode to use
mesa, it also needs to make sure it has a high enough requirement on
libva to be compatible with this function.
Strictly speaking, it doesn't matter what libva is used as long as it's
2.16 or newer, since libva is backwards compatible. An OR conditions is
used to favour distro packages when possible to avoid causing issues
with existing libraries built against the distro version.
For libva dev packages, we can just use libva-amdgpu-dev/el directly.
Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com >
* Update to use libva-amdgpu
To reflect the package change, update the README, rocDecode-setup.py,
and the CHANEGLOG.
Putting the minimum VA-API version in the README isn't required as the
user is expected to just install the latest libva-amdgpu to match the
mesa VA-API version.
---------
Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com >
[ROCm/rocdecode commit: 859103755a ]
2024-10-22 11:41:00 -04:00
Kiriti Gowda
07bd8d6082
Package - dependencies updated ( #416 )
...
* Package - dependencies updated
* Changelog - new format added
* Setup - OS specific updates
* CMakeList - Cleanup
* Version Updates Fix
[ROCm/rocdecode commit: 64078a58cb ]
2024-10-07 16:20:10 -04:00
spolifroni-amd
0cf8f6ee66
Added a note pointing users to the official documentation and removed the local build information. This info is in the contribution documentation. ( #417 )
...
[ROCm/rocdecode commit: 1d1f31f85c ]
2024-09-18 12:00:55 -04:00
Kiriti Gowda
56eab1f21c
CTest Updates - Fix duplicates ( #408 )
...
* Test - Fix CTest
* CMakeLists - Clang Set
* Ctest - support
* Readme - Fix and updates
* Readme - minor fix
* Readme - MS template
* Install - Minor instructiion fix
* Clang - Added as default CXX compiler
* Update CHANGELOG.md
Remove unreleased
[ROCm/rocdecode commit: 1ac853e441 ]
2024-08-14 17:28:52 -04:00
jeffqjiangNew
1c82e1c680
Enabled AV1 decode by default. ( #391 )
...
* * rocDecode/AV1: Enabled AV1 decode by default.
* * rocDecode/AV1: Added changes suggested in code review.
- Bumped up rocDecode version to 0.7.0.
- Added AV1 support statement in readme file.
[ROCm/rocdecode commit: 96c65d74a6 ]
2024-07-22 12:32:12 -04:00
Kiriti Gowda
b10bf9df81
Setup - mariner build support ( #369 )
...
* Setup - Mariner Updates
* Setup - Remove package manager check
* Setup - Remove INXI
* Setup - Runtime
* Setup - Mariner Updates
[ROCm/rocdecode commit: cf0f7cc3e9 ]
2024-06-13 17:10:56 -04:00
Kiriti Gowda
7ea07e5477
Readme - Updates ( #338 )
...
* Readme - Updates
* Docs - updates
[ROCm/rocdecode commit: 47165ef6bb ]
2024-05-03 16:27:58 -04:00
Kiriti Gowda
1fe8ea0a98
RHEL - Deps Fix ( #334 )
...
[ROCm/rocdecode commit: 2df3c13454 ]
2024-05-02 15:47:26 -04:00
Kiriti Gowda
69ac148c4d
Packaging Updates - RPM package changes ( #328 )
...
* RPM Deps - Updates
* SLES - Handle Package name diff
[ROCm/rocdecode commit: 68d8b629d1 ]
2024-05-01 14:35:49 -04:00
Kiriti Gowda
ceabff5a3d
Setup - Cleanup ( #317 )
...
* Setup - Cleanup
* RPM - LibVA Name
* Fix - SLES install
* Fix
* FIX
[ROCm/rocdecode commit: 82e89ca95e ]
2024-04-18 08:33:29 -04:00
Kiriti Gowda
697bebaa6c
Docs - Cleanup & Fix ( #316 )
...
[ROCm/rocdecode commit: 25c4b9584f ]
2024-04-16 15:05:17 -07:00
Kiriti Gowda
2fb85345c7
LibVA Updates - Support Public Version ( #315 )
...
* LibVA public - enable
* Support for RPM based OS
* Readme Updates
* Setup - Updates
* Setup - CentOS 7 unsupported
* Jenkins - Check Direct deps
[ROCm/rocdecode commit: 3b1d6932af ]
2024-04-16 15:53:15 -04:00
Aryan Salmanpour
aef074db7a
Update README ( #313 )
...
[ROCm/rocdecode commit: 44293d2218 ]
2024-04-11 13:36:27 -04:00
Kiriti Gowda
ed48cecfe0
Setup - Updates ( #305 )
...
[ROCm/rocdecode commit: d6d9c9ed1a ]
2024-04-01 15:53:36 -07:00
Kiriti Gowda
80c54d2210
Setup - updates & Fixes ( #301 )
...
* Setup - Updates
* Setup - Develop Install Default OFF
* Developer - Default OFF
[ROCm/rocdecode commit: ad7f228774 ]
2024-03-28 00:23:53 -04:00
Kiriti Gowda
f5c3feacfe
README - package install fix
...
[ROCm/rocdecode commit: 4fcd988ec8 ]
2024-03-12 13:10:57 -07:00
Kiriti Gowda
7853d45511
LibDRM - Updates & Fixes ( #286 )
...
* LibDRM - Updates
* LibDRM - Updates & fixes
[ROCm/rocdecode commit: 2bde7e44f1 ]
2024-03-12 15:35:44 -04: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
538fed09ce
Readme - Updates ( #267 )
...
[ROCm/rocdecode commit: b1a92b3799 ]
2024-02-28 12:33:56 -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
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
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
Kiriti Gowda
1b4792c45c
Doc - Updates ( #231 )
...
[ROCm/rocdecode commit: 5e5c92abb5 ]
2024-02-09 13:31:44 -05:00
Kiriti Gowda
f7f67bf9e2
README - Update
...
Image address updates
[ROCm/rocdecode commit: 203bd98ccd ]
2024-01-31 17:51:10 -08:00
Kiriti Gowda
f2095a35b7
Docs - Updates ( #213 )
...
* Docs - Updates
* Quick-start - Readme
* Docs - updates
* Docs - Change root
* Docs - Fix root
* cleanup
[ROCm/rocdecode commit: 53f3d68c6f ]
2024-01-31 13:56:17 -08:00
Sam Wu
dc564d8bd6
Documentation - Use custom rocm-docs-core footer, header, and stylesheets for doxysphinx ( #191 )
...
[ROCm/rocdecode commit: 3c5cf5ecba ]
2024-01-24 10:11:14 -08:00
Kiriti Gowda
66b9fe33c1
Readme - Fix ( #173 )
...
* Readme - Fix
* Fix - aligments
[ROCm/rocdecode commit: 301efb2d1b ]
2024-01-12 16:18:28 -05:00
Kiriti Gowda
5125b2add5
Readme - Updates
...
Fix Image
[ROCm/rocdecode commit: 07dd095a6a ]
2024-01-12 12:48:43 -08:00
Kiriti Gowda
f1677e09b3
Readme - updates & Fixes ( #172 )
...
* Readme - updates & fixes
* Readme - Logo
* Readme - prereqs updates
[ROCm/rocdecode commit: 83b076fa1d ]
2024-01-12 15:35:53 -05:00
Kiriti Gowda
ad72a6132a
Readme - Cleanup ( #159 )
...
[ROCm/rocdecode commit: 9c067ea979 ]
2024-01-09 14:11:42 -05:00
Kiriti Gowda
4fdbe3a007
ROCm 6.1.0+ - updates ( #153 )
...
* Package updates
* RHEL Updates
* Find LibDRM - Fix for rocm failure to install
* Fix dependencies
* Deps Updates
* Jenkins - Add make test to test phase
* Jenkins - Install amdgpu-dkms on CI
* Jenkins - Fix test
* Test - Release build
* Readme - Updates
[ROCm/rocdecode commit: fd27e268f0 ]
2024-01-09 13:43:34 -05:00
Kiriti Gowda
6358d28214
License Updates ( #135 )
...
* License Updates
* Readme Updates
[ROCm/rocdecode commit: 92b9982b55 ]
2023-12-13 09:49:52 -05:00
Aryan Salmanpour
f4a45639d6
Update README - add libstdc++-12-dev as the prerequisites for building rocDecode ( #102 )
...
[ROCm/rocdecode commit: 225fabbf60 ]
2023-11-29 20:59:06 -05:00
Kiriti Gowda
dbcc8e8302
Package - Fix ( #93 )
...
* Package - Fix
* Readme - Updates
[ROCm/rocdecode commit: 80f8f5280f ]
2023-11-28 16:08:24 -05:00
Kiriti Gowda
7f11bd390e
Package - updates ( #81 )
...
* Package - updates
* Package - Info
[ROCm/rocdecode commit: 90e6d30383 ]
2023-11-23 08:57:45 -05:00