summaryrefslogtreecommitdiffstats
path: root/libavutil/common.h
Commit message (Expand)AuthorAgeFilesLines
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-5/+1
* slightly improve *_TIMERMichael Niedermayer2007-02-121-1/+1
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-131-1/+1
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-0/+11
* merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård2006-12-071-7/+3
* fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård2006-12-071-8/+1
* use the standard INT64_C() macro for 64-bit constantsMåns Rullgård2006-12-061-3/+3
* move more macros to internal.hMåns Rullgård2006-12-061-72/+0
* move some __attribute__ macros to internal.hMåns Rullgård2006-12-061-24/+0
* remove 'restrict' definition, it is always #defined in config.hMåns Rullgård2006-12-061-5/+0
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-021-2/+2
* 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 workaround for missing inttypes.hMåns Rullgård2006-11-141-21/+0
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-141-3/+3
* 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
* 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-011-1/+1
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-011-1/+1
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-201-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun2006-10-111-1/+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-071-4/+6
* move memory functions from avcodec to avutilLuca Barbato2006-09-251-0/+5
* 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
* 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-101-0/+18
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-311-0/+7
* attribute_deprecatedMichael Niedermayer2006-08-201-0/+8
* SWAPMichael Niedermayer2006-08-191-0/+2
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-211-2/+0
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-191-0/+5
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-161-214/+7
* 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
* 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
* Remove old MSVC remnants.Diego Biurrun2006-07-111-15/+0
* cosmeticMichael Niedermayer2006-07-091-6/+3
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-24/+0
OpenPOWER on IntegriCloud