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-06-29Remove now deprecated filters.Underground78
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-01Cosmetics: keep style consistent in multiline macros.XhmikosR
2013-05-28Remove unneeded typedef QWORD.XhmikosR
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-17Use ASSERT everywhere for consistency.Underground78
2013-05-15MatroskaSplitter: actual duration for incomplete files.Aleksoid1978
2013-05-14MatroskaSplitter: small fix for 436f537dc0.v0lt
2013-05-14MatroskaSplitter: improved algorithm for calculating fps when it is incorrect.v0lt
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-03-22cosmeticsXhmikosR
2013-03-11MatroskaSplitter: Add support for ALACvBm
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.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-12add ";" in BeginChunk/EndChunk macro calls for consistencyXhmikosR
2012-08-16apply astyleXhmikosR
2012-08-16MatroskaSplitter: fix bad values for cropping (standard values ​​can be o...v0lt
2012-08-11Fix some warnings found with /analyze:Underground78
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-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-21indentation 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-07-01keep the style constantXhmikosR
2012-06-29update for r5307v0lt
2012-06-28fix a few C4267 x64 warningsXhmikosR
2012-06-27revert r5296XhmikosR
2012-06-27remove unneeded typedef QWORDXhmikosR
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-19change FLOAT to float for consistencyXhmikosR
2012-06-17*.def files: tabs to spacesXhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
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-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead of...v0lt