Gráfico de commits

28 Commits

Autor SHA1 Mensaje Fecha
Aryan Salmanpour 048d2d8fca Add support for YUV440 (#28)
* Add support for YUV440

* Add YUV440 to RGB kernels

* code clean up

[ROCm/rocjpeg commit: d0b812bc26]
2024-05-30 22:00:07 -04:00
Aryan Salmanpour 4f5187a2ae Add support for handling exceptions while using the std::filesystem::recursive_directory_iterator (#27)
[ROCm/rocjpeg commit: b7edd5de5b]
2024-05-30 09:08:35 -04:00
Aryan Salmanpour e6f95ab429 Update README and setup script (#26)
[ROCm/rocjpeg commit: f0641d4811]
2024-05-16 09:17:50 -04:00
Aryan Salmanpour ab073db426 Add/update comments to the code (#25)
* Add/update comments to the code

* update comments

* Update comments

[ROCm/rocjpeg commit: 73c0b10f6a]
2024-05-15 13:44:51 -04:00
Aryan Salmanpour 93d163fa33 Add support for new APIs for parsing jpeg streams independently from decoder APIs (#24)
* Add support for new APIs for parsing jpeg streams independently from decoder APIs

* Update document and code clean-up

* code clean-up

[ROCm/rocjpeg commit: e73ec1412c]
2024-05-13 16:11:15 -04:00
Aryan Salmanpour 1a61bd56f2 Fix compilation issues on systems without std::filesystem (#23)
[ROCm/rocjpeg commit: 764ae2a348]
2024-05-08 15:57:19 -04:00
Aryan Salmanpour f4bf8cfe17 Add support for adding a new struct RocJpegDecodeParams for passing the decode parameters to rocJpegDecode API (#22)
[ROCm/rocjpeg commit: 7bdd495214]
2024-05-08 11:30:36 -04:00
Aryan Salmanpour 37d54ad333 Add a new sample (jpegDecodeMultiThreads) for jpeg decoding using multiple threads (#18)
* Add a new sample for jpeg decoding using multiple threads

* code clean up

* code clean up

* code cleanup

* remove extra line

* code clean up - change some variable names

* code clean up

* Move common functions to a new header for samples

* move additional functions to the common samples header

* move the common functions to a new header file and modify the readme

* modify the sample's README

* Add a CTEST for the jpegDecodeThreads sample

* Add a samples overview README

* modify the jpeg decode threads sample

* add finding the threads

* rename jpegDecodeThreads to jpegDecodeMultiThreads

* Make changes based on the reviewers comments

* use one instance of the rocjpeg_utils

* code cleanup

[ROCm/rocjpeg commit: bb085a9bf1]
2024-05-03 12:16:43 -04:00
Kiriti Gowda c8f829da28 RHEL - Fix (#21)
[ROCm/rocjpeg commit: 57246bc40b]
2024-05-02 20:55:29 -04:00
Kiriti Gowda 141cef54bb Deps - Updates (#20)
[ROCm/rocjpeg commit: 6738bc3c56]
2024-05-01 16:07:02 -04:00
Aryan Salmanpour ebfb1bcb26 Add support for memory pool management for vaapi surfaces and vaapi-hip interops (#17)
* Add support for memory pool management for vaapi surfaces

* reuse memories for each channel if the sizes remain unchanged

* rename hip_interop to hip_interop_dev_mem

[ROCm/rocjpeg commit: 694a4bc07f]
2024-04-22 14:37:45 -04:00
Kiriti Gowda 29d523887a LibVA - Updates and fixes (#16)
* Setup - Updates

* Jenkins - Updates

* CMakeList - Updates for Libva public

[ROCm/rocjpeg commit: 6aaca70cd9]
2024-04-17 09:25:16 -04:00
Aryan Salmanpour bd5af8b66c Add support for ROCJPEG_OUTPUT_RGB_PLANAR output format (#15)
* Add support for ROCJPEG_OUTPUT_RGB_PLANAR output format

* update the jpegdecode sample based on the review comments

* use make_float3 when it's possible

[ROCm/rocjpeg commit: c591c342aa]
2024-04-16 18:27:22 -04:00
Aryan Salmanpour 61df754d42 Add support for HW-based RGB format conversion on MI300 (#13)
* Add support for HW-based RGB format conversion on MI300

* code clean up

* change variable names

[ROCm/rocjpeg commit: 63dc882415]
2024-04-11 13:37:08 -04:00
dependabot[bot] 4f51c55d76 Bump rocm-docs-core[api_reference] from 0.38.0 to 0.38.1 in /docs/sphinx (#14)
Bumps [rocm-docs-core[api_reference]](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.38.0 to 0.38.1.
- [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases)
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/RadeonOpenCompute/rocm-docs-core/compare/v0.38.0...v0.38.1)

---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

[ROCm/rocjpeg commit: 2f23ebe47b]
2024-04-11 09:27:41 -06:00
Aryan Salmanpour 62749bc95c Use the correct offset when creating render nodes on each partition mode on MI300 (#11)
* Use the correct offset when creating render nodes on each partition mode on MI300

* code clean up

[ROCm/rocjpeg commit: 214187ce11]
2024-04-09 20:28:57 -04:00
Aryan Salmanpour a2317fc589 update document - fix few typos (#12)
[ROCm/rocjpeg commit: 3fb392e6fc]
2024-04-08 12:51:00 -04:00
Aryan Salmanpour e8d158b256 Update the documents (#10)
* Update the documents

* update the using-rocjpeg

[ROCm/rocjpeg commit: 09f02a1b2d]
2024-04-03 14:55:56 -04:00
Aryan Salmanpour bd2767ccab Add initial support for rocJPEG documentation (#9)
[ROCm/rocjpeg commit: 3c803847f7]
2024-04-02 13:10:04 -04:00
Aryan Salmanpour 74b4963c90 Add support for passing the correct device id when initializing the va-api decoder (#8)
[ROCm/rocjpeg commit: 363205c9a8]
2024-04-01 18:06:44 -04:00
Aryan Salmanpour 8f9b191453 Add support for various partition modes for MI300 (#7)
[ROCm/rocjpeg commit: 1844e3349c]
2024-04-01 14:51:56 -04:00
Sam Wu 2258c0cc18 Fix README image (#6)
* Fix README image

* Scale image down

[ROCm/rocjpeg commit: 1610a7106f]
2024-03-27 19:58:37 -04:00
Sam Wu bfaf0f519d Setup for ReadtheDocs (#5)
* Set up documentation config for ReadtheDocs

* Fix image link and markdown lint violations in README

* Target develop branch for bot PRs

[ROCm/rocjpeg commit: 612116e059]
2024-03-27 14:13:32 -06:00
Aryan Salmanpour 39face871e Add support for detecting visible devices before initializing va-api (#4)
[ROCm/rocjpeg commit: e93199e3d8]
2024-03-27 14:14:27 -04:00
Aryan Salmanpour de0714a4ac code cleanup - update the setup script (#3)
* code cleanup - update the setup script

* fix few typo erros

[ROCm/rocjpeg commit: 1ef7c21641]
2024-03-26 12:48:27 -04:00
Aryan Salmanpour 87803e0e1c Fix a typo for testing rocJPEG on math-ci (#2)
[ROCm/rocjpeg commit: 2f7ceb6d81]
2024-03-25 18:27:13 -04:00
Aryan Salmanpour 929a892e8d Initial commit of the rocJPEG library (#1)
* rocJPEG initial commit

* Add gitignore file

* clean up

* code clean up

* CMakeLists update

* Update README

* Update readme and setup script

* add docs folder

* update rocjepg headers

* update the rocjepg header

* update the copyright year

* Add nullptr check for all APIs

* update the hip kernels execution

* follow google c++ style guide

* code clean up

* use google c++ style guide for hip kernels

* add support for rocJpegGetErrorName API

* Add ParseCommandLine function

* update the rocjpeg sample

* Update the readme, LIBVA instructions

* udate the rocJPEG script

* Update CMAKE and libdrm

* Add support for ROCJPEG_OUTPUT_UNCHANGED and SaveImage function

* code  clean up

* update the drm dependencies

* remove the unused hipstream

* code clean up

* add -fmt option for selection the output format

* update the GetImageInfo API

* update the sample

* update the save image function based onn the surface and putput format

* add new sample images

* Put hip interop mem into separate functions and some code clean up

* Add support for CopyLuma and CopyChroma

* Add support for the yuv output format for NV12 surface

* Update HIP kernels

* add support for rgbi format conversion for NV12 and YUv444

* Update the status

* Add support for converting YUYV to RGB

* Add support for unpacking YUYV format

* Fix unpacking Y fron YUYV hip kernel

* Add suppoort for extractign packed YUYV to YUV planar

* hip code clean up

* code clean up

* Update the headers

* code clean up

* change hip kernel names

* hip kernel clean up

* hip clean up

* code clean up

* code clean up

* code clean up

* code clean up

* code clean up

* code clean up for jpege decoder class

* code clean up

* code clean up

* code clean up

* code clean up

* update the dockers

* code clean up

* code clean up

* hip kernels clean up

* remove unused hip kernels

* add additional test cases

* update the APIs

* add new hip yuv400torgbi kernel

* update yuv400torgbi kernel

* restructure files

* code clean up

* code clean up

* add jenkins

* code clean up

* code clean up

* update readme

* update docker's README

* make changes based on the reviewers comments

* make changes based on the reviewers comments

* return ROCJPEG_STATUS_JPEG_NOT_SUPPORTED if the resolution of the jpeg is not supported for HW decoding

[ROCm/rocjpeg commit: 6ad4a76177]
2024-03-25 17:05:31 -04:00
Aryan Salmanpour 52b4d4dd5f Initial commit
[ROCm/rocjpeg commit: acdfe62307]
2023-07-20 13:44:23 -04:00