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-08-02Fix some "declaration hides previous declaration" warnings.Underground78
2015-04-16CDDAReader: Support DTS Music Disk.Underground78
2015-01-26Update astyle.ini to remove non-existent files. Add cov-int folder.Kacper Michajłow
2015-01-12CDDA Reader: Improve compatibility with some drives.Underground78
2014-08-19Use the `CheckPointer` macro when possible.XhmikosR
2014-08-19Use the proper format type specifier.XhmikosR
2014-07-11Fix a couple of integer overflows.XhmikosR
2014-06-18Cosmetic: Remove an unwanted line.Underground78
2014-06-15CDDA Reader: Check index more carefully before using them.Underground78
2014-06-15CDDA Reader: Remove a useless conditional.Underground78
2014-01-05Use min/max templated functions from std (part 2).Underground78
2013-11-23Update to astyle v2.04.XhmikosR
2013-11-21Cosmetics: Use CheckPointer.Underground78
2013-11-21Add asserts for normally unattainable default in switch.Underground78
2013-10-31Use the _countof macro instead of specifying the number of elements implicitly.XhmikosR
2013-10-27Fix/silence some warnings (mostly C4244 and C4267 "possible loss of data").Underground78
2013-10-27Check that CAutoVectorPtr::Allocate succeeded before using the memory.Underground78
2013-10-27CDDAReader: Use _byteswap_ushort when possible.Underground78
2013-10-20Use C++ style enum and struct declarations in C++ code.Underground78
2013-10-12Change old strings to MPC-HC.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-09-20Fix CDDA/CDXA Reader filter name.kasper93
2013-07-14Initialize variables in the constructor.XhmikosR
2013-07-03Remove now deprecated UDP and Shoutcast source filters.Underground78
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-05-18cosmetics: add new lines at the end of files.XhmikosR
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-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-02-03Cosmetics: Define or use some constants when possible.Underground78
2013-01-23clean up project referencesXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-10-17cosmeticsXhmikosR
2012-08-11remove unneeded commas from enumsXhmikosR
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-11indentation cosmeticsXhmikosR
2012-07-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
2012-07-01remove Version.lib from the projects that don't need itXhmikosR
2012-06-23updated r5211v0lt
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR