index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
aes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-84
/
+0
|
\
|
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-75
/
+0
*
|
avutil/aes: Remove duplicate include
Michael Niedermayer
2016-04-23
1
-1
/
+0
*
|
Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'
Derek Buitenhuis
2016-04-21
1
-19
/
+20
|
\
\
|
|
/
|
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
1
-18
/
+19
|
*
lavu: Drop deprecated context size variables
Vittorio Giovara
2015-08-28
1
-4
/
+0
*
|
lavu/aes: test CBC functionality
Rodger Combs
2015-10-28
1
-5
/
+14
*
|
lavu/aes: add runtime dispatch for crypt function
Rodger Combs
2015-10-28
1
-17
/
+32
*
|
lavu/aes: move AVAES to separate internal header
Rodger Combs
2015-10-28
1
-15
/
+1
*
|
avutil: use EINVAL instead of -1 for the return code of crypto related init f...
Ganesh Ajjanagadde
2015-10-18
1
-1
/
+1
*
|
avutil/aes: Fix types
Michael Niedermayer
2015-06-19
1
-2
/
+2
*
|
avutil/aes: Add () to protect the ROT() arguments
Michael Niedermayer
2015-02-17
1
-2
/
+2
*
|
avutil/aes: Rename crypt()
Michael Niedermayer
2015-01-28
1
-3
/
+3
*
|
Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'
Michael Niedermayer
2014-01-26
1
-0
/
+1
|
\
\
|
|
/
|
*
avutil: remove timer.h include from internal.h
Janne Grunau
2014-01-25
1
-0
/
+1
*
|
lavu: keep context size variables
Michael Niedermayer
2012-10-28
1
-2
/
+0
*
|
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-12
1
-0
/
+7
|
\
\
|
|
/
|
*
avutil: Add functions for allocating opaque contexts for algorithms
Martin Storsjö
2012-10-11
1
-0
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace Subversion revisions in comments by Git hashes.
Diego Biurrun
2011-12-21
1
-1
/
+1
*
|
Add coverage exclusions for test code.
Reimar Döffinger
2011-12-05
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-11
1
-4
/
+4
|
\
\
|
|
/
|
*
aes: Avoid illegal read and don't generate more key than we use.
Alex Converse
2011-11-10
1
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-05
1
-15
/
+26
|
\
\
|
|
/
|
*
aes: allow unaligned input and output buffers
Mans Rullgard
2011-07-04
1
-15
/
+26
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-20
/
+31
|
\
\
|
|
/
|
*
aes: fix for big endian systems
Mans Rullgard
2011-07-03
1
-1
/
+5
|
*
aes: fix invalid array indexing in init code
Mans Rullgard
2011-07-03
1
-14
/
+22
|
*
aes: use direct assignments instead of memcpy() or loops
Mans Rullgard
2011-07-03
1
-6
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-01
1
-100
/
+157
|
\
\
|
|
/
|
*
aes: whitespace cosmetics
Mans Rullgard
2011-06-30
1
-87
/
+132
|
*
aes: improve test program and add fate test
Mans Rullgard
2011-06-30
1
-21
/
+33
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
aes: fix array index out of bounds warning
Måns Rullgård
2010-07-04
1
-1
/
+1
*
Make mix function more readable.
Reimar Döffinger
2010-07-02
1
-4
/
+5
*
Change AES code to be strict-aliasing-safe.
Reimar Döffinger
2010-06-30
1
-32
/
+42
*
Pass subshift an argument of the proper type.
Reimar Döffinger
2010-06-28
1
-1
/
+1
*
Use a consistent type for multbl array function parameters.
Reimar Döffinger
2010-06-28
1
-3
/
+3
*
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-04-10
1
-3
/
+3
*
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-03-20
1
-3
/
+4
*
Make AES test program compile again: Setting the av_log_level variable
Diego Biurrun
2009-03-20
1
-1
/
+1
*
Add "const" to AES function arguments where possible without generating
Reimar Döffinger
2009-01-28
1
-7
/
+7
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
Fix test program compilation, random() needs to be undefined.
Diego Biurrun
2008-01-08
1
-0
/
+2
*
main() --> main(void)
Diego Biurrun
2007-11-23
1
-1
/
+1
*
Document aes init code writing on purpose beyond round_key array into state a...
Reimar Döffinger
2007-07-18
1
-0
/
+2
*
Move comment to a slightly better place.
Diego Biurrun
2007-07-02
1
-2
/
+2
*
correct last element inited check
Michael Niedermayer
2007-05-13
1
-1
/
+1
*
make key parameter const
Baptiste Coudurier
2007-02-11
1
-1
/
+1
*
10l (aes_crypt -> av_aes_crypt)
Michael Niedermayer
2007-01-17
1
-4
/
+4
[next]