Commit Graph

21 Commits

Author SHA1 Message Date
Martin Pulec
c35083fa91 Suppress clang warnings 2021-09-08 08:25:10 +02:00
Martin Pulec
c36a1a0954 Win32: missing header 2019-11-19 15:26:38 +01:00
Martin Pulec
d55cc45a54 Encryption: better handling of modes
* check if the received cipher mode is known (forward compatibility)
2017-04-07 10:00:55 +02:00
Martin Pulec
eabc29d956 Encryption: use CFB instead of CTR
* implemented CFB + switched to it because Debian currently does not
  include CTR mode
* use CFB by default (decoder should still be able to decompress CTR if
  support is compiled in)
2017-04-05 22:24:56 +02:00
Martin Pulec
b6d6e4f03e Crypto: include missing config.h 2016-11-16 15:13:16 +01:00
Martin Pulec
072ea8cbb5 Register modules with macro 2015-08-31 11:11:05 +02:00
Martin Pulec
9860f9890b Fixed some coverity issues 2014-10-21 13:01:10 +02:00
Martin Pulec
e6583622cc Some functions' rename 2014-10-15 16:01:45 +02:00
Martin Pulec
c49e0bc473 OpenSSL encryption: build as a library
+ added API for universal module
2014-10-15 15:50:25 +02:00
Martin Pulec
d8886e7c81 Fixed another Coverity bugs 2014-09-12 16:07:43 +02:00
Martin Pulec
087b5bfcc3 MSW build fixes 2014-09-01 14:33:18 +02:00
Martin Pulec
50ef2d2f31 Added CUDA LDGM implementation
Currently, disabled by default, needs --enable-ldgm-gpu flag to
configure.
2014-08-26 15:48:27 +02:00
Martin Pulec
0107917c25 Use -Werror in debug mode for most warnings
+ silence some warnings
2014-08-18 12:37:19 +02:00
Martin Pulec
6d861862c1 Decoder: refactor a bit 2013-08-02 09:40:50 +02:00
Martin Pulec
af15bf84bd Fixed some additional compiler warnings (GCC) 2013-07-11 13:40:15 +02:00
Martin Pulec
b97a7348c2 Crypto: correct behavior when OpenSSL missing 2013-07-03 15:14:09 +02:00
Martin Pulec
ff0941680c Crypto: refactorization 2013-07-01 13:51:39 +02:00
Martin Pulec
101ed1b05d Crypto: added audio 2013-06-28 11:37:59 +02:00
Martin Pulec
85a74d5c78 Crypto: some cleanups 2013-06-27 17:34:49 +02:00
Martin Pulec
c87c84688f Crypto: added support for video encryption 2013-06-26 14:55:42 +02:00
Martin Pulec
bb5b84d9ea Restructuralize directory structure
* content of ultragrid/ subdirector moved to root
2012-07-02 18:24:25 +02:00