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-05-09Cosmetics: Remove extra parenthesis.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-01-28Apply VS2012 workaround from 7f5df97c847f542f00b8ffbca35da75bfa470b94 consist...Armada
2013-01-26Try to be consistent with DirectX vertices offsets.Underground78
2013-01-23SubPic.vcxproj: Remove d3d9.lib from the linker libraries since it's not needed.JanWillem32
2013-01-17Apply AStyle on all files.Underground78
2013-01-15initialize variablesXhmikosR
2013-01-15update copyright year for the modified filesXhmikosR
2013-01-12Fix VSFilter compilation after 6c7c8e59e0e8da635cd2abf30f34549fbf88b1de.Armada
2013-01-12VSFilter: Removed remaining BYTE* casts.Armada
2013-01-12VSFilter: Change SubPicDesc::bits type from void* to byte*, fixes deletion of...Armada
2013-01-12Update copyright year for the modified files. Also fix starting copyright ye...XhmikosR
2013-01-11apply astyleXhmikosR
2013-01-10Update changelog.Underground78
2013-01-10Cosmetics: Remove some do {...} while(0) loops.Underground78
2013-01-10ISR: Work around a miscompilation for x64 when using VS2012.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-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-27Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ZeroMemor...XhmikosR
2012-12-10SubPicQueue: Remove animation underrun recovery, it does more damage than good.Armada
2012-12-01cosmeticsXhmikosR
2012-11-17Cosmetic: Add some thread names.Underground78
2012-11-12Properly enable memory leak detection.Underground78
2012-10-23Fix subtitles when switching from animated subs to non-animated subs.Underground78
2012-10-22SubPic: Cosmetics.Underground78
2012-09-25DX7SubPic: Properly handle the max texture size.Underground78
2012-09-25SubPicImpl: Check that the static resource is big enough.Underground78
2012-09-22VSFilter: Fix a bug causing the subtitles not to show with YUY2 color space.Underground78
2012-09-15cosmeticsXhmikosR
2012-08-24remove unused variableXhmikosR
2012-08-23use _T() in the TRACE macro for consistencyXhmikosR
2012-08-12Remove useless EMMS instructionJanWillem32
2012-08-10fix the C4799 warningsxhmikosr
2012-08-01SubPic/SubPicAllocatorPresenterImpl.cpp: move an include along with the rest,...xhmikosr
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-19update docs/Todo.txt, remove a couple #pragma warning(disable : 4799)XhmikosR
2012-07-15update stdafx.h, remove SharedInclude.h where it's not neededXhmikosR
2012-07-12SubPic/MemSubPic.cpp: remove unused macroXhmikosR
2012-06-25reduce variable's scope and avoid using the same nameXhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
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-10cosmeticsXhmikosR
2012-06-10- Remove a couple of unused definesUnderground78