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
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-10-02Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-06-05alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård
2008-06-04Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré
2008-03-19Cosmetic change: remove the whitespace after 'defined'Zuxy Meng
2008-03-19'malloc' attribute isn't supported in old gcc.Zuxy Meng
2008-03-19Apply "alloc_size" attribute to av_alloc, av_realloc and av_malloczZuxy Meng
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng
2008-03-08#error in case we do not know how to provide alignment.Diego Biurrun
2008-02-25Fix MSVC identification, patch by Eddie Pang.Eddie Pang
2008-02-25Make code C conformant.Michael Niedermayer
2008-02-25cosmetics: prettyprintDiego Biurrun
2008-02-2010l: Correctly use preprocessor conditionals.Eddie Pang
2008-02-13Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun
2008-02-13Mark MSVC compiler macros as such.Diego Biurrun
2008-02-13Disentangle nested preprocessor directives.Diego Biurrun
2008-02-09Allow compilation with icc 10.1.Carl Eugen Hoyos
2008-01-27Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger
2007-11-02Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%Stefano Sabatini
2007-11-01doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A po...Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-16misc Doxygen spelling/grammar fixesDiego Biurrun
2007-09-09Document libavutil/mem.h:av_strdup.Stefano Sabatini
2007-03-12Move the memory related functions out of common.h into their own header filePanagiotis Issaris