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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-17*.def files: tabs to spacesXhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-09fixed some warnings and typos, cosmeticsv0lt
2012-06-03Fix some x64 specific C4244 warnings.Underground78
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-08Use secure version of the string copy functions.Underground78
2012-05-07remove unneeded AdditionalLibraryDirectories now that AdditionalDependencies ...XhmikosR
2012-05-07clean up AdditionalDependencies; They are not really needed for VS2010 as lon...XhmikosR
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-05-01move the defines for the filters' names to their headers for the rest of the ...XhmikosR
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
2012-04-11move common ResourceCompile options to common.propsXhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR
2012-03-31cosmetics in the filters' names for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2012-01-31* change OutDir to "bin" instead of "bin10" now that we only use MSVC 2010XhmikosR
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-20clean up preprocessor definitionsXhmikosR
2011-08-09* simplify ExcludedFromBuild ConditionXhmikosR
2011-08-07various #include cosmeticsXhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
2011-07-22cleanup inherited PreprocessorDefinitions, don't use a hardcoded path to vers...XhmikosR
2011-07-09filters: don't use a hardcoded path to Version.h, add the path to version.h t...XhmikosR
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move /IGNORE:...XhmikosR
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ...XhmikosR
2011-06-21cleanupXhmikosR
2011-06-15fix the LNK4006 warnings and minor cleanup in the project filesXhmikosR
2011-05-05MFC bloat fix (part5): Updated project files for the filtersclsid2
2011-03-31add a few preprocessor definitions for the resource compilerXhmikosR
2011-03-31various version related changes:XhmikosR
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
2011-01-14merge debug/release props files to common.propsXhmikosR
2011-01-14clean up project files, move a few properties to the props/vsprops filesXhmikosR
2010-12-17apply astyle formattingXhmikosR
2010-12-12use SDK 7.1 in VS2010 buildsXhmikosR
2010-12-11various version related changes:XhmikosR
2010-09-15move the /MP switch from the project files in the release.props/vsprops filesXhmikosR
2010-08-31removed "Template" configuration from vs2010 projectsXhmikosR
2010-08-21-Use $(TargetExt) in the OutputFile in VS2010 FiltersXhmikosR