summaryrefslogtreecommitdiffstats
path: root/libavutil/internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move libm replacements to new header libm.hMåns Rullgård2010-03-091-59/+1
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-22/+0
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-201-3/+3
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-201-1/+1
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-091-4/+2
* Define av_alias if supported by compilerMåns Rullgård2010-01-291-0/+8
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-201-19/+0
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-191-38/+0
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-161-16/+8
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-121-0/+21
* Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger2009-11-101-4/+0
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-211-1/+1
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-061-6/+6
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-041-2/+2
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-011-35/+35
* Add CHECKED_ALLOC macro.Ramiro Polla2009-08-291-0/+9
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-101-0/+7
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-091-15/+0
* Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla2009-07-091-2/+0
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-271-1/+1
* Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla2009-05-251-0/+3
* When warning about forbidden pseudo random number generation functions,Diego Biurrun2009-03-211-3/+3
* ARM: disable inline asm for armccMåns Rullgård2009-03-051-2/+2
* Correct, portable definition of INT_BITMåns Rullgård2009-02-211-5/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-301-0/+1
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-301-2/+1
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-281-1/+1
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-2/+2
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-1/+1
* Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun2009-01-251-3/+3
* Add required limits.h header.Diego Biurrun2009-01-251-0/+1
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-251-0/+3
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-251-3/+0
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-251-0/+17
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-251-2/+0
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-181-1/+1
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-151-0/+11
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-151-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-14/+14
* Add truncf() replacement function.Michael Kostylev2009-01-111-0/+7
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-111-2/+0
* 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-2/+3
* ARM: make FASTDIV() an inline functionMåns Rullgård2008-12-171-10/+7
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-1/+1
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-251-5/+6
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-5/+5
* Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini2008-09-061-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
OpenPOWER on IntegriCloud