Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 408 Bytes

libdvbcsa_cuda

CUDA-accelerated CSA decryption ported from libdvbcsa

Project description

The project sets the structure to add the functionality of accelerated CSA decryption to media players

Build

qmake
make

Or open dvbcsa_cuda.pro in Qt Creator

TODO

  • Create benchmarks
  • Create Tests
  • Remove Qt usage for building, use make/cmake only