summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+1
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-091-0/+7
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-19/+31
* Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun2007-08-271-1/+1
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-241-0/+7
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-221-1/+1
* Additional documentation for CRC functionsReimar Döffinger2007-08-201-0/+16
* Use defines instead of raw hex numbers to specify CRC polynomialsReimar Döffinger2007-08-192-4/+11
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-151-1/+1
* Add attribute that forces alignment of stack to functions that need it.Ramiro Polla2007-08-131-0/+8
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-112-2/+13
* ensure av_noinline is always definedAurelien Jacobs2007-08-111-1/+7
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-091-36/+36
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-091-2/+7
* Implement av_strlcatf(): a strlcat which adds a printf style formatted stringLuca Abeni2007-07-192-0/+28
* Document aes init code writing on purpose beyond round_key array into state a...Reimar Döffinger2007-07-181-0/+2
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-181-0/+2
* move #include of system headers to top of fileMåns Rullgård2007-07-141-6/+6
* 10l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi2007-07-141-1/+0
* match doxygen comment with other parts of the fileAlex Beregszaszi2007-07-141-1/+1
* Remove unnecessary MINGW ifdef.Ramiro Polla2007-07-111-10/+0
* Remove MinGW lrint hack.Ramiro Polla2007-07-111-14/+0
* Remove OS/2 supportRamiro Polla2007-07-101-7/+1
* 10l: fix av_str[i]start()Måns Rullgård2007-07-101-2/+8
* undef forbidden names before we #define them in case they are macros in libcMåns Rullgård2007-07-081-0/+12
* license header consistency cosmeticsDiego Biurrun2007-07-058-8/+2
* Group all copyright and author notices together.Diego Biurrun2007-07-051-11/+11
* Make error message more helpful and forbid random()Vitor Sessak2007-07-051-2/+3
* 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
OpenPOWER on IntegriCloud