summaryrefslogtreecommitdiff
path: root/libavutil/common.h
Commit message (Expand)AuthorAge
...
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-25
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-01-25
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-15
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-15
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-21
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-20
* Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer2008-10-21
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Add a macro to get the number of elements in a table.Benoit Fouet2008-10-15
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add av_clipf() function to common.h and use it in ra288.cVitor Sessak2008-07-13
* Make START/STOP_TIMER not require -v 2.Michael Niedermayer2008-06-08
* Macro suggested by Michael which will be used to disable theStefano Sabatini2008-06-01
* add FFMIN3Baptiste Coudurier2008-04-26
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-17
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* misc spelling fixesDiego Biurrun2008-03-10
* prettyprinting cosmeticsDiego Biurrun2008-02-15
* Merge declaration and initialization.Michael Niedermayer2008-02-01
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* 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