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-17astyle.ini: remove --keep-one-line-statements, add PODTypes.h to the exclude ...XhmikosR
2012-06-17*.def files: tabs to spacesXhmikosR
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-02Cosmetics: make the return statements consistent.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-17remove commented out codeXhmikosR
2012-05-16fix some C4244 warningsv0lt
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-13* rewrote r4698 using C casts instead of C++ castsv0lt
2012-05-12Silence some C4244 warnings by adding explicit casts when it's safe to do soUnderground78
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-10use _DEBUG for consistencyXhmikosR
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-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
2012-04-22fix C4819 warnings and thus compilation under some system codepages like Japa...XhmikosR
2012-04-20revert r4443 and r4445XhmikosR
2012-04-20Use secure CRT functions. Patch mostly by XhmikosR.Underground78
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
2012-04-15move AsyncReader to the thirdparty folderXhmikosR
2012-04-12License header changes for consistency (should be the last ones hopefully)XhmikosR
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-04-09remove unneeded checks for Windows NTXhmikosR
2012-03-31cosmetics in the filters' names for consistencyXhmikosR
2012-03-25Change : migration to the original ffmpeg's branch(take the ffmpeg from LAV -...Aleksoid
2012-02-05apply astyleXhmikosR
2012-01-31* change OutDir to "bin" instead of "bin10" now that we only use MSVC 2010XhmikosR
2012-01-22replacing the function GetFileSize, SetFilePointer to GetFileSizeEx, SetFileP...v0lt
2011-12-04Add : Support read Chapters on .IFO play;Aleksoid
2011-12-03fix for r3872v0lt
2011-12-03Add : Support language info for Audio stream on .IFO play;Aleksoid
2011-12-03Change : Use FriendlyName for LAV, AV and Haali Source, instead of filename;Aleksoid
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-20clean up preprocessor definitionsXhmikosR
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
2011-08-09* simplify ExcludedFromBuild ConditionXhmikosR
2011-08-09Warning fixes:Underground78