summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Move BE_*/LE_*/ST*/LD* macros to a common place. Some furtherReimar Döffinger2006-12-03
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
* doxyMichael Niedermayer2006-11-30
* fix overflow and remove wrong commentMichael Niedermayer2006-11-30
* return optimal fractionMichael Niedermayer2006-11-30
* Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger2006-11-19
* Fix typo in commentReimar Döffinger2006-11-19
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
* make option field constBaptiste Coudurier2006-11-16
* move commentMåns Rullgård2006-11-14
* remove workaround for missing inttypes.hMåns Rullgård2006-11-14
* 0.5lMichael Niedermayer2006-11-14
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-14
* indentationMåns Rullgård2006-11-14
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-14
* AVL treeMichael Niedermayer2006-11-14
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-14
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* Add doxy comments for macro GET_UTF8Guillaume Poirier2006-11-06
* Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier2006-11-06
* woops, fix missplaced doxy commentGuillaume Poirier2006-11-06
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-06
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Define fallback for PRIX64, taken from a patch by Steve L'Homme.Steve L'Homme2006-11-01
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-01
* better #endif commentDiego Biurrun2006-11-01
* 16-bit grayscale supportKostya Shishkov2006-10-24
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-20
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-11
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
* Move sign macro to libavutil.Diego Biurrun2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Siarhei Siamashka2006-09-28
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
* remove a division from STOP_TIMERLoren Merritt2006-09-21
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-21
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-21
* asm implementation of mid_pred.Loren Merritt2006-09-15
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* 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