summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
Commit message (Expand)AuthorAge
...
* av_alias is an attribute and belongs to attributes.hMichael Niedermayer2010-05-13
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård2010-03-09
* Move libm replacements to new header libm.hMåns Rullgård2010-03-09
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-20
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-20
* Define missing llrint() as macro instead of inline functionMåns Rullgård2010-02-09
* Define av_alias if supported by compilerMåns Rullgård2010-01-29
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-19
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-16
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-12
* Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger2009-11-10
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-21
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-04
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-01
* Add CHECKED_ALLOC macro.Ramiro Polla2009-08-29
* Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse2009-07-10
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla2009-07-09
* Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla2009-07-09
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-27
* Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla2009-05-25
* When warning about forbidden pseudo random number generation functions,Diego Biurrun2009-03-21
* ARM: disable inline asm for armccMåns Rullgård2009-03-05
* Correct, portable definition of INT_BITMåns Rullgård2009-02-21
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-30
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-30
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun2009-01-25
* Add required limits.h header.Diego Biurrun2009-01-25
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-25
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-25
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-25
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-25
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* 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
* Add truncf() replacement function.Michael Kostylev2009-01-11
* Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun2009-01-11
* 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
* ARM: make FASTDIV() an inline functionMåns Rullgård2008-12-17
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* ARM: faster ARMv6 FASTDIV()Måns Rullgård2008-10-25