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-21Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-15Add a macro to get the number of elements in a table.Benoit Fouet
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-13Add av_clipf() function to common.h and use it in ra288.cVitor Sessak
2008-06-08Make START/STOP_TIMER not require -v 2.Michael Niedermayer
2008-06-01Macro suggested by Michael which will be used to disable theStefano Sabatini
2008-04-26add FFMIN3Baptiste Coudurier
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy 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-10misc spelling fixesDiego Biurrun
2008-02-15prettyprinting cosmeticsDiego Biurrun
2008-02-01Merge declaration and initialization.Michael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-12add a new av_clip_int16() function to libavutilAurelien Jacobs
2007-08-12ensure av_noinline is always definedAurelien Jacobs
2007-08-09 * Making [START|STOP]_TIMER work on architectures that support gethrtime()Roman Shaposhnik
2007-06-13Blackfin - read_time primitiveMarc Hoffman
2007-06-12misc typo fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-03-12Move the memory related functions out of common.h into their own header filePanagiotis Issaris
2007-03-09Fix typo in Doxygen comments.Panagiotis Issaris
2007-03-05Move unaltered av_freep() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_free() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_realloc() comments to the header file.Panagiotis Issaris
2007-03-05Move unaltered av_malloc() comments to the header file.Panagiotis Issaris
2007-02-25remove [U]INT64_C definitionMåns Rullgård
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-17av_noinlineMichael Niedermayer
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-12slightly improve *_TIMERMichael Niedermayer
2007-01-13Avoid "HAVE_CMOV not defined" warning.Christophe Mutricy
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-12-07merge #ifdef HAVE_AV_CONFIG_H sectionsMå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
2006-12-06remove 'restrict' definition, it is always #defined in config.hMåns Rullgård
2006-12-02spelling cosmetics: cliped --> clippedDiego Biurrun
2006-11-19Correct GET/PUT_UTF8 comment: the get/put functions might be called upReimar Döffinger
2006-11-19Fix typo in commentReimar Döffinger
2006-11-14remove workaround for missing inttypes.hMåns Rullgård
2006-11-14clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård