Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-03-08check for x86 bswap instructionMåns Rullgård
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07simplify library version handlingMåns Rullgård
2008-02-28Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger
2008-02-28simplify lzo-test ruleMåns Rullgård
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-26This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross
2008-02-25Fix MSVC identification, patch by Eddie Pang.Eddie Pang
2008-02-25Make code C conformant.Michael Niedermayer