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-19Add parenthesis to clarify a check. (/analyse warning C6336).Underground78
2012-06-19change FLOAT to float for consistencyXhmikosR
2012-06-19change DOUBLE to double for consistencyXhmikosR
2012-06-18use int instead of INTXhmikosR
2012-06-17cosmeticsXhmikosR
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-14EVR Sync renderer: use GetAdapter from WinAPIUtils and remove the duplicated ...Underground78
2012-06-13cosmetics: add a space after the delete operatorXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-12* DSUtil.cpp: remove unused variableXhmikosR
2012-06-09Move the IsWin* functions into an helper class. The OS version is now cached ...Underground78
2012-06-09cosmetics: change the dlls name to lowercase in the LoadLibrary callsXhmikosR
2012-06-08VideoRenderers: fixed all warnings (x64)v0lt
2012-06-08add a few more info for SoundTouch x64 link failureXhmikosR
2012-06-08VideoRenderers: fixed some warnings, optimizationv0lt
2012-06-08VideoRenderers: fixed some warnings, optimizationv0lt
2012-06-07Remove most instances of "using namespace std" statements and explicitly use ...XhmikosR
2012-06-07remove commented out code from IPinHook.cpp since it's in DSUtil.cpp and move...XhmikosR
2012-06-07remove a few redefinitionsXhmikosR
2012-06-04Fix some /analyse warnings:Underground78
2012-06-03AfxMessageBox:Underground78
2012-06-02* Subtitles/RealTextParser: add missing license headerXhmikosR
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
2012-05-28* Use IsWinVistaOrLater in MPCVideoDecFilter.cppXhmikosR
2012-05-28const correctness, patch by demi_alucardXhmikosR
2012-05-28VMR9AllocatorPresenter.cpp: use IsWinVistaOrLater() instead of IsVistaOrAbove()XhmikosR
2012-05-27use a space after if, for, whileXhmikosR
2012-05-25* use UINT instead of int in GetDXSdkRelease() since it makes sense to do soXhmikosR
2012-05-25whitespace cosmeticsXhmikosR
2012-05-23consistently use the DirectX SDK defines from Version.hXhmikosR
2012-05-23indentation cosmeticsXhmikosR
2012-05-22- Use AppendFormat when possible.Underground78
2012-05-22apply astyleXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use the _countof macro where it makes sense.Underground78
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-19Fix some ICL12 warnings (#557 and #810) (mostly pointer truncations for x64 b...Underground78
2012-05-18move apps/MPCTestAPI and apps/mplayerc one dir upXhmikosR
2012-05-18use "DNew" instead of "new" for consistencyXhmikosR
2012-05-13Silence a few C4244 warnings (including some that were repeated many times):Underground78
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-12consistently specify d3d9.lib for the projects that need it and also specify ...XhmikosR
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-10* SyncClock.vcxproj: fix PreprocessorDefinitionsXhmikosR
2012-05-09whitespace cosmeticsXhmikosR
2012-05-07remove unneeded AdditionalLibraryDirectories now that AdditionalDependencies ...XhmikosR