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
2014-11-11AStyle: Increase max-instatement-indent from 40 to 65.Underground78
2014-10-20Remove empty CString variables initialization.XhmikosR
2014-10-20Initializer list order fixes.XhmikosR
2014-08-25Use `void` instead of `VOID`.XhmikosR
2014-08-25Be consistent with `nullptr`.XhmikosR
2014-08-25Remove redundant variable re-assignments.XhmikosR
2014-08-19Use the `CheckPointer` macro when possible.XhmikosR
2014-08-19Use the proper format type specifier.XhmikosR
2014-06-15MPC Audio Render: Be more careful when dereferencing pointers.Underground78
2014-06-15MPC Audio Render: Mark some member variables as such (cosmetics).Underground78
2014-06-05Cosmetic changes.XhmikosR
2013-10-20Fix the /W4 C4701 warnings: using potentially uninitialized local variable.XhmikosR
2013-10-20Remove default empty string from GetProfileString()kasper93
2013-10-20Fix uninitialized class memberskasper93
2013-10-19Cosmetics: Use the IID_PPV_ARGS macro when possible (2/2).kasper93
2013-10-13Change ".Net" to ".NET".XhmikosR
2013-10-12Change "Gabest" to "MPC-HC".XhmikosR
2013-10-12Change old strings to MPC-HC.XhmikosR
2013-10-07Use the proper size prefix in format functions.XhmikosR
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-08-21Whitespace cosmetics.XhmikosR
2013-07-05Remove now unused internal filters strings from resources.Underground78
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-23Remove unused variables.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-17Use ASSERT everywhere for consistency.Underground78
2013-05-14CMpcAudioRenderer: fix a warningAlex Marsev
2013-05-13Fix typos in comments.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-04-05Filters: regrouped resource IDs.v0lt
2013-03-03Cosmetics: add missing brackets and consistently use .0f instead of .f.Underground78
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-01-23clean up project referencesXhmikosR
2013-01-17check return valueXhmikosR
2013-01-17cosmeticsXhmikosR
2013-01-16fix MpcAudioRenderer compilationXhmikosR
2013-01-15MpcAudioRenderer: fixed sound device list width.v0lt
2013-01-12Fix some resource leaks.Underground78
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-28move the ResStr define in DSUtil.h instead of duplicating itXhmikosR
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-16cosmetics in commentsXhmikosR
2012-11-12Properly enable memory leak detection.Underground78