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-07-05astyle formattingXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2103 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-23Resource files fixedkinddragon
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1930 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-07Video renderer's moved to static librarykinddragon
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/videorenderslib@1859 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-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-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-10-28More typosclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1314 10f7b99b-c216-0410-bff0-8a66a9350fd8
2009-02-15Minor changesclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@997 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-07ADD : GUI Option for the association of files: you can now specify - with or ↵Aleksoid
without icons. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@825 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-10-04FIX : x64 compile error, rev.816Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@818 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-10-03CHANGE : RebuildIconsCache(rev.815) replace with SHChangeNotify() - to ↵Aleksoid
correct and complete repaint icons, since the association git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@816 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-10-02ADD : Rebuild Icons cache after Formats associate;Aleksoid
ADD : Support for mpciconlib.dll - dll with icons for different type of files(mpciconlib project add later) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@815 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-30ADD : Gui option for Explorer Context menu->Files(see Formats Page)Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@764 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-30fix for Rev.760Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@762 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-30ADD : Gui option for Explorer Context menu->Directory(see Formats Page)Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@760 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-23Remove Playlist form Video Group on "Formats" PageAleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@747 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-22Minor AutoPlay fix. Added quotes around executable path.clsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@746 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
2008-08-20FIX : MPC-HC file association cleanup bug (rev.731), these commands are not ↵Aleksoid
working: mplayerc /unregvid mplayerc /unregaud git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@737 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-19ADD : Adding Entries to the Explorer Context Menu for Directory(MPC now ↵Aleksoid
reads the entire directory) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@736 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-19FIX : selection of a language not all data transferred(need restart on MPC-HC).Aleksoid
FIX : Slovak, Chinese (simplified), Korean language not show subMenu "Shader". git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@735 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-18ADD : change in VideoDecoder Settings for rev.681(read AR from stream)Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@733 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-16little FIX about file association for 731rev.Aleksoid
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@732 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-08-16FIX : Format & File Associate - Aleksoid
"Image File" now not include by pressing "Video" button on all language, Correct show non associated formats, Add MPC-HC default ICON for associated formats; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@731 10f7b99b-c216-0410-bff0-8a66a9350fd8
2008-01-27Added : Theora internal decoderCasimir666
Updated : VC1 decoder (DXVA not working yet) Code cleanup git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@385 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-10-07Dirac filter desactivated (not stable), fix bug on file format association ↵Casimir666
when UAC was disabled git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@292 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-27Added descriptions for each extension in format registrationCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@264 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-17Keep registered icon in file associationCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@229 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-16Fix mistakeCasimir666
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@227 10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-09-16CHANGED: File format association. MPC is now recognize as a registered ↵Casimir666
application by Vista, and compatible with UAC. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@226 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-07-05git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@140 ↵Casimir666
10f7b99b-c216-0410-bff0-8a66a9350fd8
2007-04-22git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@56 ↵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