Kiriti Gowda
94ea9f3f86
Readme - Updates ( #499 )
2025-01-27 15:45:31 -05:00
Kiriti Gowda
913b6728f0
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
2025-01-02 09:42:31 -05:00
jeffqjiangNew
597b29a7c9
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 >
2024-12-06 14:46:30 -05:00
spolifroni-amd
4e36702f03
reverted readme ( #459 )
...
* reverted readme
* Update README.md
---------
Co-authored-by: Kiriti Gowda <kiriti.nageshgowda@amd.com >
2024-11-20 13:32:22 -05:00
spolifroni-amd
e780dce449
edited the readme file so that it doesn't duplicate what's in the documentation ( #457 )
2024-11-19 10:37:16 -05:00
Kiriti Gowda
6339767b4c
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 >
2024-11-15 15:35:53 -05:00
Jeremy Newton
859103755a
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 >
2024-10-22 11:41:00 -04:00
Kiriti Gowda
64078a58cb
Package - dependencies updated ( #416 )
...
* Package - dependencies updated
* Changelog - new format added
* Setup - OS specific updates
* CMakeList - Cleanup
* Version Updates Fix
2024-10-07 16:20:10 -04:00
spolifroni-amd
1d1f31f85c
Added a note pointing users to the official documentation and removed the local build information. This info is in the contribution documentation. ( #417 )
2024-09-18 12:00:55 -04:00
Kiriti Gowda
1ac853e441
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
2024-08-14 17:28:52 -04:00
jeffqjiangNew
96c65d74a6
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.
2024-07-22 12:32:12 -04:00
Kiriti Gowda
cf0f7cc3e9
Setup - mariner build support ( #369 )
...
* Setup - Mariner Updates
* Setup - Remove package manager check
* Setup - Remove INXI
* Setup - Runtime
* Setup - Mariner Updates
2024-06-13 17:10:56 -04:00
Kiriti Gowda
47165ef6bb
Readme - Updates ( #338 )
...
* Readme - Updates
* Docs - updates
2024-05-03 16:27:58 -04:00
Kiriti Gowda
2df3c13454
RHEL - Deps Fix ( #334 )
2024-05-02 15:47:26 -04:00
Kiriti Gowda
68d8b629d1
Packaging Updates - RPM package changes ( #328 )
...
* RPM Deps - Updates
* SLES - Handle Package name diff
2024-05-01 14:35:49 -04:00
Kiriti Gowda
82e89ca95e
Setup - Cleanup ( #317 )
...
* Setup - Cleanup
* RPM - LibVA Name
* Fix - SLES install
* Fix
* FIX
2024-04-18 08:33:29 -04:00
Kiriti Gowda
25c4b9584f
Docs - Cleanup & Fix ( #316 )
2024-04-16 15:05:17 -07:00
Kiriti Gowda
3b1d6932af
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
2024-04-16 15:53:15 -04:00
Aryan Salmanpour
44293d2218
Update README ( #313 )
2024-04-11 13:36:27 -04:00
Kiriti Gowda
d6d9c9ed1a
Setup - Updates ( #305 )
2024-04-01 15:53:36 -07:00
Kiriti Gowda
ad7f228774
Setup - updates & Fixes ( #301 )
...
* Setup - Updates
* Setup - Develop Install Default OFF
* Developer - Default OFF
2024-03-28 00:23:53 -04:00
Kiriti Gowda
4fcd988ec8
README - package install fix
2024-03-12 13:10:57 -07:00
Kiriti Gowda
2bde7e44f1
LibDRM - Updates & Fixes ( #286 )
...
* LibDRM - Updates
* LibDRM - Updates & fixes
2024-03-12 15:35:44 -04:00
Kiriti Gowda
5fdedf2351
Package Dependencies - Updates ( #281 )
...
* Package Dependencies - Updates
* Remove - --no-32
2024-03-07 17:17:09 -05:00
Kiriti Gowda
b1a92b3799
Readme - Updates ( #267 )
2024-02-28 12:33:56 -05:00
Kiriti Gowda
a94c6ef3bc
Readme - Updates & cleanup ( #265 )
...
* Readme - Updates & cleanup
* Readme - Updates
* Update README.md - Fix formatting
* Readme - Updates
2024-02-27 18:16:01 -05:00
Lisa
8a10f8be18
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 >
2024-02-27 16:42:03 -05:00
Kiriti Gowda
5820a41421
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
2024-02-27 14:52:50 -05:00
Aryan Salmanpour
c082303b2d
update the README for tested rocm-core/amdgpu-core configuration ( #241 )
2024-02-13 15:40:31 -05:00
Kiriti Gowda
5e5c92abb5
Doc - Updates ( #231 )
2024-02-09 13:31:44 -05:00
Kiriti Gowda
203bd98ccd
README - Update
...
Image address updates
2024-01-31 17:51:10 -08:00
Kiriti Gowda
53f3d68c6f
Docs - Updates ( #213 )
...
* Docs - Updates
* Quick-start - Readme
* Docs - updates
* Docs - Change root
* Docs - Fix root
* cleanup
2024-01-31 13:56:17 -08:00
Sam Wu
3c5cf5ecba
Documentation - Use custom rocm-docs-core footer, header, and stylesheets for doxysphinx ( #191 )
2024-01-24 10:11:14 -08:00
Kiriti Gowda
301efb2d1b
Readme - Fix ( #173 )
...
* Readme - Fix
* Fix - aligments
2024-01-12 16:18:28 -05:00
Kiriti Gowda
07dd095a6a
Readme - Updates
...
Fix Image
2024-01-12 12:48:43 -08:00
Kiriti Gowda
83b076fa1d
Readme - updates & Fixes ( #172 )
...
* Readme - updates & fixes
* Readme - Logo
* Readme - prereqs updates
2024-01-12 15:35:53 -05:00
Kiriti Gowda
9c067ea979
Readme - Cleanup ( #159 )
2024-01-09 14:11:42 -05:00
Kiriti Gowda
fd27e268f0
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
2024-01-09 13:43:34 -05:00
Kiriti Gowda
92b9982b55
License Updates ( #135 )
...
* License Updates
* Readme Updates
2023-12-13 09:49:52 -05:00
Aryan Salmanpour
225fabbf60
Update README - add libstdc++-12-dev as the prerequisites for building rocDecode ( #102 )
2023-11-29 20:59:06 -05:00
Kiriti Gowda
80f8f5280f
Package - Fix ( #93 )
...
* Package - Fix
* Readme - Updates
2023-11-28 16:08:24 -05:00
Kiriti Gowda
90e6d30383
Package - updates ( #81 )
...
* Package - updates
* Package - Info
2023-11-23 08:57:45 -05:00
Sam Wu
3f7e3fe7d8
Add configuration for ReadtheDocs
2023-11-21 13:25:56 -07:00
Aryan Salmanpour
071b37b3bd
Code clean up - remove unused headers from demuxer, unused ffmpeg dependencies, and redundent info from videodecode sample ( #71 )
2023-11-17 12:46:27 -05:00
Aryan Salmanpour
c44a000c73
Update the make test and Readme by removing the H.264 ( #63 )
2023-11-15 10:57:55 -05:00
Aryan
cefdfb7405
Update README
2023-11-06 12:10:12 -05:00
Kiriti Gowda
d34d85027c
FFMPEG - Updates ( #33 )
...
* FFMPEG - Updates
* Readme - Updates
* Sample - Install
* Install Sample Deps
* Samples - Updates
* Sample - Added missing header
2023-11-06 11:51:47 -05:00
Kiriti Gowda
2af10a5d80
Dynamic Link Libraries - updates ( #23 )
...
* DRM - deps updates
* Link Libraries - Updates & cleanup
* LibDRM - Find in SLES fix
* Make Test - Fix Failures
2023-10-25 18:56:36 -04:00
Kiriti Gowda
aa72eb1996
Package & Tests - ROCm Release Updates ( #11 )
...
* rocDecode Updates
* Doxygen - Fix
* CMakeLists - Fix
* Jenkins - Files
* Samples - Fix
* CTest - Fix
* Changelog - Added
* Fix - Review comments
2023-10-12 17:08:12 -04:00
Aryan
0d64288559
update readme fand dockers fr adding oinstallation ption to exclude 32 bit pgraphics pckage, add update dockers to 5.7
2023-09-19 10:33:24 -04:00