index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
des.c
Age
Commit message (
Expand
)
Author
2012-06-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
Use av_gettime() in various places
Mans Rullgard
2012-04-02
des: Fix half a dozen warnings
Michael Niedermayer
2011-12-05
Add coverage exclusions for test code.
Reimar Döffinger
2011-09-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-21
des: add possibility to calculate DES-CBC-MAC with small buffer
David Goldwich
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-16
des: fix #if conditional around P_shuffle
Mans Rullgard
2011-07-05
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
des: allow unaligned input and output buffers
Mans Rullgard
2011-07-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
Move some conditionally used code below the appropriate #ifdef.
Diego Biurrun
2011-07-03
des: reduce number of iterations in test program
Mans Rullgard
2011-06-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-24
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
bswap: change ME to NE in macro names
Måns Rullgård
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-03-31
Mark non-exported functions in test and example programs as static.
Diego Biurrun
2009-03-08
Remove/replace code disabled by major version bump.
Reimar Döffinger
2009-02-03
100l, don't run tests twice, this was some forgotten debugging code.
Reimar Döffinger
2009-02-03
Fix a bug in 3DEC CBC decryption and add more extensive tests based on
Reimar Döffinger
2009-02-03
Update DES test code to use the new public API.
Reimar Döffinger
2009-02-03
Add support for 3DES to DES module
Reimar Döffinger
2009-02-03
Add and use a public API for RC4 and DES, analogous to the AES API.
Reimar Döffinger
2009-01-21
Avoid unused variable warning when compiling DES test program.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-04-18
Fix des-test compilation.
Diego Biurrun
2008-03-19
Reapply r12489: Add pure, const and malloc attributes to proper functions
Zuxy Meng
2008-03-18
revert r12489.
Benoit Fouet
2008-03-18
Pure, const and malloc attributes to libavutil.
Zuxy Meng
2007-10-19
Add support for DES en- and decryption.
Reimar Döffinger