index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
des.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
des: fix #if conditional around P_shuffle
Mans Rullgard
2011-07-16
1
-1
/
+1
*
des: allow unaligned input and output buffers
Mans Rullgard
2011-07-04
1
-4
/
+4
*
Move some conditionally used code below the appropriate #ifdef.
Diego Biurrun
2011-07-03
1
-0
/
+2
*
des: reduce number of iterations in test program
Mans Rullgard
2011-07-03
1
-1
/
+1
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-4
/
+4
*
bswap: change ME to NE in macro names
Måns Rullgård
2010-07-10
1
-4
/
+4
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-4
/
+4
*
Mark non-exported functions in test and example programs as static.
Diego Biurrun
2009-03-31
1
-1
/
+1
*
Remove/replace code disabled by major version bump.
Reimar Döffinger
2009-03-08
1
-11
/
+3
*
100l, don't run tests twice, this was some forgotten debugging code.
Reimar Döffinger
2009-02-03
1
-1
/
+0
*
Fix a bug in 3DEC CBC decryption and add more extensive tests based on
Reimar Döffinger
2009-02-03
1
-1
/
+36
*
Update DES test code to use the new public API.
Reimar Döffinger
2009-02-03
1
-7
/
+24
*
Add support for 3DES to DES module
Reimar Döffinger
2009-02-03
1
-2
/
+14
*
Add and use a public API for RC4 and DES, analogous to the AES API.
Reimar Döffinger
2009-02-03
1
-2
/
+45
*
Avoid unused variable warning when compiling DES test program.
Diego Biurrun
2009-01-21
1
-1
/
+4
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
Fix des-test compilation.
Diego Biurrun
2008-04-18
1
-0
/
+3
*
Reapply r12489: Add pure, const and malloc attributes to proper functions
Zuxy Meng
2008-03-19
1
-0
/
+1
*
revert r12489.
Benoit Fouet
2008-03-18
1
-1
/
+0
*
Pure, const and malloc attributes to libavutil.
Zuxy Meng
2008-03-18
1
-0
/
+1
*
Add support for DES en- and decryption.
Reimar Döffinger
2007-10-19
1
-0
/
+330