Aryan Salmanpour
ee3829388d
Fix a bug in VideoDecodeRGB for syncing between main and worker threads ( #245 )
2024-02-14 12:30:03 -05:00
Aryan Salmanpour
31c7c7c104
Fix a segmentation fault on some samples when the memory type is 3 (OUT_SURFACE_MEM_NOT_MAPPED) and attempting to save the output (which is not supported) ( #239 )
...
* Fix a segmentation fault on some samples when the memory type is 3 (OUT_SURFACE_MEM_NOT_MAPPED) and attempting to save the output (which is not supported)
* update the videoDecodeMultiFiles sample
* update the readme for videoDecodeMultiFiles
* add comments
* use OUT_SURFACE_MEM_NOT_MAPPED instead of integer number 3
2024-02-12 16:50:17 -05:00
jeffqjiangNew
04fe74f390
* rocDecode: Updated Copyright message for 2024. ( #160 )
2024-01-09 20:47:16 -05:00
Aryan Salmanpour
c464236bdc
Add multi-threaingd support for videodecodergb sample ( #154 )
2024-01-08 15:02:43 -05:00
Aryan Salmanpour
dd738aef48
Use a dedicated hip stream for launching hip kernels for color space conversion ( #152 )
2024-01-05 12:55:46 -05:00
Pavel Tcherniaev
5930f15c1a
added help for arguments in case user doesn't give any arguments ( #138 )
2023-12-13 13:55:40 -05:00
Rajy Rawther
15fb3e0b91
Samples - Add a sample for decoding a video and converting the raw decoded YUV frames to RGB format using HIP kernels ( #108 )
...
* WIP: class implementation
* add more definitions
* rocvideodecode implementation
* formatting fixes
* address review comments
* rocvideodecode class update
* videodec sample app-enable all apis
* video_dec_rgb_sample implementation
* fix issue with release mode execution and other clean_up
* add copyright block
* address review comments
* sync with tot and addressed review comments
* convert to snake_case
2023-12-01 13:26:30 -05:00