summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* explain where the T table comes fromMichael Niedermayer2007-03-14
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-14
* cosmetic (order context variables like in sha1)Michael Niedermayer2007-03-13
* s/context/ctx/Michael Niedermayer2007-03-13
* #undef printf under #ifdef TEST (needed for testing)Michael Niedermayer2007-03-13
* borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer2007-03-13
* get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer2007-03-13
* smaller av_sha1_update()Michael Niedermayer2007-03-13
* use CONFIG_SMALLMichael Niedermayer2007-03-13
* put state[5] last so no padding is needed on arch where uint64_t needs 8byte ...Michael Niedermayer2007-03-13
* cosmeticMichael Niedermayer2007-03-13
* dont memcpy() simpler and same speedMichael Niedermayer2007-03-13
* simplifyMichael Niedermayer2007-03-13
* remove middle variant (keep fastest and smallest)Michael Niedermayer2007-03-13
* 10lMichael Niedermayer2007-03-13
* double ;;Michael Niedermayer2007-03-13
* factorize VARIANT2 (smaller and slower)Michael Niedermayer2007-03-13
* revert 2% speed loss change (r8360)Michael Niedermayer2007-03-13
* zero byte idea by richMichael Niedermayer2007-03-13
* 2 other variants of how to implement the core partMichael Niedermayer2007-03-13
* cosmetic cleanupMichael Niedermayer2007-03-12
* cosmetic cleanupMichael Niedermayer2007-03-12
* 10% smaller object file, 2% slowerMichael Niedermayer2007-03-12
* very slightly smaller object fileMichael Niedermayer2007-03-12
* make count count bytes not bits (this is simpler and leads to a very slightly...Michael Niedermayer2007-03-12
* remove bigger and slower codeMichael Niedermayer2007-03-12
* dont recommand testing with -O3Michael Niedermayer2007-03-12
* avoid silly ring buffer logic (faster with -O2, -O3 is always slower then -O2)Michael Niedermayer2007-03-12
* its faster to copy the data to the stack it seems ...Michael Niedermayer2007-03-12
* explain how to test itMichael Niedermayer2007-03-12
* simple SHA-1 implementationMichael Niedermayer2007-03-12
* Install mem.h on "make install" as:Panagiotis Issaris2007-03-12
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-12
* Give context to dprintfMichel Bardiaux2007-03-12
* Fix typo in Doxygen comments.Panagiotis Issaris2007-03-09
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-05
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_i2int()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_int2i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_cmp_i()'s unaltered comment to the header file.Panagiotis Issaris2007-03-04
* Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
* Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris2007-03-04
* Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris2007-03-04
* Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris2007-03-04
* add R/WB24 functionsBaptiste Coudurier2007-03-04