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
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
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-09fixed some warnings and typos, cosmeticsv0lt
2012-06-03Fix some x64 specific C4244 warnings.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-05-01move the defines for the filters' names to their headers for the rest of the ...XhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-03-31cosmetics in the filters' names for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2011-08-07various #include cosmeticsXhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2010-12-17apply astyle formattingXhmikosR
2010-08-16muxers: applied astyle formattingXhmikosR
2010-05-29A lot of compiler L4 warnings fixed (some warnings disabled)kinddragon
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
2010-02-21Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all #incl...povaddict
2010-02-19Changed C casts to C++ casts and some code formatting correctionsjonasno
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict