Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-09Move libm replacements to new header libm.hMåns Rullgård
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-02-20Add casts to correct return type in macros for missing libm funcsMåns Rullgård
2010-02-20Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos
2010-02-10Define missing llrint() as macro instead of inline functionMåns Rullgård
2010-01-29Define av_alias if supported by compilerMåns Rullgård
2010-01-20Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-16Use macros instead of inline functions to replace the following missing C99Vitor Sessak
2010-01-12Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak
2009-11-10Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger
2009-09-21extend ff_inverse[], and fix its documentationLoren Merritt
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-09-04Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla
2009-09-01whitespace cosmetics, prettyprintingDiego Biurrun
2009-08-30Add CHECKED_ALLOC macro.Ramiro Polla
2009-07-10Add a log2 replacement for systems that haven't quite caught up with the C99Alex Converse
2009-07-09Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h toRamiro Polla
2009-07-09Do not throw compiler error if asm code needs alignment, but we do not knowRamiro Polla
2009-06-27Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos
2009-05-25Add LABEL_MANGLE() to export label symbols from inside asm blocks.Ramiro Polla
2009-03-21When warning about forbidden pseudo random number generation functions,Diego Biurrun
2009-03-06ARM: disable inline asm for armccMåns Rullgård
2009-02-21Correct, portable definition of INT_BITMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add required header mem.h, av_malloc and friends are used.Diego Biurrun
2009-01-30cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-26Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun
2009-01-26Add required limits.h header.Diego Biurrun
2009-01-25Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun
2009-01-25Drop _MSC_VER case from macro declaration.Diego Biurrun
2009-01-25Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun
2009-01-25Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-16move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs
2009-01-16move timer related code in a new timer.h fileAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Add truncf() replacement function.Michael Kostylev
2009-01-11Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun
2008-12-22Silence the following icc warnings:Carl Eugen Hoyos
2008-12-20Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos
2008-12-17ARM: make FASTDIV() an inline functionMåns Rullgård
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-10-25ARM: faster ARMv6 FASTDIV()Måns Rullgård
2008-10-16Convert asm keyword into __asm__.Diego Pettenò