summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-09
* __attribute__((unused)) works with gcc 2.95 tooLuca Abeni2007-01-07
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-07
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-07
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-06
* move more macros to internal.hMåns Rullgård2006-12-06
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-06
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-06
* 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