summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Blackfin - read_time primitiveMarc Hoffman2007-06-13
* misc typo fixesDiego Biurrun2007-06-12
* Part of MPlayer patch:Reimar Döffinger2007-06-05
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* correct last element inited checkMichael Niedermayer2007-05-13
* Proper fix for r8963Jindřich Makovička2007-05-10
* add AV_[RW][BL]64 supportIvo van Poorten2007-05-07
* reduce number of shiftsMichael Niedermayer2007-05-04
* simplifyMichael Niedermayer2007-05-04
* add missing include of bswap.hAttila Kinali2007-04-27
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-27
* reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla2007-04-26
* make 2 functions "return x;" to simplify next patchRamiro Polla2007-04-26
* "fast unaligned" bytestream functionsRamiro Polla2007-04-25
* Faster 32 bit byteswaping code for Blackfin.Marc Hoffman2007-04-24
* cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun2007-04-24
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-24
* remove possibly broken wince cruftAlex Beregszaszi2007-04-20
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-03
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
* prevent exit missuseMichael Niedermayer2007-03-27
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-19
* 160 bytes smaller object file, ask gcc devels whyMichael Niedermayer2007-03-14
* 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