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
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ò
2008-09-06Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-15Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun
2008-08-13move M_PI definition along with other math definitionsAurelien Jacobs
2008-07-31fix ARMv6 FASTDIV for divisor <=2Måns Rullgård
2008-07-30USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-15ARM: ARMv6 optimised FASTDIVMåns Rullgård
2008-07-05Only define AltiVec vector syntax macro when AltiVec is enabled.Peter Ross
2008-05-30Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun
2008-03-22Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange
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-18check for prefix on extern symbols in configureMåns Rullgård
2008-03-17cosmetics: indentationDiego Biurrun
2008-03-17Simplify MANGLE macro preprocessor condition checks.Diego Biurrun
2008-03-17Fix MANGLE macro on Mac OS X.İsmail Dönmez
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun
2008-02-28Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger
2008-01-21Faster ff_sqrt()Michael Niedermayer
2008-01-17Disallow puts(), av_log() should be used instead.Diego Biurrun
2007-12-27Check for the presence of llrint(), lrint(), round() and roundf()Michael Kostylev
2007-12-27Remove outdated comment.Diego Biurrun
2007-12-24djgpp port, first partMichael Kostylev
2007-11-19Generate a linking error if perror() is used in libav*Luca Abeni
2007-11-19Remove perror() usage from libavutilLuca Abeni
2007-10-19Fix typo.Jeremy Mordkoff
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-27Change SYS_DARWIN preprocessor checks to __APPLE__, they are specificDiego Biurrun
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun