Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-28lavu: Drop deprecated context size variablesVittorio Giovara
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2011-12-21Replace Subversion revisions in comments by Git hashes.Diego Biurrun
2011-11-10aes: Avoid illegal read and don't generate more key than we use.Alex Converse
2011-07-04aes: allow unaligned input and output buffersMans Rullgard
2011-07-03aes: fix for big endian systemsMans Rullgard
2011-07-03aes: fix invalid array indexing in init codeMans Rullgard
2011-07-03aes: use direct assignments instead of memcpy() or loopsMans Rullgard
2011-06-30aes: whitespace cosmeticsMans Rullgard
2011-06-30aes: improve test program and add fate testMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-05aes: fix array index out of bounds warningMåns Rullgård
2010-07-02Make mix function more readable.Reimar Döffinger
2010-06-30Change AES code to be strict-aliasing-safe.Reimar Döffinger
2010-06-28Pass subshift an argument of the proper type.Reimar Döffinger
2010-06-28Use a consistent type for multbl array function parameters.Reimar Döffinger
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-03-20Make AES test program compile again: Setting the av_log_level variableDiego Biurrun
2009-01-28Add "const" to AES function arguments where possible without generatingReimar Döffinger
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-01-09Fix test program compilation, random() needs to be undefined.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-18Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger
2007-07-02Move comment to a slightly better place.Diego Biurrun
2007-05-13correct last element inited checkMichael Niedermayer
2007-02-11make key parameter constBaptiste Coudurier
2007-01-1710l (aes_crypt -> av_aes_crypt)Michael Niedermayer
2007-01-16fix CONFIG_SMALL againMichael Niedermayer
2007-01-1630byte smaller object fileMichael Niedermayer
2007-01-16cbc supportMichael Niedermayer
2007-01-16avoid memcpy()Michael Niedermayer
2007-01-16give crypt a src and dstMichael Niedermayer
2007-01-16change subshift a little, this reduces the object size a litlleMichael Niedermayer
2007-01-16use 2 state arrays so that fewer temporary variables are neededMichael Niedermayer
2007-01-16remove useless parameterMichael Niedermayer
2007-01-16unused variableMichael Niedermayer
2007-01-15merge shift into mixMichael Niedermayer
2007-01-15make aes_en/decrypt() static until we decided on the public APIMichael Niedermayer
2007-01-15move #include log.h into the selftesting code where it belongsMichael Niedermayer
2007-01-15remove dependancy on *malloc()Michael Niedermayer
2007-01-15check the last? entry written for detecting already initalized tablesMichael Niedermayer
2007-01-15replace / by >> this makes the .o ~150 bytes smallerMichael Niedermayer
2007-01-15cosmeticMichael Niedermayer
2007-01-15simplifyMichael Niedermayer
2007-01-15simplify multiply table initMichael Niedermayer
2007-01-15simplify selftestMichael Niedermayer
2007-01-15revert simplification (broke 192 bit keys)Michael Niedermayer
2007-01-15simplifyMichael Niedermayer