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
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-05-11Sync code of the subtitle editor between VSFilter and MPC-HCkasper93
2014-03-03Fix compilation of standalone filters after ↵Underground78
3527afd9ec710ab601e25319dddeb482f5001362. Also move the workaround into its own project.
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Revert "revert r5403"XhmikosR
This reverts commit 0199ac6f967f6ba8271323f124d1790a16d840bb. Conflicts: src/MPCTestAPI/MPCTestAPI.vcxproj src/filters/transform/VSFilter/VSFilter.vcxproj src/mpc-hc/res/mplayerc.rc2 Embed the manifests via the project files. The issue we had with mt.exe is fixed in VS2012.
2013-09-29Remove VS2010 support.XhmikosR
Also remove the MFC hacks we used for VS2010 to reduce the executable's size.
2013-01-23clean up project referencesXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
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-12-28VSFilter.vcxproj: no need to delay load oleacc.dllXhmikosR
2012-07-08revert r5403XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5404 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-07-07embed the manifests via the project files; the warning shown is a bug in ↵XhmikosR
mt.exe, the manifest is properly embedded git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5403 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-07-03remove default lib from AdditionalDependenciesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5345 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-07-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5343 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-07-01remove Version.lib from the projects that don't need itXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5329 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-06-16fix unrar dependenciesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5147 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-05-07remove unneeded AdditionalLibraryDirectories now that AdditionalDependencies ↵XhmikosR
are cleaned up in r4619 and r4621 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4630 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-05-07VSFilter: move the manifest and VersionInfo to VSFilter.rc2XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4628 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-28VSFilter:XhmikosR
* add the manifest to the project * remove unneeded PreprocessorDefinitions from the ResourceCompile * remove unneeded empty lines from VSFilter.rc git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4523 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-23Remove SSF supportXhmikosR
Patch mostly by demi_alucard This commit fixes ticket #2220. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4480 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-18VSFilter: Remove PreBuildEvent. Every other standalone filter requires the ↵XhmikosR
revision number to be present anyway. If you have built mpc-hc first nothing will be different otherwise run update_version.bat first. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4427 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-18VSFilter: use _WIN64 for consistencyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4424 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4390 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-15* rename MPCTestAPI/res/RegisterCopyData.ico to MPCTestAPI.icoXhmikosR
* rename VSFilter/res/Icon_147.ico to VSFilter.ico * Minor updates in the project files for html and ico filetypes git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4386 10f7b99b-c216-0410-bff0-8a66a9350fd8
2012-04-11move common ResourceCompile options to common.propsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4340 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-01-31* change OutDir to "bin" instead of "bin10" now that we only use MSVC 2010XhmikosR
* remove the "vs2010" suffix from the solution files and build.bat * remove the "gcc" suffix from libavcodec.vcxproj git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4020 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-12-16minor changes in the PreBuildEvent and PreprocessorDefinitionsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3898 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-11-19embed the manifest files directly via the rc filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3839 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3784 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-07- Rename "hash" so that there is no ambiguity with std::hash.Underground78
- Avoid a macro redefinition. - Make some signed/unsigned conversions explicit. - Fix a few unused variables. - Reduce the scope of a few variables. - Don't use extra class name qualificater in header files. - Initilialize a few variables. - Fix the case for some file names. - Remove some useless casts. - Cosmetics (remove empty lines at the end of some files, ...) Patch by XhmikosR. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3605 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-28remove VSFilter_2010.sln (use the filters.sln), clean up build_2010.batXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3494 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-22cleanup inherited PreprocessorDefinitions, don't use a hardcoded path to ↵XhmikosR
version.h git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3453 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-09filters: don't use a hardcoded path to Version.h, add the path to version.h ↵XhmikosR
to the projects git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3354 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-09VSFilter: remove non-existent AdditionalIncludeDirectoriesXhmikosR
MpcAudioRendererFilter: remove leftovers from r3345 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3351 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move ↵XhmikosR
/IGNORE:4221 to common.props for release builds, use /W0 for 3rd party libs like libflac git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3278 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-15fix the LNK4006 warnings and minor cleanup in the project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3236 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-06-14fix VSFilter debug compilation broken in r3077XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3228 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-05-07revert some default switches from common.props, update project filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3093 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-05-05MFC bloat fix (part5): Updated project files for the filtersclsid2
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3077 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-03-31add a few preprocessor definitions for the resource compilerXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3003 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
2011-01-14clean up project files, move a few properties to the props/vsprops filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2848 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-08-31fixed VSFilter VS2010 compilationXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2419 10f7b99b-c216-0410-bff0-8a66a9350fd8