summaryrefslogtreecommitdiff
path: root/libavutil/des.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-5/+0
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-3/+0
* | av_des_init: suppress warning about unused parameterMichael Niedermayer2012-09-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-4/+2
|\ \ | |/
| * Use av_gettime() in various placesMans Rullgard2012-06-201-4/+2
* | des: Fix half a dozen warningsMichael Niedermayer2012-04-021-4/+4
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-051-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-211-2/+11
|\ \ | |/
| * des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-211-2/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-1/+1
|\ \ | |/
| * des: fix #if conditional around P_shuffleMans Rullgard2011-07-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-4/+4
|\ \ | |/
| * des: allow unaligned input and output buffersMans Rullgard2011-07-041-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+3
|\ \ | |/
| * Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-031-0/+2
| * des: reduce number of iterations in test programMans Rullgard2011-07-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-1/+1
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-4/+4
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-4/+4
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-4/+4
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-311-1/+1
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-081-11/+3
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-031-1/+0
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-031-1/+36
* Update DES test code to use the new public API.Reimar Döffinger2009-02-031-7/+24
* Add support for 3DES to DES moduleReimar Döffinger2009-02-031-2/+14
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-031-2/+45
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-211-1/+4
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Fix des-test compilation.Diego Biurrun2008-04-181-0/+3
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-0/+1
* revert r12489.Benoit Fouet2008-03-181-1/+0
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-0/+1
* Add support for DES en- and decryption.Reimar Döffinger2007-10-191-0/+330