33 Commits (2068d116db9883c71cb00b76e7d371cc30164d08)

Author SHA1 Message Date
Diego Biurrun a6a750c7ef tests: Move all test programs to a subdirectory 9 years ago
Diego Biurrun d12b5b2f13 build: Split test programs off into separate files 9 years ago
Diego Biurrun 3b08d9d932 testprogs: K&R formatting cosmetics 9 years ago
Diego Biurrun 439929859a testprogs: Clean up #includes 9 years ago
Diego Biurrun 52385410b7 des-test: Move a variable declaration to avoid an ifdef 9 years ago
James Almer d9e8b47e31 des: add av_des_alloc() 9 years ago
Diego Biurrun a0b901a348 Drop pointless directory name prefixes from #includes in the current dir 11 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Mans Rullgard 980f81d961 Use av_gettime() in various places 13 years ago
David Goldwich b3e144a7df des: add possibility to calculate DES-CBC-MAC with small buffer 13 years ago
Mans Rullgard bd39c07688 des: fix #if conditional around P_shuffle 14 years ago
Mans Rullgard 9e52a40695 des: allow unaligned input and output buffers 14 years ago
Diego Biurrun 91c9aa0941 Move some conditionally used code below the appropriate #ifdef. 14 years ago
Mans Rullgard 66fe5970ab des: reduce number of iterations in test program 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Diego Biurrun 504ffed19f Mark non-exported functions in test and example programs as static. 16 years ago
Reimar Döffinger 3fb1084306 Remove/replace code disabled by major version bump. 16 years ago
Reimar Döffinger 25a03ba358 100l, don't run tests twice, this was some forgotten debugging code. 16 years ago
Reimar Döffinger 551a0c796e Fix a bug in 3DEC CBC decryption and add more extensive tests based on 16 years ago
Reimar Döffinger 61eb8cc420 Update DES test code to use the new public API. 16 years ago
Reimar Döffinger bc17cc01ed Add support for 3DES to DES module 16 years ago
Reimar Döffinger 1a534c7f1e Add and use a public API for RC4 and DES, analogous to the AES API. 16 years ago
Diego Biurrun 7a845019c1 Avoid unused variable warning when compiling DES test program. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 93826f561d Fix des-test compilation. 17 years ago
Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
Benoit Fouet 2119bb8f51 revert r12489. 17 years ago
Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 17 years ago
Reimar Döffinger 2e9ad69aaf Add support for DES en- and decryption. 17 years ago