summaryrefslogtreecommitdiffstats
path: root/libavutil/common.h
Commit message (Expand)AuthorAgeFilesLines
...
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-301-1/+4
* Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos2009-06-281-1/+1
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-271-1/+1
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-0/+1
* Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård2009-02-221-1/+5
* Silence one icc warning:Carl Eugen Hoyos2009-02-101-1/+1
* Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun2009-02-101-1/+1
* av_flatten to make the similarly named attribute available.Michael Niedermayer2009-02-091-0/+8
* av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer2009-02-091-0/+8
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-12/+12
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-251-15/+10
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-01-251-4/+4
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-41/+0
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-11/+0
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-3/+0
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-151-11/+0
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-151-73/+0
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-1/+1
* Silence the following icc warnings:Carl Eugen Hoyos2008-12-211-1/+1
* Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos2008-12-201-6/+8
* Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer2008-10-211-11/+3
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-5/+5
* Add a macro to get the number of elements in a table.Benoit Fouet2008-10-151-0/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* 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
OpenPOWER on IntegriCloud