summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* Move comment to a slightly better place.Diego Biurrun2007-07-021-2/+2
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-022-4/+4
* Add proper license header.Diego Biurrun2007-06-272-3/+40
* intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger2007-06-241-0/+1
* more av_strl* adjustmentsReimar Döffinger2007-06-241-1/+1
* bump micro version: new string functionsLuca Barbato2007-06-241-2/+2
* add some string functionsMåns Rullgård2007-06-233-1/+136
* Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux2007-06-201-2/+2
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-172-2/+2
* add multiple inclusion guards to headersMåns Rullgård2007-06-172-0/+9
* include all prerequisites in header filesMåns Rullgård2007-06-1613-0/+29
* Blackfin - read_time primitiveMarc Hoffman2007-06-131-1/+14
* misc typo fixesDiego Biurrun2007-06-122-11/+11
* Part of MPlayer patch:Reimar Döffinger2007-06-051-0/+1
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-303-9/+9
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* correct last element inited checkMichael Niedermayer2007-05-131-1/+1
* Proper fix for r8963Jindřich Makovička2007-05-101-17/+17
* add AV_[RW][BL]64 supportIvo van Poorten2007-05-071-0/+54
* reduce number of shiftsMichael Niedermayer2007-05-041-4/+5
* simplifyMichael Niedermayer2007-05-041-3/+2
* add missing include of bswap.hAttila Kinali2007-04-271-0/+1
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-271-0/+4
* reorder bswap functions into bit-depth, special-casing inside the functions.Ramiro Polla2007-04-261-65/+14
* make 2 functions "return x;" to simplify next patchRamiro Polla2007-04-261-2/+4
* "fast unaligned" bytestream functionsRamiro Polla2007-04-251-0/+32
* Faster 32 bit byteswaping code for Blackfin.Marc Hoffman2007-04-241-0/+12
* cosmetics: Reorder endianness macros by bit depth, alignment prettyprinting.Diego Biurrun2007-04-241-28/+29
* Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun2007-04-241-1/+1
* remove possibly broken wince cruftAlex Beregszaszi2007-04-201-5/+0
* Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla2007-04-031-1/+1
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-291-0/+4
* prevent exit missuseMichael Niedermayer2007-03-271-0/+1
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-194-9/+9
* 160 bytes smaller object file, ask gcc devels whyMichael Niedermayer2007-03-141-5/+6
* explain where the T table comes fromMichael Niedermayer2007-03-141-1/+1
* kill 3 more av_mallocz_static()Michael Niedermayer2007-03-142-0/+14
* cosmetic (order context variables like in sha1)Michael Niedermayer2007-03-131-1/+1
* s/context/ctx/Michael Niedermayer2007-03-131-29/+29
* #undef printf under #ifdef TEST (needed for testing)Michael Niedermayer2007-03-131-0/+1
* borrow finalization algo from sha1 (100byte smaller)Michael Niedermayer2007-03-131-14/+6
* get rid of b_used variable (same size with CONFIG_SMALL)Michael Niedermayer2007-03-131-10/+10
* smaller av_sha1_update()Michael Niedermayer2007-03-131-0/+10
* use CONFIG_SMALLMichael Niedermayer2007-03-131-3/+1
* put state[5] last so no padding is needed on arch where uint64_t needs 8byte ...Michael Niedermayer2007-03-131-1/+1
* cosmeticMichael Niedermayer2007-03-131-2/+1
* dont memcpy() simpler and same speedMichael Niedermayer2007-03-131-3/+1
* simplifyMichael Niedermayer2007-03-131-9/+5
* remove middle variant (keep fastest and smallest)Michael Niedermayer2007-03-131-40/+1
* 10lMichael Niedermayer2007-03-131-0/+1
OpenPOWER on IntegriCloud