aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* remove no longer corret commentMichael Niedermayer2007-01-141-1/+1
* unused stuff removialMichael Niedermayer2007-01-141-10/+9
* merge inv_sbox into inv_mixMichael Niedermayer2007-01-141-24/+29
* merge sbox with mix on the encryption sideMichael Niedermayer2007-01-141-12/+45
* 1 test vectorMichael Niedermayer2007-01-141-1/+11
* fix CONFIG_SMALL caseMichael Niedermayer2007-01-141-2/+6
* simplify special roundMichael Niedermayer2007-01-141-6/+4
* benchmarkMichael Niedermayer2007-01-141-0/+4
* init multblMichael Niedermayer2007-01-141-6/+28
* asciiMichael Niedermayer2007-01-141-1/+1
* 128bit-only AES implementation under development.Reimar Döffinger2007-01-142-0/+200
* cosmeticMichael Niedermayer2007-01-141-3/+2
* simplify round_key generation by writing over the end but ensuring that there...Michael Niedermayer2007-01-141-4/+4
* cosmeticsMichael Niedermayer2007-01-141-3/+2
* memcpyMichael Niedermayer2007-01-141-2/+1
* seems the larger rcon values are never accessedMichael Niedermayer2007-01-141-5/+2
* copyright fixMichael Niedermayer2007-01-141-1/+1
* stealing multbl trick from reimarMichael Niedermayer2007-01-141-17/+26
* stealing reimars XOR_BLOCKMichael Niedermayer2007-01-141-4/+3
* cosmeticMichael Niedermayer2007-01-141-7/+7
* memleakMichael Niedermayer2007-01-141-3/+4
* simplify sbox initMichael Niedermayer2007-01-141-3/+2
* aes support (unfinished)Michael Niedermayer2007-01-141-0/+172
* Allow to uninstall a custom log callbackAxel Holzinger2007-01-132-1/+2
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-131-1/+1
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-091-3/+5
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-071-1/+1
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-083-16/+19
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-071-7/+3
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-072-9/+2
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-062-5/+5
* move more macros to internal.hMåns Rullgård2006-12-062-72/+72
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-062-24/+24
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-061-5/+0
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-032-0/+43
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-021-2/+2
* doxyMichael Niedermayer2006-11-301-2/+25
* fix overflow and remove wrong commentMichael Niedermayer2006-11-301-2/+1
* return optimal fractionMichael Niedermayer2006-11-301-1/+9
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-191-2/+4
* Fix typo in commentReimar Döffinger2006-11-191-1/+1
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-161-3/+3
* make option field constBaptiste Coudurier2006-11-161-1/+1
* move commentMåns Rullgård2006-11-141-1/+2
* remove workaround for missing inttypes.hMåns Rullgård2006-11-141-21/+0
* 0.5lMichael Niedermayer2006-11-141-1/+1
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-141-3/+3
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-141-4/+1
* indentationMåns Rullgård2006-11-141-35/+35
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-141-3/+3