summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* rename inverse -> ff_inverseMåns Rullgård2006-11-121-4/+4
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
* Add doxy comments for macro GET_UTF8Guillaume Poirier2006-11-061-2/+14
* Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier2006-11-061-1/+1
* woops, fix missplaced doxy commentGuillaume Poirier2006-11-061-15/+15
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-061-1/+35
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-012-6/+6
* Define fallback for PRIX64, taken from a patch by Steve L'Homme.Steve L'Homme2006-11-011-0/+4
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-011-1/+1
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-013-5/+5
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-012-3/+3
* better #endif commentDiego Biurrun2006-11-011-1/+1
* 16-bit grayscale supportKostya Shishkov2006-10-241-2/+6
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-202-2/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-112-4/+4
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-111-1/+1
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-111-2/+1
* Move sign macro to libavutil.Diego Biurrun2006-10-101-0/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-0726-104/+156
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-2/+1
* 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
OpenPOWER on IntegriCloud