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-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
2008-02-01Merge declaration and initialization.Michael Niedermayer
2008-02-01Dont cast const away.Michael Niedermayer
2008-01-31Fix the following using void* casts, proper casts are less readable andMichael Niedermayer
2008-01-30fixing warningMichael Niedermayer
2008-01-28Remove integer.h inclusion.Benoit Fouet
2008-01-28Move common test program infrastructure to common.mak.Diego Biurrun
2008-01-28Move some lines in preparation for an upcoming commit.Diego Biurrun
2008-01-28Add Makefile rules for test programs.Diego Biurrun
2008-01-28Do not install integer.h, it is not part of the public API.Diego Biurrun
2008-01-27Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger
2008-01-24Comment to explain how the add/remove core works.Michael Niedermayer
2008-01-21Faster ff_sqrt()Michael Niedermayer
2008-01-17Disallow puts(), av_log() should be used instead.Diego Biurrun
2008-01-16Print removing of nodes in the test code.Michael Niedermayer
2008-01-16simplifyMichael Niedermayer
2008-01-15Add a couple of missing consts.Sigbjørn Skjæret
2008-01-10Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun
2008-01-09Allow compilation of test programs when TEST is defined.Diego Biurrun
2008-01-09Remove unused variable j.Diego Biurrun
2008-01-09Remove unused variable variance.Diego Biurrun
2008-01-09Fix test program compilation, random() needs to be undefined.Diego Biurrun
2008-01-07Fix access to the last element of the table.Aurelien Jacobs
2008-01-05install crc.h which is now part of public APIAurelien Jacobs
2008-01-05improve CRC APIAurelien Jacobs
2008-01-04indentMichael Niedermayer
2008-01-04Flip key and element so types match, not that it matters for any codeMichael Niedermayer
2008-01-04Document O() time.Michael Niedermayer
2008-01-04Document node removial API.Michael Niedermayer
2008-01-04Fix selftest.Michael Niedermayer
2008-01-04Support removing elements.Michael Niedermayer
2008-01-04Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer
2008-01-04Always set next correctly, even if a matching element is found (that isMichael Niedermayer
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