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-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
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
2007-07-14move #include of system headers to top of fileMåns Rullgård
2007-07-1410l to Mans, assert is included later with proper DEBUG/NDEBUG ifdefsAlex Beregszaszi
2007-07-11Remove unnecessary MINGW ifdef.Ramiro Polla
2007-07-11Remove MinGW lrint hack.Ramiro Polla
2007-07-11Remove OS/2 supportRamiro Polla
2007-07-08undef forbidden names before we #define them in case they are macros in libcMåns Rullgård
2007-07-05Make error message more helpful and forbid random()Vitor Sessak
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-06-24more av_strl* adjustmentsReimar Döffinger
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-05Part of MPlayer patch:Reimar Döffinger
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-05reduce number of shiftsMichael Niedermayer
2007-05-05simplifyMichael Niedermayer
2007-04-21remove possibly broken wince cruftAlex Beregszaszi
2007-04-03Add first and second output to earlyclobbers in COPY3_IF_LT macro.Ramiro Polla
2007-03-28prevent exit missuseMichael Niedermayer
2007-03-12Give context to dprintfMichel Bardiaux
2007-03-08Corrections so that builds with DEBUG workMichel Bardiaux
2007-02-24remove fallback definitions of PRIxNN macros,Ramiro Polla
2007-02-12Remove unused ENODATA defineFrançois Revol
2007-01-07__attribute__((unused)) works with gcc 2.95 tooLuca Abeni
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-07fix mingw shared build, and get rid of FF_IMPORT_ATTRMåns Rullgård
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-12-07move more macros to internal.hMåns Rullgård
2006-12-07move some __attribute__ macros to internal.hMåns Rullgård