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
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-09-04Create config.asm for use with yasmMåns Rullgård
2010-08-17Remove dep/depend targets and related variables.Diego Biurrun
2010-07-21Add libavcore.Stefano Sabatini
2010-07-04Stop make complaining about moved/deleted headersMåns Rullgård
2010-06-27Add -I flags to HOSTCFLAGSMåns Rullgård
2010-06-26Fix brief make messages when CC etc are specified on command lineMåns Rullgård
2010-03-17Make ranlib silent in brief output modeMåns Rullgård
2010-03-14Fix brief make output for generated tablesMåns Rullgård
2010-03-10Remove .SECONDARY directiveMåns Rullgård
2010-03-10Improve version.h generationMåns Rullgård
2010-03-10Replace $(G) with more generic $(M) in silent make rulesMåns Rullgård
2010-03-10Prettify make output for documentationMåns Rullgård
2010-03-09Prettify make output when generating headersMåns Rullgård
2010-03-09Simplify static/shared build rulesMåns Rullgård
2010-03-09Remove duplicates from OBJSMåns Rullgård
2010-03-08checkheaders: skip per-arch headers not meant for direct inclusionMåns Rullgård
2010-03-08Add TESTOBJS make variable for extra objects used by test appsMåns Rullgård
2010-03-08Skip cmdutils_common_opts.h fragment in checkheadersMåns Rullgård
2010-03-08Define HAVE_AV_CONFIG_H only when building librariesMåns Rullgård
2010-03-06Fix build with compilers using a separate dependency commandMåns Rullgård
2010-03-06Prettify make outputMåns Rullgård
2010-02-27Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård
2010-02-26Disable suffix rulesMåns Rullgård
2010-01-29Move ECFLAGS so it doesn't get added multiple timesMåns Rullgård
2010-01-28Append ECFLAGS to CFLAGSMåns Rullgård
2010-01-27Revert r21226, it was a joke:Ramiro Polla
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-15Get one step closer to world domination.Ramiro Polla
2009-11-22Delete *.d files with make cleanMåns Rullgård
2009-10-29Add generic rules for building helpers with HOSTCCMåns Rullgård
2009-08-23Add PIC flags early so tests they affect give correct resultsMåns Rullgård
2009-08-23Skip headers requiring external libs not present in checkheadersMåns Rullgård
2009-08-08Generate dependencies while compiling if supported by compilerMåns Rullgård
2009-08-08Generate dependencies when object files are builtMåns Rullgård
2009-07-28Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård
2009-07-23Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård
2009-07-12Append the user CPPFLAGS value to the CPPFLAGS used for compilation,Stefano Sabatini
2009-07-12Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård
2009-07-12Allow unusual ways of specifying compiler output fileMåns Rullgård
2009-07-12Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård
2009-07-12Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård
2009-05-29Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 haveDave Yeo
2009-05-20Fix building from within subdirsMåns Rullgård
2009-04-13Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun
2009-04-01Always use -L flags for all subdirsMåns Rullgård
2009-04-01Move make rules applicable only to subdirs into subdir.makMåns Rullgård
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-26Use a wildcard match instead of a list to remove test programs.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun