summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
...
* init multblMichael Niedermayer2007-01-14
* asciiMichael Niedermayer2007-01-14
* 128bit-only AES implementation under development.Reimar Döffinger2007-01-14
* cosmeticMichael Niedermayer2007-01-14
* simplify round_key generation by writing over the end but ensuring that there...Michael Niedermayer2007-01-14
* cosmeticsMichael Niedermayer2007-01-14
* memcpyMichael Niedermayer2007-01-14
* seems the larger rcon values are never accessedMichael Niedermayer2007-01-14
* copyright fixMichael Niedermayer2007-01-14
* stealing multbl trick from reimarMichael Niedermayer2007-01-14
* stealing reimars XOR_BLOCKMichael Niedermayer2007-01-14
* cosmeticMichael Niedermayer2007-01-14
* memleakMichael Niedermayer2007-01-14
* simplify sbox initMichael Niedermayer2007-01-14
* aes support (unfinished)Michael Niedermayer2007-01-14
* Allow to uninstall a custom log callbackAxel Holzinger2007-01-13
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-13
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-09
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-07
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* move more macros to internal.hMåns Rullgård2006-12-06
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-06
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-06
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
* doxyMichael Niedermayer2006-11-30
* fix overflow and remove wrong commentMichael Niedermayer2006-11-30
* return optimal fractionMichael Niedermayer2006-11-30
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-19
* Fix typo in commentReimar Döffinger2006-11-19
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
* make option field constBaptiste Coudurier2006-11-16
* move commentMåns Rullgård2006-11-14
* remove workaround for missing inttypes.hMåns Rullgård2006-11-14
* 0.5lMichael Niedermayer2006-11-14
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-14
* indentationMåns Rullgård2006-11-14
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-14
* AVL treeMichael Niedermayer2006-11-14
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-14
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Add doxy comments for macro GET_UTF8Guillaume Poirier2006-11-06
* Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier2006-11-06
* woops, fix missplaced doxy commentGuillaume Poirier2006-11-06
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-06