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-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
2008-02-25cosmetics: prettyprintDiego Biurrun
2008-02-2010l: Correctly use preprocessor conditionals.Eddie Pang
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-15prettyprinting cosmeticsDiego Biurrun
2008-02-14Avoid void*-arithmetic.avcoder
2008-02-13Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.Diego Biurrun
2008-02-13Mark MSVC compiler macros as such.Diego Biurrun
2008-02-13Disentangle nested preprocessor directives.Diego Biurrun
2008-02-09Allow compilation with icc 10.1.Carl Eugen Hoyos
2008-02-04Missing const found by -Wwrite-strings.Michael Niedermayer
2008-02-01LZO decoder input is constReimar Döffinger
2008-02-01Do not cast const away.Michael Niedermayer