Fichiers
rocm-systems/projects/rocdecode
Rajy Rawther 4e71d63a50 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

[ROCm/rocdecode commit: 4ea67e279d]
2023-09-14 10:33:28 -04:00
..
2023-07-26 18:09:01 -04:00
2023-06-12 14:45:01 -07:00
2023-07-26 18:09:01 -04:00

rocDecode

rocDecode is a high performance video decode SDK for AMD hardware

Prerequisites:

Build instructions:

Please follow the instructions below to build and install the vcndecode library.

 cd rocDecode
 mkdir build; cd build
 cmake ..
 make -j8
 sudo make install

Samples:

The tool provides a few samples to decode videos here. Please refer to the individual folders to build and run the samples.

Docker:

Docker files to build rocDecode containers are available here