aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Collapse)AuthorAgeFilesLines
...
* remove no longer corret commentMichael Niedermayer2007-01-141-1/+1
| | | | Originally committed as revision 7489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused stuff removialMichael Niedermayer2007-01-141-10/+9
| | | | Originally committed as revision 7488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge inv_sbox into inv_mixMichael Niedermayer2007-01-141-24/+29
| | | | Originally committed as revision 7487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge sbox with mix on the encryption sideMichael Niedermayer2007-01-141-12/+45
| | | | | | | | add one more test vector yes this needs a cleanup ... Originally committed as revision 7485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 test vectorMichael Niedermayer2007-01-141-1/+11
| | | | Originally committed as revision 7483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CONFIG_SMALL caseMichael Niedermayer2007-01-141-2/+6
| | | | Originally committed as revision 7482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify special roundMichael Niedermayer2007-01-141-6/+4
| | | | Originally committed as revision 7481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* benchmarkMichael Niedermayer2007-01-141-0/+4
| | | | Originally committed as revision 7480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init multblMichael Niedermayer2007-01-141-6/+28
| | | | | | | code can now decrypt its own encryption correctly can anyone provide me with a correct test AES key + cyphertext + plaintext? Originally committed as revision 7479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asciiMichael Niedermayer2007-01-141-1/+1
| | | | Originally committed as revision 7478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 128bit-only AES implementation under development.Reimar Döffinger2007-01-142-0/+200
| | | | Originally committed as revision 7474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-141-3/+2
| | | | Originally committed as revision 7472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify round_key generation by writing over the end but ensuring that ↵Michael Niedermayer2007-01-141-4/+4
| | | | | | theres some irrelevant stuff afterwards Originally committed as revision 7471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2007-01-141-3/+2
| | | | Originally committed as revision 7470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memcpyMichael Niedermayer2007-01-141-2/+1
| | | | Originally committed as revision 7469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems the larger rcon values are never accessedMichael Niedermayer2007-01-141-5/+2
| | | | Originally committed as revision 7468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright fixMichael Niedermayer2007-01-141-1/+1
| | | | Originally committed as revision 7467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing multbl trick from reimarMichael Niedermayer2007-01-141-17/+26
| | | | Originally committed as revision 7466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing reimars XOR_BLOCKMichael Niedermayer2007-01-141-4/+3
| | | | Originally committed as revision 7464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-141-7/+7
| | | | Originally committed as revision 7463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleakMichael Niedermayer2007-01-141-3/+4
| | | | Originally committed as revision 7462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify sbox initMichael Niedermayer2007-01-141-3/+2
| | | | Originally committed as revision 7461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aes support (unfinished)Michael Niedermayer2007-01-141-0/+172
| | | | Originally committed as revision 7460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow to uninstall a custom log callbackAxel Holzinger2007-01-132-1/+2
| | | | | | | | | patch by Axel Holzinger % aholzinger A gmx P de % original thread: date: Jan 11, 2007 4:54 PM subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback Originally committed as revision 7446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-131-1/+1
| | | | | | patch by Christophe Mutricy, xtophe nxtelevision com Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-091-3/+5
| | | | Originally committed as revision 7431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-071-1/+1
| | | | Originally committed as revision 7421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-083-16/+19
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-071-7/+3
| | | | Originally committed as revision 7254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-072-9/+2
| | | | Originally committed as revision 7253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-062-5/+5
| | | | Originally committed as revision 7240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move more macros to internal.hMåns Rullgård2006-12-062-72/+72
| | | | Originally committed as revision 7239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-062-24/+24
| | | | Originally committed as revision 7238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-061-5/+0
| | | | Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-032-0/+43
| | | | | | | optimization/cleanup would be desirable (e.g. LE_* and LD* should be the same on x86). Originally committed as revision 7218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-021-2/+2
| | | | Originally committed as revision 7208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-11-301-2/+25
| | | | Originally committed as revision 7188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix overflow and remove wrong commentMichael Niedermayer2006-11-301-2/+1
| | | | Originally committed as revision 7187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return optimal fractionMichael Niedermayer2006-11-301-1/+9
| | | | | | based on a patch by Uoti Urpala Originally committed as revision 7186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-191-2/+4
| | | | | | to 7 times, though only up to 4 times for valid utf-8 values. Originally committed as revision 7124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in commentReimar Döffinger2006-11-191-1/+1
| | | | Originally committed as revision 7123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-161-3/+3
| | | | Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make option field constBaptiste Coudurier2006-11-161-1/+1
| | | | Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move commentMåns Rullgård2006-11-141-1/+2
| | | | Originally committed as revision 7072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove workaround for missing inttypes.hMåns Rullgård2006-11-141-21/+0
| | | | Originally committed as revision 7068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.5lMichael Niedermayer2006-11-141-1/+1
| | | | Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-141-3/+3
| | | | Originally committed as revision 7050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-141-4/+1
| | | | Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-11-141-35/+35
| | | | Originally committed as revision 7046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-141-3/+3
| | | | Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk