mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
2f2c281e8e
A CryptoPP::CFB_Mode<CryptoPP::AES>::Encryption was allocated at the beginning of encoder_state_encode_leaf and was never freed. This commit changes encoder_state_worker_encode_lcu to delete the CFB_Mode. Also moves crypto handle from encoder_state_config_tile_t to encoder_state_t so that it can be safely deleted without affecting other threads in the same tile. |
||
---|---|---|
.. | ||
crypto.cpp | ||
crypto.h | ||
getopt.c | ||
getopt.h | ||
libmd5.c | ||
libmd5.h | ||
x86inc.asm |