Commit Graph

7 Commits

Author SHA1 Message Date
Aryan Salmanpour 37efebb5a7 Fix a typo in common.groovy for codecov (#142) 2025-04-16 16:18:24 -04:00
Kiriti Gowda ab39652857 Jenkins - Add Code Cov (#140)
* Jenkins - Add Code Cov

* Add codecov token

* CI - fix script

* LLVM - location fix

---------

Co-authored-by: Sam Wu <22262939+samjwu@users.noreply.github.com>
2025-04-10 13:26:28 -07:00
Aryan Salmanpour 6e548b125b CI Update - Enhance testing for rocJPEG by using JPEG images with different chroma subsampling options (#138)
* CI Update - Enhance testing for rocJPEG by using JPEG images with different chroma subsampling options

* Add more tests
2025-04-09 15:13:44 -07:00
Sam Wu c3d07f42a0 Set libva driver path in env on sles15 (#40)
* Set libva driver path in env on sles15

* Refactor runTestCommand logic
2024-07-16 11:30:17 -06:00
Kiriti Gowda 6aaca70cd9 LibVA - Updates and fixes (#16)
* Setup - Updates

* Jenkins - Updates

* CMakeList - Updates for Libva public
2024-04-17 09:25:16 -04:00
Aryan Salmanpour 2f7ceb6d81 Fix a typo for testing rocJPEG on math-ci (#2) 2024-03-25 18:27:13 -04:00
Aryan Salmanpour 6ad4a76177 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
2024-03-25 17:05:31 -04:00