summaryrefslogtreecommitdiff
path: root/libavutil/des.c
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-22
|\
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\|
| * build: Split test programs off into separate filesDiego Biurrun2016-04-07
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis2016-04-21
|\|
| * testprogs: K&R formatting cosmeticsDiego Biurrun2016-03-24
* | Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'Derek Buitenhuis2016-04-21
|\|
| * testprogs: Clean up #includesDiego Biurrun2016-03-24
* | Merge commit '52385410b7de012c2562fb5ba8f07a4e1112c4e7'Derek Buitenhuis2016-04-17
|\|
| * des-test: Move a variable declaration to avoid an ifdefDiego Biurrun2016-03-23
* | avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-18
* | avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-16
* | Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes2015-08-02
|\|
| * des: add av_des_alloc()James Almer2015-07-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-11
|\|
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\|
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | av_des_init: suppress warning about unused parameterMichael Niedermayer2012-09-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * Use av_gettime() in various placesMans Rullgard2012-06-20
* | des: Fix half a dozen warningsMichael Niedermayer2012-04-02
* | Add coverage exclusions for test code.Reimar Döffinger2011-12-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-21
|\|
| * des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * des: fix #if conditional around P_shuffleMans Rullgard2011-07-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * des: allow unaligned input and output buffersMans Rullgard2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-03
| * des: reduce number of iterations in test programMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Mark non-exported functions in test and example programs as static.Diego Biurrun2009-03-31
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-08
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-03
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-03
* Update DES test code to use the new public API.Reimar Döffinger2009-02-03
* Add support for 3DES to DES moduleReimar Döffinger2009-02-03
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-21
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix des-test compilation.Diego Biurrun2008-04-18
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19