summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-281-0/+11
* move memory functions from avcodec to avutilLuca Barbato2006-09-253-2/+39
* remove a division from STOP_TIMERLoren Merritt2006-09-211-1/+1
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-211-10/+9
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-213-1/+162
* asm implementation of mid_pred.Loren Merritt2006-09-151-1/+16
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-1013-0/+234
* Remove unused defines, patch by takis P issaris A uhasselt P bePanagiotis Issaris2006-09-071-15/+0
* Exchange informal LGPL notice by official license header.Diego Biurrun2006-09-041-1/+18
* Add license from zlib.h instead of referring to it.Diego Biurrun2006-09-031-1/+19
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-311-0/+7
* Add some new pixel formats to libavutilLuca Abeni2006-08-281-2/+21
* compatibility warningMichael Niedermayer2006-08-201-1/+1
* cleanup PixelFormat a littleMichael Niedermayer2006-08-201-22/+36
* attribute_deprecatedMichael Niedermayer2006-08-201-0/+8
* SWAPMichael Niedermayer2006-08-191-0/+2
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-1/+1
* revert aligned realloc() changesm this should be identical to r5784Michael Niedermayer2006-08-171-15/+11
* trying to fix av_realloc()Michael Niedermayer2006-08-131-3/+5
* align av_realloc()Michael Niedermayer2006-08-131-10/+12
* Add #define REGcGuillaume Poirier2006-08-121-0/+2
* use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier2006-08-111-1/+1
* floating point "emulation" codeMichael Niedermayer2006-08-082-0/+155
* Fix FSF postal address.Diego Biurrun2006-07-262-2/+2
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-212-2/+2
* removing redundant mess next time we break compatiilityMichael Niedermayer2006-07-202-1/+12
* simplifyMichael Niedermayer2006-07-201-5/+4
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-201-1/+1
* simpler, smaller and fasterMichael Niedermayer2006-07-201-13/+28
* 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
OpenPOWER on IntegriCloud