summaryrefslogtreecommitdiff
path: root/libavutil/common.h
Commit message (Expand)AuthorAge
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-11
* ensure av_noinline is always definedAurelien Jacobs2007-08-11
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-09
* Blackfin - read_time primitiveMarc Hoffman2007-06-13
* misc typo fixesDiego Biurrun2007-06-12
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-12
* Fix typo in Doxygen comments.Panagiotis Issaris2007-03-09
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-05
* remove [U]INT64_C definitionMåns Rullgård2007-02-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* av_noinlineMichael Niedermayer2007-02-16
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* slightly improve *_TIMERMichael Niedermayer2007-02-12
* Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy2007-01-13
* 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
* spelling cosmetics: cliped --> clippedDiego Biurrun2006-12-02
* 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 workaround for missing inttypes.hMåns Rullgård2006-11-14
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
* 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
* 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
* 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 sign macro to libavutil.Diego Biurrun2006-10-10
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* 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
* 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
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-31
* attribute_deprecatedMichael Niedermayer2006-08-20