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
2017-03-07Mark arrays as const to move them to the .rdata section.Kacper Michajłow
2016-04-12Save all solutions and project files with Visual Studio 2015.Underground78
2015-11-16Remove unneeded conditional properties in project files.Kacper Michajłow
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-10-20Add a props file for 3rd party libraries.XhmikosR
This way, we'll be able to use separate settings more easily.
2013-09-29Update VirtualDub to v1.10.1-test12.XhmikosR
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-05-15cosmetics: use quotes in a non system include.XhmikosR
2013-05-10project files: disable /analyze for x64 platform for 3rd party libraries.XhmikosR
2013-02-01update VirtualDub to v1.10.4-test1XhmikosR
2013-01-23clean up project referencesXhmikosR
2013-01-08Add VS2012 support.XhmikosR
* We use the same project files as VS2010 which makes things easier to maintain. * We don't use any MFC hack to reduce the binaries' size. We use the _AFX_NO_MFC_CONTROLS_IN_DIALOGS define for the standalone filters which has the same effect and it's cleaner. MPC-HC itself is a little bigger uncompressed, but its compressed size is the same.
2012-09-17update VirtualDub to v1.10.3-test6XhmikosR
2012-07-01remove UseOfMFC from non-MFC projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5333 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-04disable /analyze for the 3rd party projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5007 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4710 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4690 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-10move the TargetMachine option to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4325 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-03-16update Changelog.txtXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4151 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-12-03update VirtualDub to v1.10.1-test16XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3877 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-10-19simplify a few more projects (should be much easier to add a new language in ↵XhmikosR
mpcresources) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3785 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-15* Use precompiled headersXhmikosR
* add support for precompiled headers for BaseClasses, lcms2, libpng * create/use precompiled headers for Kasumi and MPCVideoDec Release configs Overall decrease in compilation time approx. 45% on my machine git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3667 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-11update VirtualDub to v1.10.1-test11XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3643 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-09* fix 2 remaining C4800 warningsXhmikosR
* disable C4996 for debug builds (see DSUtil/SharedInclude.h) * disable all warnings for kasumi and system projects git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3621 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-02* compilation fixes with precompiled headers (still not using them except ↵XhmikosR
for the mplayerc project) * completely disable it for those projects that don't support it git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3555 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
* correctly set /arch:SSE for Win32 builds only * move lgLcd.lib to mplayerc.vcxproj * remove any midl references from the projects * disable all warnings for more 3rd party libs for both Debug and Release builds like libpng git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3495 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-23remove any resource compiler references from projects that don't have any ↵XhmikosR
resource files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3461 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ↵XhmikosR
is willing to maintain them git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3256 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-04-17clean up VirtualDub project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3038 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2978 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-01-14merge debug/release props files to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2851 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-12-12use SDK 7.1 in VS2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2766 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-15move the /MP switch from the project files in the release.props/vsprops filesXhmikosR
Patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2557 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-07updated Authors, Changelog, ffmpeg and a minor whitespace cleanup in VD filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2503 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-03project file cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2447 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-16removed DisableSpecificWarnings from common.props and common.vsprops filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2250 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-02specified target machine (/MACHINE:XXX) in MSVS2010 project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2175 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-26Initial commit of MSVS 2010 project files.XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2156 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-06-08Fix: ICL now compiles with all 4 configs (x86 and x64 both debug and release)Spec-Chum
Fix: About box didn't open with ICL (should fix same issue with VS2010 too) Fix: Crash when opening internal filter property page when compiled using ICL Added: ICL now added to MPC-HC Compiler section of about box if used to compile MPC-HC git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2015 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-29sorted projects alphabetically in mpc-hc.sln plus some project files cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1984 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-29A lot of compiler L4 warnings fixed (some warnings disabled)kinddragon
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1982 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-28everything compiled goes in the bin folder plus project files cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1962 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-27clean up project files and added the /arch option in the release.vsprops so ↵XhmikosR
we can easily enable it or disable it in all projects git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1958 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-26imported branch with a lot project modifications regarding the IntDir, ↵XhmikosR
OutDir etc git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1952 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-21more compilation fixesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1911 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-21fixed standalone filters compilation broken after r1907 (vsfilter is still ↵XhmikosR
broken) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1910 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-21DSUtil now use new VirtualDub libraries (SSE2 deinterlacing for MPEG2 decoder)kinddragon
AudioSwitcher rare memory corruption fixed git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1907 10f7b99b-c216-0410-bff0-8a66a9350fd8