summaryrefslogtreecommitdiff
path: root/libavutil/common.h
Commit message (Expand)AuthorAge
* Reindent after r22968.Ronald S. Bultje2010-04-26
* Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje2010-04-26
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-26
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Fix build on configurations without fast av_log2()Måns Rullgård2010-03-09
* cosmetics: indentMåns Rullgård2010-03-08
* Merge two adjacent ifdef blocksMåns Rullgård2010-03-08
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-08
* Add PUT_UTF16() macro.Anton Khirnov2010-02-24
* Optimise av_log2 with clz when availableMåns Rullgård2010-01-14
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-23
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-30
* Introduce av_clip_uint16().Ramiro Polla2009-08-13
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-30
* Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos2009-06-28
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-27
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård2009-02-22
* Silence one icc warning:Carl Eugen Hoyos2009-02-10
* Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun2009-02-10
* av_flatten to make the similarly named attribute available.Michael Niedermayer2009-02-09
* av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer2009-02-09
* 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