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
2014-10-20Initializer list order fixes.XhmikosR
2014-09-20Properly catch a bad allocation exception.kasper93
2014-08-25Remove redundant variable re-assignments.XhmikosR
2014-08-03ISR: Remove "Round up to power of two" option.Underground78
2014-07-18DX7 Subpic: Avoid resetting the static subpicture when possible.Underground78
2014-07-18SubPicImpl: Minor cosmetics.Underground78
2014-05-13Subtitles: Add option to render subtitles at source video resolution.Armada
2014-03-25Subpic related classes: Correctly check for failed memory allocation.Underground78
2014-01-13DX7 SubPic: Use the same filtering than DX9 SubPic for consistency.Underground78
2013-12-01SubPic: Support textures with an inverse alpha.Armada
2013-11-13Clean up structs/enums.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-01-28Apply VS2012 workaround from 7f5df97c847f542f00b8ffbca35da75bfa470b94 consist...Armada
2013-01-26Try to be consistent with DirectX vertices offsets.Underground78
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-10Cosmetics: Remove some do {...} while(0) loops.Underground78
2012-11-12Properly enable memory leak detection.Underground78
2012-09-25DX7SubPic: Properly handle the max texture size.Underground78
2012-09-15cosmeticsXhmikosR
2012-07-25remove the svn keyword Idxhmikosr
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
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-04Limit subpic texture size doubling to low resolutionsclsid2
2012-04-16remove unneeded AdditionalIncludeDirectories and simplify includes a little bitXhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2010-12-17apply astyle formattingXhmikosR
2010-09-18Subtitles, SubPic: applied astyle formattingXhmikosR
2010-09-05cleanupXhmikosR
2010-05-29ISubPic.h divided to several files kinddragon
2010-05-16Some warnings fixed (uninitialized local variable, unused local variable, com...kinddragon
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
2010-02-21Merged VSFilterMod rev20, only 64 bit code enabled for the time beingjonasno
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict