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
2012-05-18move apps/MPCTestAPI and apps/mplayerc one dir upXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4789 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10License header changes for consistencyXhmikosR
most part of patch is by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4330 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3650 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
2011-08-04move irrelevant headers from stdafx.h where they are neededXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3573 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-06synchronized time precision for reverse OSD time and for playlist items.v0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3336 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-05-22apply astyle, whitespace cleanup for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3138 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-05-21Added a "Clear" option to the playlist context menu.Underground78
This commit fixes ticket #1216 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3132 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-01-29update copyright yearXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2895 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-01-04-moved scattered favourite/playlist settings to AppSettingssansnom05
-fixed various cppcheck warnings (unused variables, TRACE_EVR macro) -removed unused MPCAudioDecFilter.cpp/.h git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2810 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-11-21-using exist naming convention for variables in appsettingssansnom05
-small cleanups(remove unused variables, use const for const member functions, header files cleanup) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2739 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-10-05fixed some warnings(operator=), removed unused variables, small cleanupssansnom05
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2667 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-29cosmetics, updated lcms2XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2645 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-24whitespace cleanup, updated changelogXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2619 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-23Updated changelog plus cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2615 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-23fixed: use real shuffle algorithm instead of random jump.sansnom05
This commit fixes ticket #52 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2613 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-08Added new subtitle options:XhmikosR
-always default to external subtitles -ignore embedded subtitles -Autoload subtitle paths Patch by heksesang, translation rc files updated by Underground78 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2508 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-13Fix : Logical/numeric sorting in Playlist, "Play next in the folder";Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2121 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-05astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2103 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-01Problem with auto-loading subtitles fixedkinddragon
This commit fixes ticket #456 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1825 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-04-05Improved play listkinddragon
Disabling all internal filters fixed git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1778 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-10Cleanup #includes.povaddict
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1650 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-02-10In all files in apps/mplayerc, change #include "stdafx.h" to "StdAfx.h".povaddict
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1649 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-01-01-updated CompanyName in filters resources and in MPC-HC resource fileXhmikosR
-changed CompanyName, LegalCopyright and OriginalFilename in translations resources -changed "MPC Compiler" to "MPC-HC Compiler" -updated year to 2010 (Happy new year!) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1457 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-04-18Resource cleanupCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1049 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-08FIX : Problems with SHUFFLE function (bug #2030723)Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@721 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-09license update; whitespace cleanupalexwild
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@193 10f7b99b-c216-0410-bff0-8a66a9350fd8
2006-06-25git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@14 ↵Casimir666
10f7b99b-c216-0410-bff0-8a66a9350fd8