1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavutil
Nicolas George d5b58f678d tools: add benchmark for crypto functions.
The benchmark tests the speed of the following algorithms:
MD5, SHA-1, SHA-256, SHA-512, RIPEMD-160, AES-128.

It can optionally be built to perform the same benchmark on
other crypto libraries, for comparison purposes.
The supported libraries are:
- crypto:   OpenSSL's libcrypto;
- gcrypt:   GnuTLS's libgcrypt;
- tomcrypt: LibTomCrypt
To enable them, use this syntax:
make VERSUS=crypto+gcrypt+tomcrypt tools/crypto_bench
They do not need to have been enabled in configure.
2013-09-04 16:36:11 +02:00
..
2013-07-10 12:07:53 +00:00
2013-07-10 12:07:53 +00:00
2013-04-13 23:48:26 +02:00
2013-06-16 12:49:39 +02:00
2013-06-15 18:49:12 -03:00
2013-06-12 01:47:42 +02:00
2013-08-10 18:17:30 +02:00
2013-06-15 02:22:39 +02:00
2013-08-09 13:47:10 +02:00
2013-05-15 12:10:09 +02:00
2013-05-13 21:42:37 +02:00
2013-08-12 19:40:29 +02:00
2013-04-15 20:31:06 +02:00
2013-06-15 18:54:01 -03:00
2013-06-02 11:27:19 +02:00
2013-06-13 14:57:00 +02:00
2013-08-01 11:29:12 +02:00