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-06-08Make START/STOP_TIMER not require -v 2.Michael Niedermayer
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-06-01Macro suggested by Michael which will be used to disable theStefano Sabatini
2008-05-30Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun
2008-05-26Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer
2008-05-26Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer
2008-05-23indentMichael Niedermayer
2008-05-23make av_strdup(NULL) return NULLMichael Niedermayer
2008-05-09Add required stdint.h header.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-05-06minor wording fixDiego Biurrun
2008-05-06minor spelling fixDiego Biurrun
2008-05-03add necessary #includes in headersMåns Rullgård
2008-04-26add FFMIN3Baptiste Coudurier
2008-04-24Enhance documentation for AVClassStefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-18Fix des-test compilation.Diego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-11remove useless extern keyword.Stefano Sabatini
2008-04-09cosmetics (by Björn Axelsson)Benoit Fouet
2008-04-09Add a generic write function to av_fifo.Björn Axelsson
2008-04-08non-recursive makefilesMåns Rullgård
2008-04-05simplifyMichael Niedermayer
2008-04-03Merge declaratio and initialization.Michael Niedermayer
2008-04-03Merge declaration and initialization.Michael Niedermayer
2008-03-22Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX partsAlexander Strange
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-19add missing #include "common.h" to libavutil headersMåns Rullgård
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-1932/64-bit agnostic x86 bswapMåns Rullgård
2008-03-18cosmetics: sanitise asm() statements in bswap.hMåns Rullgård
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-18add REGd definitionMå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-13#include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun
2008-03-13#include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun
2008-03-13Add missing stdint.h #include to headers that use it.Diego Biurrun
2008-03-13typo fixesDiego Biurrun
2008-03-10misc spelling fixesDiego Biurrun
2008-03-08#error in case we do not know how to provide alignment.Diego Biurrun