jeffqjiangNew
cd6401750e
Changed rocDecode API header variable naming to Google C++ style. ( #196 )
...
* * rocDecode: Changed rocDecode API header variable naming to Google C++ style.
* * rocDecode: Unified AVC/H264 naming to AVC. Minor naming changes on HEVC related names.
* * rocDecode: Minor comment fix based on code review.
2024-01-24 18:03:46 -05:00
Aryan Salmanpour
b188989f3f
Remove unnecessary device id check ( #180 )
2024-01-17 10:27:06 -05:00
jeffqjiangNew
04fe74f390
* rocDecode: Updated Copyright message for 2024. ( #160 )
2024-01-09 20:47:16 -05:00
Aryan Salmanpour
224e98ab2d
code cleanup - remove unused hipstream from the RocDecoder class ( #155 )
2024-01-08 14:54:28 -05:00
Aryan Salmanpour
875994bb4f
Add support for rocDecReconfigureDecoder API ( #116 )
...
* Add support for rocDecReconfigureDecoder API
* adrress reviewer's comemnts
* Add doxygen comment for ReconfigureDecoder function
2023-12-05 11:16:32 -05:00
Aryan Salmanpour
48474fdad9
clean up - use google style guide for the RocDecoder class ( #101 )
...
* clean up - use google style guide for the RocDecoder class
* make other files/classes to follow the google style guides
2023-11-29 13:50:38 -05:00
Aryan Salmanpour
3625829546
Improve logging errors for VAAPI and HIP by including the API names and the status in the logs ( #95 )
...
* Improve logging errors for VAAPI and HIP by including the API names and the status in the logs
* clean up
2023-11-28 16:52:27 -05:00
Aryan Salmanpour
e5d5bd4abb
Return an error if the ExportSurface function fails. Add extra error logging in the destructor of the VaapiVideoDecoder class ( #87 )
2023-11-27 13:08:34 -05:00
Aryan Salmanpour
eb5614d250
Add support for the rocDecUnMapVideoFrame API ( #58 )
2023-11-13 12:54:32 -05:00
Aryan Salmanpour
730b80b600
Close fds after importing the surVAAPI face to HIP memory ( #55 )
2023-11-10 18:24:21 -05:00
Aryan Salmanpour
7a90c0c054
Add support for rocDecMapVideoFrame API ( #53 )
2023-11-10 17:02:57 -05:00
Aryan Salmanpour
6ab31ce40e
Add support for rocDecGetDecodeStatus API ( #46 )
2023-11-09 08:47:58 -05:00
jeffqjiangNew
f56a64d832
Decode callback step 1: Added skeleton decode callback to get the flow going. ( #39 )
...
* * rocDecode/HEVC: Added skeleton decode callback to get the flow going.
* *rocDecode/HEVC: Added error handling for decode call.
2023-11-06 22:04:25 -05:00
Aryan Salmanpour
32f854c159
Add support for rocDecCreateDecoder API ( #28 )
...
* Add support for rocDecCreateDecoder API
* check the decoder config support before initializing the vaapi
* rename RocdecDecoderCreateInfo to RocDecoderCreateInfo
* fix a typo
2023-11-01 09:22:46 -04:00
Rajy Rawther
d0e6743872
Rr/roc video decode class ( #20 )
...
* WIP: class implementation
* add more definitions
* rocvideodecode implementation
* formatting fixes
* address review comments
2023-10-23 12:16:45 -04:00
Aryan Salmanpour
e5dec6dff4
Add initialization of the roc_decoder member variable in the DecHandle class constructor. ( #13 )
2023-10-13 15:53:35 -04:00
Rajy Rawther
4ea67e279d
rocDecode api defintions added for decoder and parser ( #6 )
...
* rocDecode api defintions added for decoder and parser
* addressed review comments and changed struct names to CamelCase
* minot reformatting
2023-09-14 10:33:28 -04:00