]> git.sesse.net Git - ffmpeg/history - libavutil
cosmetic
[ffmpeg] / libavutil /
2007-01-17 Michael Niedermayer10l (aes_crypt -> av_aes_crypt)
2007-01-16 Michael Niedermayerfix CONFIG_SMALL again
2007-01-16 Michael Niedermayer30byte smaller object file
2007-01-16 Michael Niedermayer10l typo
2007-01-16 Michael Niedermayerpublic API
2007-01-16 Michael Niedermayercbc support
2007-01-16 Michael Niedermayeravoid memcpy()
2007-01-16 Michael Niedermayergive crypt a src and dst
2007-01-16 Michael Niedermayerchange subshift a little, this reduces the object size...
2007-01-16 Michael Niedermayeruse 2 state arrays so that fewer temporary variables...
2007-01-16 Michael Niedermayerremove useless parameter
2007-01-16 Michael Niedermayerunused variable
2007-01-15 Michael Niedermayermerge shift into mix
2007-01-15 Michael Niedermayermake aes_en/decrypt() static until we decided on the...
2007-01-15 Michael Niedermayermove #include log.h into the selftesting code where...
2007-01-15 Michael Niedermayerremove dependancy on *malloc()
2007-01-15 Michael Niedermayercheck the last? entry written for detecting already...
2007-01-15 Michael Niedermayerreplace / by >> this makes the .o ~150 bytes smaller
2007-01-15 Michael Niedermayercosmetic
2007-01-15 Michael Niedermayerav_aes_init()
2007-01-15 Michael Niedermayerthe missing header ...
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayersimplify multiply table init
2007-01-14 Michael Niedermayersimplify selftest
2007-01-14 Michael Niedermayerrevert simplification (broke 192 bit keys)
2007-01-14 Michael Niedermayersimplify
2007-01-14 Michael Niedermayerfix 2 warnings
2007-01-14 Michael Niedermayerseems i didnt copy anything from aes128.c so this shoul...
2007-01-14 Michael Niedermayerunneeded
2007-01-14 Michael Niedermayerunused think
2007-01-14 Michael Niedermayermerge encrypt and decrypt so the source is simpler...
2007-01-14 Michael Niedermayerindent
2007-01-14 Michael Niedermayerremove duplicate round_key
2007-01-14 Michael Niedermayermake decode look more like encode
2007-01-14 Michael Niedermayerdont use encode tables for decoding
2007-01-14 Michael Niedermayerremove no longer corret comment
2007-01-14 Michael Niedermayerunused stuff removial
2007-01-14 Michael Niedermayermerge inv_sbox into inv_mix
2007-01-14 Michael Niedermayermerge sbox with mix on the encryption side
2007-01-14 Michael Niedermayer1 test vector
2007-01-14 Michael Niedermayerfix CONFIG_SMALL case
2007-01-14 Michael Niedermayersimplify special round
2007-01-14 Michael Niedermayerbenchmark
2007-01-14 Michael Niedermayerinit multbl
2007-01-14 Michael Niedermayerascii
2007-01-14 Reimar Döffinger128bit-only AES implementation under development.
2007-01-14 Michael Niedermayercosmetic
2007-01-14 Michael Niedermayersimplify round_key generation by writing over the end...
2007-01-14 Michael Niedermayercosmetics
2007-01-14 Michael Niedermayermemcpy
2007-01-14 Michael Niedermayerseems the larger rcon values are never accessed
2007-01-14 Michael Niedermayercopyright fix
2007-01-14 Michael Niedermayerstealing multbl trick from reimar
2007-01-14 Michael Niedermayerstealing reimars XOR_BLOCK
2007-01-14 Michael Niedermayercosmetic
2007-01-14 Michael Niedermayermemleak
2007-01-14 Michael Niedermayersimplify sbox init
2007-01-14 Michael Niedermayeraes support (unfinished)
2007-01-13 Axel HolzingerAllow to uninstall a custom log callback
2007-01-13 Christophe MutricyAvoid "HAVE_CMOV not defined" warning.
2007-01-09 Michael Niedermayerfix av_reduce() with things like 1/0 and 0/0
2007-01-07 Luca Abeni__attribute__((unused)) works with gcc 2.95 too
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Måns Rullgårdmerge #ifdef HAVE_AV_CONFIG_H sections
2006-12-07 Måns Rullgårdfix mingw shared build, and get rid of FF_IMPORT_ATTR
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-12-06 Måns Rullgårdmove more macros to internal.h
2006-12-06 Måns Rullgårdmove some __attribute__ macros to internal.h
2006-12-06 Måns Rullgårdremove 'restrict' definition, it is always #defined...
2006-12-03 Reimar DöffingerMove BE_*/LE_*/ST*/LD* macros to a common place. Some...
2006-12-02 Diego Biurrunspelling cosmetics: cliped --> clipped
2006-11-30 Michael Niedermayerdoxy
2006-11-30 Michael Niedermayerfix overflow and remove wrong comment
2006-11-30 Michael Niedermayerreturn optimal fraction
2006-11-19 Reimar DöffingerCorrect GET/PUT_UTF8 comment: the get/put functions...
2006-11-19 Reimar DöffingerFix typo in comment
2006-11-16 Alex BeregszasziRemove alpha channel from RGB555
2006-11-16 Baptiste Couduriermake option field const
2006-11-14 Måns Rullgårdmove comment
2006-11-14 Måns Rullgårdremove workaround for missing inttypes.h
2006-11-14 Michael Niedermayer0.5l
2006-11-14 Måns Rullgårdclean up inttypes.h and int_fastxx_t types detection
2006-11-14 Måns Rullgårdmerge CONFIG_WINCE sections
2006-11-14 Måns Rullgårdindentation
2006-11-14 Michael Niedermayerimprove enumerate so arbitrary ranges can be enumerated...
2006-11-14 Michael NiedermayerAVL tree
2006-11-14 Måns Rullgårdrename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use commo...
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-06 Guillaume PoirierAdd doxy comments for macro GET_UTF8
2006-11-06 Guillaume PoirierFix wrong params name in PUT_UTF8 doxy comments
2006-11-06 Guillaume Poirierwoops, fix missplaced doxy comment
2006-11-06 Zuxy MengFix ASF format parser's broken UTF-16 string handling
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Steve L'HommeDefine fallback for PRIX64, taken from a patch by Steve...
2006-11-01 Diego BiurrunRename SWAP macro to FFSWAP.
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-11-01 Diego Biurrunbetter #endif comment
2006-10-24 Kostya Shishkov16-bit grayscale support
next