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
2015-11-16Remove unneeded conditional properties in project files.Kacper Michajłow
2015-03-02Suppress type mismatch warnings.Kacper Michajłow
2014-10-20Initializer list order fixes.XhmikosR
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-09-01Comment out some unused variable assignments.Underground78
2014-01-05Use min/max templated functions from std (part 1).XhmikosR
2013-11-23Update to astyle v2.04.XhmikosR
2013-11-21Cosmetics: Use CheckPointer.Underground78
2013-10-20Fix uninitialized class memberskasper93
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-14Use an empty line after #pragma once directives.XhmikosR
2013-08-21Whitespace cosmetics.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-14CBaseMuxerOutputPin: fix a warningAlex Marsev
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-01-23clean up project referencesXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-01cosmeticsXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-09-29fix a few cppcheck warnings:XhmikosR
2012-08-11break a few enums in separate lines; it's easier to readxhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21indentation cosmeticsXhmikosR
2012-07-15update stdafx.h, remove SharedInclude.h where it's not neededXhmikosR
2012-07-01remove unneeded new lines around #pragma onceXhmikosR
2012-06-27indentation cosmetics, break a few long lines, keep a few one line blocksXhmikosR
2012-06-26apply astyleXhmikosR
2012-06-24a partial refund and alteration of r5260v0lt
2012-06-24fixed type mismatch warnings (C4267)demi_alucard
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
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-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
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-09Use secure version of *fopen.Underground78
2012-04-27apply astyle and move a couple of includes along with the others in Rasterize...XhmikosR
2012-04-23Remove SSF supportXhmikosR
2012-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
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-10License header changes for consistencyXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR