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-06-13Blackfin - read_time primitiveMarc Hoffman
2007-06-12misc typo fixesDiego Biurrun
2007-06-05Part of MPlayer patch:Reimar Döffinger
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-05-13correct last element inited checkMichael Niedermayer
2007-05-10Proper fix for r8963Jindřich Makovička
2007-05-07add AV_[RW][BL]64 supportIvo van Poorten
2007-05-05reduce number of shiftsMichael Niedermayer
2007-05-05simplifyMichael Niedermayer
2007-04-28add missing include of bswap.hAttila Kinali
2007-04-27Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun
2007-04-26reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla
2007-04-26make 2 functions "return x;" to simplify next patchRamiro Polla
2007-04-25"fast unaligned" bytestream functionsRamiro Polla
2007-04-25Faster 32 bit byteswaping code for Blackfin.Marc Hoffman
2007-04-24cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun
2007-04-24Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun
2007-04-21remove possibly broken wince cruftAlex Beregszaszi
2007-04-03Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla
2007-03-29Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris
2007-03-28prevent exit missuseMichael Niedermayer
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