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
2010-09-25legacy branch: merge changes from trunk 2622-2626, updated apps project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@2627 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-19merge changes from trunk r2568-r2581,r2583-r2596XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@2597 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-15merge changes from trunk r2365-r2561XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/legacy@2562 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-21all VS2010 projects use "bin10" as the OutDirXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2291 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-06VSrip, MPCTestAPI: updated project files, rc file cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2209 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-27-updated project files fixing some warnings for msvc2010 buildsXhmikosR
-fixed vsfilter msvs2010 solution file -added msvc2010 projects for MPCTestAPI -updated svn ignore list git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2158 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-25project files cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2152 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-08MPCTestAPI: astyle formatting, added MSVS2008 solution file, updated svn ↵XhmikosR
ignore list git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2111 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-04-19Style patch part1. based on newly released astyle 1.24.tetsuo55
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1790 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-21Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all ↵povaddict
#includes to match. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1686 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-09Converted #include slashes from \ to / (makes the code more portable)XhmikosR
Patch by Nicolás Alvarez. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1647 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-06Added : support for SRM7500 remote controlCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1614 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-03-16ADD MpcApi command : CMD_TOGGLEFULLSCREEN, CMD_JUMPFORWARDMED, ↵Aleksoid
CMD_JUMPBACKWARDMED, CMD_INCREASEVOLUME, CMD_DECREASEVOLUME, CMD_SHADER_TOGGLE, CMD_CLOSEAPP git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1011 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-01-12removed MSVC 2005 project filesdrevil_xxl
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@970 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-03-15CHANGED : modifications for Visual Studio 2008 (old projects renamed to xxx ↵Casimir666
_vs2005.vcproj / sln) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@466 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-03-07update APImatmaul
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@440 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-02-14Patches from ClsidCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@401 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-02-10 NEW : First release of mpc-hc APICasimir666
CHANGED : Standalone filter renamed to be prefixed by "MPC - xxx" FIXED : Standalone filter property page were empty REMOVED : Evr custom fix for Microsoft Mpeg2 decoder remove because of side effect (will be fixed later) FIXED : Compilation errors in x64 CHANGED : CSS classes added in WebServer (request #1885296 ) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@399 10f7b99b-c216-0410-bff0-8a66a9350fd8