summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-28lavu: keep context size variablesMichael Niedermayer9-21/+4
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer18-25/+99
2012-10-11avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö10-5/+78
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-249/+450
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun2-3/+4
2011-12-05Add coverage exclusions for test code.Reimar Döffinger5-0/+12
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-183/+160
2011-11-10aes: Avoid illegal read and don't generate more key than we use.Alex Converse1-4/+4
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-351/+1614
2011-07-04aes: allow unaligned input and output buffersMans Rullgard1-15/+26
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03aes: fix for big endian systemsMans Rullgard1-1/+5
2011-07-03aes: fix invalid array indexing in init codeMans Rullgard1-14/+22
2011-07-03aes: use direct assignments instead of memcpy() or loopsMans Rullgard1-6/+5
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-186/+327
2011-06-30aes: whitespace cosmeticsMans Rullgard1-87/+132
2011-06-30aes: improve test program and add fate testMans Rullgard2-21/+38
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-04aes: fix array index out of bounds warningMåns Rullgård1-1/+1
2010-07-02Make mix function more readable.Reimar Döffinger1-4/+5
2010-06-30Change AES code to be strict-aliasing-safe.Reimar Döffinger1-32/+42
2010-06-28Pass subshift an argument of the proper type.Reimar Döffinger1-1/+1
2010-06-28Use a consistent type for multbl array function parameters.Reimar Döffinger1-3/+3
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun9-43/+43
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun9-36/+64
2009-03-20Make AES test program compile again: Setting the av_log_level variableDiego Biurrun1-1/+1
2009-01-28Add "const" to AES function arguments where possible without generatingReimar Döffinger2-8/+8
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-01-08Fix test program compilation, random() needs to be undefined.Diego Biurrun1-0/+2
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2007-07-18Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger1-0/+2
2007-07-02Move comment to a slightly better place.Diego Biurrun1-2/+2
2007-05-13correct last element inited checkMichael Niedermayer1-1/+1
2007-02-11make key parameter constBaptiste Coudurier2-2/+2
2007-01-1710l (aes_crypt -> av_aes_crypt)Michael Niedermayer2-5/+5
2007-01-16fix CONFIG_SMALL againMichael Niedermayer1-18/+8
2007-01-1630byte smaller object fileMichael Niedermayer1-3/+3
2007-01-16cbc supportMichael Niedermayer1-12/+23
2007-01-16avoid memcpy()Michael Niedermayer1-4/+3
2007-01-16give crypt a src and dstMichael Niedermayer1-23/+21
2007-01-16change subshift a little, this reduces the object size a litlleMichael Niedermayer1-5/+7
2007-01-16use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer1-33/+32
2007-01-16remove useless parameterMichael Niedermayer1-4/+4
2007-01-16unused variableMichael Niedermayer1-1/+1
2007-01-15merge shift into mixMichael Niedermayer1-20/+28
2007-01-15make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer1-5/+5
2007-01-15move #include log.h into the selftesting code where it belongsMichael Niedermayer1-1/+1
2007-01-15remove dependancy on *malloc()Michael Niedermayer2-21/+24
2007-01-15check the last? entry written for detecting already initalized tablesMichael Niedermayer1-1/+1
[next]