summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* Install log.hLuca Abeni2006-07-191-1/+1
* simplifyMichael Niedermayer2006-07-191-8/+3
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-193-1/+144
* Move av_log() & friends to libavutilLuca Abeni2006-07-184-0/+113
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-162-214/+226
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-152-31/+40
* unneeded #includeMichael Niedermayer2006-07-141-3/+0
* adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer2006-07-141-1/+1
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-143-0/+187
* indentMåns Rullgård2006-07-141-8/+8
* simplifyMåns Rullgård2006-07-141-17/+6
* simplifyMåns Rullgård2006-07-141-23/+4
* remove impossible #ifdef caseMåns Rullgård2006-07-141-12/+2
* remove old msvc cruftMåns Rullgård2006-07-131-8/+2
* remove redundant #include <math.h>Måns Rullgård2006-07-131-5/+0
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-131-1/+1
* cleanup suggested by Michael NiedermayerMåns Rullgård2006-07-131-3/+5
* move adler32 to libavutilMåns Rullgård2006-07-133-1/+50
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-6/+6
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-111-5/+5
* Remove old MSVC remnants.Diego Biurrun2006-07-111-15/+0
* cosmeticMichael Niedermayer2006-07-091-6/+3
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-24/+0
* put the code which is specific for the large crc table under #ifndef CONFIG_S...Michael Niedermayer2006-07-081-0/+4
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-071-0/+14
* Add proper LGPL header.Diego Biurrun2006-07-051-1/+14
* spelling typoDiego Biurrun2006-07-051-1/+1
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-051-0/+4
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-1/+2
* floorf() is not used, and causes warnings on SolarisMåns Rullgård2006-07-041-6/+0
* simplifyMichael Niedermayer2006-07-031-7/+4
* fix endianess build in a better wayLuca Barbato2006-07-031-7/+4
* Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni2006-07-031-0/+38
* big endian fixLuca Barbato2006-07-031-0/+4
* 1l: put that int i backMåns Rullgård2006-07-021-0/+1
* kill warningsMåns Rullgård2006-07-022-6/+6
* compile md5 and include in libavutil.aIvo van Poorten2006-07-021-1/+2
* add missing declaration for av_md5_sumIvo van Poorten2006-07-021-0/+1
* cast pointers to make compiler happyIvo van Poorten2006-07-021-4/+3
* md5 supportMichael Niedermayer2006-07-012-0/+183
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-301-1/+1
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
* improve selftestMichael Niedermayer2006-05-291-3/+4
* Remove some lines that are duplicated in common.mak.Diego Biurrun2006-05-171-9/+0
* document clip functionsAurelien Jacobs2006-05-011-0/+12
* clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris2006-04-301-1/+1
* extend range used for testing (larger range should work too but testing code ...Michael Niedermayer2006-04-291-3/+3
* <= vs. >= 10l bugMichael Niedermayer2006-04-291-5/+9
* add newline at end of fileMåns Rullgård2006-04-281-1/+1
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-232-7/+54
OpenPOWER on IntegriCloud