summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* doxyMichael Niedermayer2006-11-301-2/+25
* fix overflow and remove wrong commentMichael Niedermayer2006-11-301-2/+1
* return optimal fractionMichael Niedermayer2006-11-301-1/+9
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-191-2/+4
* Fix typo in commentReimar Döffinger2006-11-191-1/+1
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-161-3/+3
* make option field constBaptiste Coudurier2006-11-161-1/+1
* move commentMåns Rullgård2006-11-141-1/+2
* remove workaround for missing inttypes.hMåns Rullgård2006-11-141-21/+0
* 0.5lMichael Niedermayer2006-11-141-1/+1
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-141-3/+3
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-141-4/+1
* indentationMåns Rullgård2006-11-141-35/+35
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-141-3/+3
* AVL treeMichael Niedermayer2006-11-143-0/+181
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-141-5/+5
* 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
OpenPOWER on IntegriCloud