summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-13
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-11
* ensure av_noinline is always definedAurelien Jacobs2007-08-11
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-09
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-19
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-18
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-18
* move #include of system headers to top of fileMåns Rullgård2007-07-14
* 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi2007-07-14
* match doxygen comment with other parts of the fileAlex Beregszaszi2007-07-14
* Remove unnecessary MINGW ifdef.Ramiro Polla2007-07-11
* Remove MinGW lrint hack.Ramiro Polla2007-07-11
* Remove OS/2 supportRamiro Polla2007-07-10
* 10l: fix av_str[i]start()Måns Rullgård2007-07-10
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* Make error message more helpful and forbid random()Vitor Sessak2007-07-05
* Move comment to a slightly better place.Diego Biurrun2007-07-02
* Remove leading underscores from specifiers, they are reserved.Diego Biurrun2007-07-02
* Add proper license header.Diego Biurrun2007-06-27
* intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it.Reimar Döffinger2007-06-24
* more av_strl* adjustmentsReimar Döffinger2007-06-24
* bump micro version: new string functionsLuca Barbato2007-06-24
* add some string functionsMåns Rullgård2007-06-23
* Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux2007-06-20
* 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