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
2013-10-20Fix uninitialized class memberskasper93
2013-10-19Cosmetics: Use the IID_PPV_ARGS macro when possible (1/2).Underground78
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-29Remove VS2010 support.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-23Const correctness. Also pass the argument by reference when possible.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-05-28Remove unneeded typedef QWORD.XhmikosR
2013-05-18cosmetics: add new lines at the end of files.XhmikosR
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-14CBaseMuxerOutputPin: fix a warningAlex Marsev
2013-05-11Reduce variable scope.XhmikosR
2013-05-10Use IsEmpty() instead of GetCount() whenever possible.Underground78
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-10Use IsEmpty() instead of GetSize() or GetLength() whenever possible.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-07Add missing brackets.Underground78
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-01-23clean up project referencesXhmikosR
2013-01-18fix warningXhmikosR
2013-01-17check return valueXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2013-01-06Revert "Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for Z...XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-27Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ZeroMemor...XhmikosR
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-08-02Show the hash and branch information in the file version information.Underground78
2012-08-02fix line endingsxhmikosr
2012-07-26rename Version.sh and Version.h to lowercasexhmikosr
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-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
2012-07-01remove unneeded new lines around #pragma onceXhmikosR
2012-07-01remove Version.lib from the projects that don't need itXhmikosR
2012-06-28fix a few C4267 x64 warningsXhmikosR
2012-06-27revert r5296XhmikosR
2012-06-27indentation cosmetics, break a few long lines, keep a few one line blocksXhmikosR
2012-06-27remove unneeded typedef QWORDXhmikosR
2012-06-26apply astyleXhmikosR
2012-06-24a partial refund and alteration of r5260v0lt
2012-06-24fixed type mismatch warnings (C4267)demi_alucard
2012-06-22MatroskaMuxer.cpp: fix a C4267 warningXhmikosR