Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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