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-08-20whitespace cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2280 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-18Added correct IDs for the docked bars. This fixes all known crashes with ↵XhmikosR
MSVC2010 builds. Patch by heksesang git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2267 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-06-21Added : VP8 CLSID;Aleksoid
Fix : Open file with Dub & "Keep history of recently opened files"; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2067 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-17SyncClock moved to renderer/misc/SyncClockkinddragon
Internal audio switcher ticket #477 fixed Added Hdmv subtitle stream name Disabled Hdmv subtitle size optimization (dosn't work correct with large subtitles) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1887 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-16Some warnings fixed (uninitialized local variable, unused local variable, ↵kinddragon
comparison signed/unsigned type, assignment in if) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1886 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-16"Touch Window From Inside" fixedkinddragon
Added auto saving position every 30 seconds Some minor format changes git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1885 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-05Improved subtitle handling (should be refactored later)kinddragon
Removed unnecessary methods CComPtr<> parameters git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1844 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-10-Fixed navigation panel is now closed when opening any new source ↵XhmikosR
(m_iPlaybackmode attribute has been encapsulated in GetPlaybackMode and SetPlaybackMode methods) -Fixed possible coding error in Mainfrm.cpp function OnPlayPlay(): "else if (m_iPlaybackMode = PM_FILE) OnPlayPlay()" "=" replaced by "==" Patch by XPC git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1786 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-03-06Fix potential crash by using _MAX_DRIVE (thanks aggro). Also changed all ↵Spec-Chum
MAX_PATH to _MAX_PATH for consistency across all files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1732 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-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-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-12-24-changed "VS XXXX" string to "MSVS XXXX"XhmikosR
-cosmetics in playlist save as file types git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1447 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-09-27New : Seamless playback support for multi files BRDCasimir666
Fixed : compilation error in debug mode git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1287 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
2009-04-18Changed : merge with Beliyaal branchCasimir666
Added : support for madVR (new Video Renderer) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1048 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-03-21Changed : Playlist file is now saved in mpc folder (patch # 2671496)Casimir666
Changed : frame by frame modify to support step frame back functionality (except for VMR9) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1014 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-12-04CHANGE : Gui option(in Playlist popupmenu) for rev.912Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@913 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-11-13Removed file association option for image files. No sane person should ever ↵clsid2
want to make MPC the default viewer for images. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@885 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-11-04File associations: Use a different ProgID for each extension.clsid2
MPCIconLib: Icons are no longer directly tied to the file groups in MPC. It is now possible to customize how many icons are included in the library. It is also possible to exactly define which icon belongs to which file extension. The library can be modified independently from MPC. File associations: MPC's own icon will get used as filetype icon when the icon library contains no icon for a file extension. MPCIconLib: I have excluded some icons for less common file formats to make the file smaller. They can easily be re-included by uncommenting some code. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@858 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-10-09Fix : UOP removed from first PGCCasimir666
Fix : DVD remember position with /dvdpos option Fix : Don't play pictures with "Open folder" action git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@831 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-10-08CHANGE : The "Open Folder" load all file formats supported by the player, ↵Aleksoid
not just those associated. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@827 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-22FIX : rev.740 - Do not correctly identified association filesAleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@741 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-22CHANGE : Open directory(shell context menu or MPC-HC menu) - load only ↵Aleksoid
enqueue audio/video files, those with file extensions from the Formats page in MPC options git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@740 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-10-16.pls can now be used with winamp tooalexwild
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@312 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-23Fix remember position bug in playlist + option NO_BUILDIN_FITERSCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@230 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
2007-09-02Modifications for x64 supportCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@180 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-04-21git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@54 ↵Casimir666
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