summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris2006-09-07
* Exchange informal LGPL notice by official license header.Diego Biurrun2006-09-04
* Add license from zlib.h instead of referring to it.Diego Biurrun2006-09-03
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-31
* Add some new pixel formats to libavutilLuca Abeni2006-08-28
* compatibility warningMichael Niedermayer2006-08-20
* cleanup PixelFormat a littleMichael Niedermayer2006-08-20
* attribute_deprecatedMichael Niedermayer2006-08-20
* SWAPMichael Niedermayer2006-08-19
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer2006-08-17
* trying to fix av_realloc()Michael Niedermayer2006-08-13
* align av_realloc()Michael Niedermayer2006-08-13
* Add #define REGcGuillaume Poirier2006-08-12
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-11
* floating point "emulation" codeMichael Niedermayer2006-08-08
* Fix FSF postal address.Diego Biurrun2006-07-26
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-21
* removing redundant mess next time we break compatiilityMichael Niedermayer2006-07-20
* simplifyMichael Niedermayer2006-07-20
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-20
* simpler, smaller and fasterMichael Niedermayer2006-07-20
* Install log.hLuca Abeni2006-07-19
* simplifyMichael Niedermayer2006-07-19
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
* Move av_log() & friends to libavutilLuca Abeni2006-07-18
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-16
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-15
* unneeded #includeMichael Niedermayer2006-07-14
* adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer2006-07-14
* 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