Pavel Tcherniaev
fa3f21a7df
fixed syntax error in videodecodefork.cpp, was missing a semicolon at the end of a line ( #217 )
...
Co-authored-by: kjayapra-amd <karthik.jayaprakash@amd.com >
2024-02-02 16:46:07 -05:00
Rajy Rawther
51ecd8fccf
fix for hipOutOfMem bug when decoding large videos ( #189 )
...
* fix for issue 441908
2024-01-19 09:46:02 -08:00
Lakshmi Kumar
8ec38d2d24
Adding support for reading Environmental variable for samples ( #186 )
...
* check if env var set and choose device
* clean up for env var
* app modification
* move getEnvVar function to header
* fork example
* spacing adjust
* review comments
* use hipGetErrorName to throw errors
2024-01-17 22:57:31 -05:00
Lakshmi Kumar
e7be5f2bbf
fixes bug with device id provided by user ( #171 )
...
* fixes bug when setting env variable
* fix for device id
2024-01-12 14:54:44 -05:00
Lakshmi Kumar
2a1f1d7dff
fixes bug when setting env variable ( #170 )
2024-01-12 14:04:47 -05:00
jeffqjiangNew
04fe74f390
* rocDecode: Updated Copyright message for 2024. ( #160 )
2024-01-09 20:47:16 -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
Aryan Salmanpour
e001d78859
remove the b_low_latency_ from the RocVideoDecoder class ( #111 )
2023-11-30 22:09:13 -05:00
Lakshmi Kumar
449572f9bf
Samples - adds surface memory option to user ( #104 )
...
* adding surface mem type as user arg
* adding mem type user arg for all apps
* readme update
* readme updates on all apps
2023-11-30 08:31:37 -05:00
Lakshmi Kumar
7ed754dc72
Bug fix - fork sample ( #90 )
...
* bug fix with fork sample
* review comments
2023-11-28 08:42:19 -05:00
Aryan Salmanpour
8898af78a6
D not fuse - zwhen runnnin gthesmake test. Don't force b_force_latency ofr Perf/Fork sample ( #85 )
2023-11-27 12:33:28 -05:00
Aryan Salmanpour
851c537904
code cleanup - use google style for videodecode sample and RocVideoDecoder class - no functional change ( #65 )
...
* code cleanup - use google style for videodecode sample and RocVideoDecoder class - no functional change
* rename SaveSurfToFile to SaveFrameToFile
2023-11-15 15:49:16 -05:00
Lakshmi Kumar
146d243f69
Add a sample for measuring the video decoding performance using multi-forks ( #51 )
...
* fork example
* review comments
* change logic to find vcn
2023-11-10 11:28:24 -05:00