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 (Collapse)Author
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
Microsoft recommends to avoid using NULL or zero (0) as a null pointer constant since nullptr is less vulnerable to misuse and works better in most situations. Also fix some cases where NULL was used instead of 0 or FALSE.
2013-03-22Revert "Shaders: shaders moved from ini and registry to separate folder."v0lt
This reverts commit 0e2e3b94584d32dd76a654869cd849757f305cc8.
2013-03-22Shaders: shaders moved from ini and registry to separate folder.v0lt
(MPC-BE 2296, 2297, 2309, 2342)
2013-03-16Revert "Move code of shaders from registry and ini to separate files in folder."XhmikosR
This reverts commit da59b57a76da243275345bc5e6045382e13102e8.
2013-03-16Move code of shaders from registry and ini to separate files in folder.v0lt
2012-11-18Web server: Escape the user inputs to avoid XSS exploits.Underground78
This commit partially fixes ticket #2729.
2012-11-12Properly enable memory leak detection.Underground78
Use MS define DEBUG_NEW.
2012-09-30small correction to UrlEncode function (thanks to exodus8)v0lt
2012-09-30run astyleXhmikosR
2012-09-30WebUI: added support for '#', '%', '+' and other characters in file names ↵v0lt
(ticket #2267)
2012-08-10fix the C6328 warnings found with /analyzexhmikosr
'char' passed as parameter '1' when 'unsigned char' is required in call to 'isupper' 'char' passed as parameter '1' when 'unsigned char' is required in call to 'isspace'
2012-07-25remove the svn keyword Idxhmikosr
2012-07-08Use the locale to format the file size with correct thousand separator in ↵Underground78
the properties page and when generating thumbnails. This commit fixes ticket #2275. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5414 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-07-07indentation cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5390 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
Note: if you have any local patches just run astyle.bat git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5110 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-11remove commented out codeXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5081 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-03MultiByteToWideChar: the destination size should be given in characters not ↵Underground78
in bytes (spotted with /analyze). Patch by XhmikosR. Also ensure that the destination string is properly null terminated. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4996 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-03DSUtil: fixed all warningsv0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4990 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-02Cosmetics: make the return statements consistent.Underground78
Patch partially by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4978 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-27use a space after if, for, whileXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4907 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-10DSUtil: add missing license headersXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4670 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-10remove unused codeXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4663 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-02-05apply astyleXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4039 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
Patch partially by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3637 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-12-17apply astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2786 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-12DSUtil: applied astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2533 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09revert r1783XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1785 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
switch used: astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren http://astyle.sourceforge.net/ git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1783 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-21Merged VSFilterMod rev20, only 64 bit code enabled for the time beingjonasno
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1688 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict
They now mostly match the case used in #includes, and they're consistent with the names of the .h files they contain. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1648 10f7b99b-c216-0410-bff0-8a66a9350fd8