summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-14
* indentMåns Rullgård2006-07-14
* simplifyMåns Rullgård2006-07-14
* simplifyMåns Rullgård2006-07-14
* remove impossible #ifdef caseMåns Rullgård2006-07-14
* remove old msvc cruftMåns Rullgård2006-07-13
* remove redundant #include <math.h>Måns Rullgård2006-07-13
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-13
* move adler32 to libavutilMåns Rullgård2006-07-13
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-11
* Remove old MSVC remnants.Diego Biurrun2006-07-11
* cosmeticMichael Niedermayer2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer2006-07-08
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-07
* Add proper LGPL header.Diego Biurrun2006-07-05
* spelling typoDiego Biurrun2006-07-05
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-05
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* floorf() is not used, and causes warnings on SolarisMåns Rullgård2006-07-04
* simplifyMichael Niedermayer2006-07-03
* fix endianess build in a better wayLuca Barbato2006-07-03
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-03
* big endian fixLuca Barbato2006-07-03
* 1l: put that int i backMåns Rullgård2006-07-02
* kill warningsMåns Rullgård2006-07-02
* compile md5 and include in libavutil.aIvo van Poorten2006-07-02
* add missing declaration for av_md5_sumIvo van Poorten2006-07-02
* cast pointers to make compiler happyIvo van Poorten2006-07-02
* md5 supportMichael Niedermayer2006-07-01
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-30
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
* improve selftestMichael Niedermayer2006-05-29
* Remove some lines that are duplicated in common.mak.Diego Biurrun2006-05-17
* document clip functionsAurelien Jacobs2006-05-01
* clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris2006-04-30
* extend range used for testing (larger range should work too but testing code ...Michael Niedermayer2006-04-29
* <= vs. >= 10l bugMichael Niedermayer2006-04-29
* add newline at end of fileMåns Rullgård2006-04-28
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-23
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-01
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-06
* generic crc calculation codeMichael Niedermayer2006-03-06
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...Ivan Kalvachev2006-02-22
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
* Simplify header installation.Diego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11