* Add an environment variable to control the VCN hardware color space conversion enablement
* Update version
* optimize the mem_alignment logic for hip memory allocation
[ROCm/rocjpeg commit: 08003e0fd7]
* Update samples
* Simplify the arguments of the DecodeImages function by grouping some of them into a struct.
* Modify the logic for selecting the valid images per batch
* Modify the logic for selecting the valid images per batch for jpegDecodeBatched sample too
[ROCm/rocjpeg commit: a4f3daef1e]
* Add support for ROI decode on MI300
* Add ROI decode support for batched decoding
* clean up
* clean up
* Fix a typo and update sample's readme
[ROCm/rocjpeg commit: 7b321a86ed]
* Finished first half of adding ROI functionality to rocJPEG
* took out unnecessary .h file
* addressed review comments from Aryan
* fixed typo
* fixed documentation in code for decode_params
* fixed the spaces
[ROCm/rocjpeg commit: 6ce373b2a1]
* Use the standard .yuv and .rgb file extensions when saving the decoded jpeg outputs
* modify the file description for saving
[ROCm/rocjpeg commit: 44f74c4958]
* Add initial support for batch decoding
* Add support for reading and parsing the images in batches and allocating the output buffers
* Add initial support for the rocJpegDecodeBatched API
* use recursive_mutex to allow DecodeBatched and Decode functions called concurrently
* code cleanup
* Add a CTEST for jpegdecodebatched
* modify the help message
* code clean up
[ROCm/rocjpeg commit: c660aeab43]
* 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]