aboutsummaryrefslogtreecommitdiff
path: root/libavutil/common.h
AgeCommit message (Expand)Author
2007-03-12Move the memory related functions out of common.h into their own header filePanagiotis Issaris
2007-03-09Fix typo in Doxygen comments.Panagiotis Issaris
2007-03-05Move unaltered av_freep() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_free() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_realloc() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_malloc() comments to the header file.Panagiotis Issaris
2007-02-25remove [U]INT64_C definitionMåns Rullgård
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-16av_noinlineMichael Niedermayer
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-12slightly improve *_TIMERMichael Niedermayer
2007-01-13Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-07merge #ifdef HAVE_AV_CONFIG_H sectionsMåns Rullgård
2006-12-07fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård
2006-12-06use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-12-06move more macros to internal.hMåns Rullgård
2006-12-06move some __attribute__ macros to internal.hMåns Rullgård
2006-12-06remove 'restrict' definition, it is always #defined in config.hMåns Rullgård
2006-12-02spelling cosmetics: cliped --> clippedDiego Biurrun
2006-11-19Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger
2006-11-19Fix typo in commentReimar Döffinger
2006-11-14remove workaround for missing inttypes.hMåns Rullgård
2006-11-14clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård
2006-11-06Add doxy comments for macro GET_UTF8Guillaume Poirier
2006-11-06Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier
2006-11-06woops, fix missplaced doxy commentGuillaume Poirier
2006-11-06Fix ASF format parser's broken UTF-16 string handlingZuxy Meng
2006-11-01Define fallback for PRIX64, taken from a patch by Steve L'Homme.Steve L'Homme
2006-11-01Rename SWAP macro to FFSWAP.Diego Biurrun
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-10-20Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier
2006-10-11Rename ABS macro to FFABS.Diego Biurrun
2006-10-11Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun
2006-10-10Move sign macro to libavutil.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-09-21remove a division from STOP_TIMERLoren Merritt
2006-09-21simplify asm mid_pred, as suggested by michaelni.Loren Merritt
2006-09-15asm implementation of mid_pred.Loren Merritt
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-08-31Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato
2006-08-20attribute_deprecatedMichael Niedermayer
2006-08-19SWAPMichael Niedermayer
2006-07-21do not include bswap.h in common.h for external programs, since the formerReimar Döffinger
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
2006-07-16Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger
2006-07-14indentMåns Rullgård
2006-07-14simplifyMåns Rullgård