Commit graph

548 Commits

Autor SHA1 Nachricht Datum
Joseph Macaranas 11cd32c2f4 [External CI] Fix for downstream trigger of rocpydecode build (#647)
[ROCm/rocdecode commit: dfe853a2b2]
2025-09-08 08:30:22 -07:00
Joseph Macaranas 48beb819f2 External CI: Add support for downstream build of rocpydecode (#645)
- When build of rocdecode completes, it will trigger rocpydecode job.
- Code structure follows other pipelines who have made similar changes.

[ROCm/rocdecode commit: ea63c7a165]
2025-09-05 09:50:20 -07:00
Aryan Salmanpour a59927ed54 Fix a memory leak for rocDecodeNegativeTests (#643)
[ROCm/rocdecode commit: a5e4cd780e]
2025-09-04 12:03:08 -07:00
Kiriti Gowda e46fce4acb rocdecode host - Fix build and install (#641)
* rocdecode host - Fix build and install

* CMakeLists - fix

* Chnagelog -updates

* Update CHANGELOG.md

[ROCm/rocdecode commit: b4ec9ca411]
2025-09-02 10:11:45 -07:00
Lakshmi Kumar a766005bd9 add host backend under ctest (#637)
[ROCm/rocdecode commit: 2c77d572e8]
2025-08-28 10:49:15 -07:00
Rajy Rawther 26389e857c fixed build issues with FFMpeg AVCodec version >=59 changes (#636)
* fixed build issues with FFMpeg AVCodec version >=59 changes

* fixed mistake of pushing stashed change

---------

Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>

[ROCm/rocdecode commit: 253e604c7b]
2025-08-28 09:28:12 -07:00
Rajy Rawther 74ea277fdf Updated videoDecodePerf Sample with host backend (#635)
* set min: number of decoded surfaces to non-zero value for ffmpeg based decoding

* added host decoding option to videodecode perf app

* fix GetOutputSurfaceInfo() for FFMpeg

* updated chagelog

* added host decoding option to videodecode perf app

* fix GetOutputSurfaceInfo() for FFMpeg

* updated chagelog

* removed GPU device info printing for HOST backend

* fix for review comment

[ROCm/rocdecode commit: eeecc3e8c8]
2025-08-28 09:02:13 -07:00
jonatluu 87baa53ebd fix lintian warning (#634)
[ROCm/rocdecode commit: 154f4cd465]
2025-08-26 13:54:57 -07:00
Jeff Jiang aca71a1aaf AV1: Added 12-bit AV1 decode support. (#631)
* * rocDecode/AV1: Added 12-bit AV1 decode support.
 - The feature is only enabled for VAAPI version 1.23.0 and up.
 - Added MD5 calculation for 12-bit video output.

* * rocDecode: Bumped version up to 1.2.0 and updated change log.

* * rocDecode: Updated change log based on review.

[ROCm/rocdecode commit: 84257d513a]
2025-08-21 10:40:17 -04:00
Jeff Jiang e6450e6729 * rocDecode: Fixed a regression that resulted in CI test failures. (#633)
- Need to check output surface info for every decode call to catch video size change or decode errors.

[ROCm/rocdecode commit: 5ffe20cdd7]
2025-08-15 12:50:13 -04:00
Kiriti Gowda ff4d947cc6 Version File - Updates and fixes (#632)
[ROCm/rocdecode commit: e5f06d4fcc]
2025-08-15 09:21:00 -04:00
spolifroni-amd 9f9a4d168e Docs - fixed two links (#630)
[ROCm/rocdecode commit: 0ea5837a38]
2025-08-13 11:32:35 -07:00
Rajy Rawther 966f338d96 set min: number of decoded surfaces to non-zero value for ffmpeg based decoding (#627)
[ROCm/rocdecode commit: d9690d1715]
2025-08-08 10:11:10 -04: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
Rajy Rawther 827511a6b5 ffmpeg decode utility class cleanup (#616)
* cleaned up ffmpeg decode utility class to use rocdecode host lib

* added changelog for the PR

* address review comments for FFMPEG dependancy in cmake

* Update CHANGELOG.md

Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>

* addressed review comments

* update version in Cmake

---------

Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>

[ROCm/rocdecode commit: 3b280ac7c3]
2025-07-28 09:59:47 -04:00
Sam Wu 71f930b876 CI - Remove .jenkins (#615)
migrating to rocJenkins

[ROCm/rocdecode commit: 91044fc832]
2025-07-18 11:17:37 -07:00
arvindcheru 0058b85808 Add softlink for rocdecode-host library target (#614)
[ROCm/rocdecode commit: eb487c3204]
2025-07-03 15:35:31 -04:00
jeffqjiangNew 76248fa94a Fixed the MD5 calculation error on some streams when both decoded output dumping and MD5 generation are on. (#607)
* * Fixed the MD5 calculation error on some streams when both decoded output dumping and MD5 generation are on.
 - The issue is with the final flushing of the remaining frames at the end of stream, where MD5 update is skipped when output dumping is on.

* * Minor format changes.

---------

Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com>

[ROCm/rocdecode commit: aad9c248bd]
2025-06-30 10:24:05 -04: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
Rajy Rawther 72b5c717e1 added testcase for videodecode with resizing and colorconversion to rgb (#608)
* added testcase for videodecode with resizing and colorconversion to rgb

* Update test/CMakeLists.txt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* removed texture scaling code as it doesn't work on MI3xx

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

[ROCm/rocdecode commit: 26f9ec23a6]
2025-06-24 13:51:59 -04:00
jeffqjiangNew 26e30ddc92 * Decode output dumping improvement: Better condition check for new dump file creation. (#606)
- Coded video size change was used as one of conditions to create a new file when dumping decode output. When a stream has coded video size change but the display size does not change, there is no need to dump the decoded frames into a new file.
 - Now we replace the coded size check with display size check to avoid unnecessary new dump file creation.

Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com>

[ROCm/rocdecode commit: a2e1bf1920]
2025-06-19 17:29:00 -04:00
Lakshmi Kumar ef4250f6d9 Set video_signal_description struct to 0 by default (#605)
* Update avc_parser.cpp

* Update hevc_parser.cpp

[ROCm/rocdecode commit: 9283abc629]
2025-06-19 08:53:53 -04:00
jeffqjiangNew 9eaa7ab4a6 * Performance script: Added frame rate to the performance result csv file. (#604)
[ROCm/rocdecode commit: 6f3f7964ba]
2025-06-17 14:27:21 -04:00
Rajy Rawther 3d335b3e09 Option to disable building of rocdecode host based library (#603)
[ROCm/rocdecode commit: 83734ec42e]
2025-06-12 08:28:44 -04:00
Aryan Salmanpour 790f5881f2 Update the documnetation for rocDecGetDecodeStatus and rocDecGetVideoFrame APIs (#602)
[ROCm/rocdecode commit: 8ba5aeb465]
2025-06-11 16:46:47 -04:00
Aryan Salmanpour a480fb183b Utils - Remove the call to rocDecGetDecodeStatus after rocDecGetVideoFrame (#600)
* Utils - Remove the call to rocDecGetDecodeStatus after rocDecGetVideoFrame

* Remove other occurrences of rocDecGetDecodeStatus that are not necessary

* Update the description of the rocDecGetDecodeStatus and rocDecGetVideoFrame APIs

* Add missing including thread in avcodec_videodecoder.h for fixing the Azure build issue

[ROCm/rocdecode commit: bf4922060d]
2025-06-11 11:44:20 -04:00
Aryan Salmanpour 5b1ebe013c Remove the call to vaQuerySurfaceStatus before vaSyncSurface (#599)
[ROCm/rocdecode commit: 089abe7435]
2025-06-09 15:54:28 -04:00
Rajy Rawther 40e072f394 FFMpeg decoder rocdecode integration (#583)
* initial commit

* initial implementation for host based decoder

* minor change

* cmake changes and added new sample

* rocdecDecode sample implementation

* rocdecode sample changes working

* working version of avcodec decoder and sample

* Add end of stream handling for repeated decoding with reconfigure

* reorg files and added changelog

* update readme

* revert file

* remove unused class members

* addressed reviw comment for changelog

* fix sample to work on more video files

* resolved review comments

* bumped version to 0.14.0

* fixed build warnings

* addressed review comments

* addressed review comments

* addressed review comments

* fixed readme to match .cpp file options for parameters

* updated review comments, readme, and added test data for the sample

* fixed bug for saving frame for 10 bit videos

* addressed review comments

* addressed all the new review comments

[ROCm/rocdecode commit: 3ddb12f075]
2025-06-07 13:12:57 -04:00
jeffqjiangNew 2145992a4d * FFMPEG SW decode: Replaced the assert against 0 display width with an error check, to avoid abortion in a query call. (#596)
* * FFMPEG SW decode: Replaced the assert against 0 display width with an error check, to avoid abortion in a query call.

* * FFMPEG SW decode: Correction to the previous editing error.

---------

Co-authored-by: essamROCm <77812857+essamROCm@users.noreply.github.com>

[ROCm/rocdecode commit: 0f89c9c17c]
2025-06-03 10:49:28 -04:00
Lakshmi Kumar e052a74454 update readme (#595)
[ROCm/rocdecode commit: 94356320b1]
2025-06-02 09:54:18 -04:00
Jatin Chaudhary faf2e6f237 include <thread> header (#594)
[ROCm/rocdecode commit: 691dc51f66]
2025-05-30 09:31:22 -04:00
jeffqjiangNew ed775289be CI: Updated VP9 stability test stream set: two more streams are added. (#593)
[ROCm/rocdecode commit: f8793bf09a]
2025-05-23 13:48:48 -07:00
jeffqjiangNew 6b8c4f82ff VP9 error resilience: Added uncompressed and compressed header size checks. (#592)
* * VP9 error resilience: Added uncompressed and compressed header size checks.

* * Minor format change.

[ROCm/rocdecode commit: 24b0c59d71]
2025-05-21 10:04:16 -04:00
Aryan Salmanpour 9523ee16be CMake - Add support for explicitly linking libdrm_amdgpu with rocdecode (#589)
[ROCm/rocdecode commit: 624dda250d]
2025-05-15 14:00:19 -04:00
jeffqjiangNew fef00fc369 * CI: Added VP9 stability test. Also added logs to identify test start and end, for easy result searching. (#588)
[ROCm/rocdecode commit: 01c6a9fdfd]
2025-05-15 08:07:15 -04:00
jeffqjiangNew 5c8879aa6c * VP9 error resilience: Added syntax error handling. (#587)
- Added VP9 stream stream syntax error detection and handling.
 - Updated change log.
 - Bumped rocDecode version to 0.13.1.

[ROCm/rocdecode commit: e3ab17c09e]
2025-05-14 17:12:50 -04:00
Aryan Salmanpour 1c8f422c7c VideoDecodeRGB sample - Fix CMake configuration warning (#586)
[ROCm/rocdecode commit: fedcf37b2f]
2025-05-13 16:09:19 -04:00
Sam Wu 8d416bd635 ci: unzip with overwrite (#585)
* ci: unzip with overwrite

* remove old zip if updating

[ROCm/rocdecode commit: c5fe734bd9]
2025-05-12 18:18:37 -04:00
jeffqjiangNew 34491052e5 * CI: Updated the number of AV1 stability test streams. (#584)
[ROCm/rocdecode commit: 55bcb67a4e]
2025-05-12 13:53:11 -04:00
jeffqjiangNew d24e374566 * AV1 error resilience: Added invalid stream syntax element checks in various places. (#582)
- Added checks for allowed values for various stream syntax elements, according to AV1 specification.

[ROCm/rocdecode commit: 17ef0c2d56]
2025-05-09 14:35:08 -04:00
Afzal Patel 47d8573462 add amdgpu drm include directory (#579)
* add amdgpu drm include directory

* modify find_path

* add additional paths to address ci fail

[ROCm/rocdecode commit: b84146fb42]
2025-05-06 21:59:00 -04:00
jeffqjiangNew 6e1cd70811 Error resilience: Added a few error handling measures. (#581)
* * Error resilience: Added a few error handling measures.
 - AV1: Added check flags to sequence header and frame header to indicate if the headers are parsed without errors. The flags are used to check if the parsing process which refers to the headers can proceed or stop.
 - AV1: Added divide by 0 check on tile columns in tile group parsing.
 - AV1: Added invalid OBU size check in AV1 elementary stream parsing in bitstream reader.
 - All codecs: Added divide by 0 check in display aspect ratio calculation.

* * Error resilience: Fixed a typo in an error message.

[ROCm/rocdecode commit: a861d6f1d2]
2025-05-06 12:02:51 -04:00
jeffqjiangNew 798a4a03f0 AV1 error resilience: Added tile size error detection and handling. (#580)
* * AV1 error resilience: Added tile size error detection and handling. Also added additional update to change log for PR#574.

* * Wording change in change log.

* * Updated change log based on review comments.

[ROCm/rocdecode commit: 41338c40f3]
2025-05-05 12:01:56 -04:00
Aryan Salmanpour d64d6326f8 VideoDecodePerf sample: use a display delay of 1 by default (#578)
[ROCm/rocdecode commit: cf85e6c46c]
2025-05-01 16:03:38 -04:00
jeffqjiangNew a8f665e2be * Roc decoder utility: Do not throw exceptions on picture decode or decoder reconfig errors. (#577)
- This allows the decoder to be able to handle more AV1 error streams.

[ROCm/rocdecode commit: d751b24ed5]
2025-05-01 12:50:28 -04:00
jeffqjiangNew 8483251c80 Decoder utility: Removed a couple of incorrect asserts. (#574)
* * Decoder utility: Removed a couple of incorrect asserts. Changed other asserts to error messages.

* * Changed rocDecode version from 0.12.0 to 0.13.0. Updated change log.

* * Decoder utility: Updated change log based on review comments.

* * Decoder utility: Minor format change based on review: removed the extra space.

[ROCm/rocdecode commit: 4b10fa5a1a]
2025-04-29 16:41:36 -04:00
jeffqjiangNew 1a42a7238e * CI: Added AV1 stability test to CI. (#576)
[ROCm/rocdecode commit: 7e5a3f6939]
2025-04-28 21:25:12 -04:00
jeffqjiangNew e8981c5848 AV1 error resilience: Treated OBU header syntax errors as non-critical. Added invalid OBU size detection and handling. (#570)
* * AV1 error resilience: Treated OBU header syntax errors as non-critical. Added invalid OBU size detection and handling.

* * AV1 error resilience: Minor change.

[ROCm/rocdecode commit: e85ae200e5]
2025-04-25 13:57:37 -04:00
jeffqjiangNew 0558dee8c5 * CI: Do not do AV1 conformance test on MI2xx or MI1xx, which does not support AV1 decode. (#573)
[ROCm/rocdecode commit: 3f4d513c65]
2025-04-24 18:23:28 -04:00
jeffqjiangNew 4776553f61 CI: Added AVC and HEVC decode stability tests to CI. (#572)
* * CI: Added AVC and HEVC decode stability tests to CI.

* * CI: Do not run HEVC stability tests on MI2xx or MI1xx.

[ROCm/rocdecode commit: 6aab0c1375]
2025-04-24 10:46:17 -04:00