summaryrefslogtreecommitdiffstats
path: root/libavutil/common.h
Commit message (Expand)AuthorAgeFilesLines
* Add av_clipf() function to common.h and use it in ra288.cVitor Sessak2008-07-131-0/+14
* Make START/STOP_TIMER not require -v 2.Michael Niedermayer2008-06-081-1/+1
* Macro suggested by Michael which will be used to disable theStefano Sabatini2008-06-011-0/+11
* add FFMIN3Baptiste Coudurier2008-04-261-0/+1
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-0/+1
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-0/+8
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-191-8/+24
* revert r12489.Benoit Fouet2008-03-181-24/+8
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-181-8/+24
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* prettyprinting cosmeticsDiego Biurrun2008-02-151-22/+21
* Merge declaration and initialization.Michael Niedermayer2008-02-011-6/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-111-0/+11
* ensure av_noinline is always definedAurelien Jacobs2007-08-111-1/+7
* * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik2007-08-091-2/+7
* Blackfin - read_time primitiveMarc Hoffman2007-06-131-1/+14
* misc typo fixesDiego Biurrun2007-06-121-9/+9
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-0/+8
* Move the memory related functions out of common.h into their own header filePanagiotis Issaris2007-03-121-40/+2
* Fix typo in Doxygen comments.Panagiotis Issaris2007-03-091-1/+1
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-051-0/+5
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-051-0/+6
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-051-0/+6
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-051-0/+6
* remove [U]INT64_C definitionMåns Rullgård2007-02-251-5/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* av_noinlineMichael Niedermayer2007-02-161-0/+2
* 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
OpenPOWER on IntegriCloud