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
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-09* simplify ExcludedFromBuild ConditionXhmikosR
* set "resource.h" as ClInclude in all projects and exclude it where it's not needed * fix a C4305 warning introduced in r3620 git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3624 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-07various #include cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3603 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3526 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-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-03AviSplitter: fixed r3305 (arithmetic overflow)v0lt
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3310 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-03partially revert r3305 (bad seeking for some files)v0lt
a more precise tooltip time (synchronized with the status bar) cleanup git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3309 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-07-03update r3302v0lt
AviSplitter: more accurate time calculations git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3305 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-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-06-21cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3255 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-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-05-04Tiny code quality improvementjonasno
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3072 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-31various version related changes:XhmikosR
* renamed a couple of version defines * remove redundant version defines * add copyright header in version.h git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3002 10f7b99b-c216-0410-bff0-8a66a9350fd8
2011-03-30Fix : seek hanging on .divx(avi) with video taged subtitles;Aleksoid
Add : support sbtl(subtitle) in m4v file; git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2999 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
2011-01-09Change track names in AVI-splitter (for example was taken MKV-splitter). Now ↵v0lt
the option "Default track preference" is working properly in AVI-files. git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2821 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-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-12-11various version related changes:XhmikosR
-prefix VERSION_MAJOR,MINOR,REV AND PATCH with "MPC_" -defined the needed stuff in version.h and I used those everywhere so it's easier to change the copyright or the version scheme in the future -add version.h in the project files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2762 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-19fixed x86 Release compilation with VS2008 after r2592XhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2596 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-09-19project files cleanupXhmikosR
Patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2592 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-05cleanupXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2478 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-31removed "Template" configuration from vs2010 projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2411 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-21-Use $(TargetExt) in the OutputFile in VS2010 FiltersXhmikosR
-Updated Authors git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2292 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-21use "bin10" directory as OutDir for the MSVC2010 buildsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2290 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-06Filters: cleaned up rc filesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2208 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-08-06Filters: FileVersion and ProductVersion is set automaticallyXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2206 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-27cleaned up DisableSpecificWarnings in VS2008 projectsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2161 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-07-24-renamed "strbase.lib" to "BaseClasses.lib"XhmikosR
-removed "#pragma comment(lib, libname)" -sorted linker libs alphabetically git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2148 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-07-11removed "LIBRARY" from the .def files since we specify the output name in ↵XhmikosR
the project files git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2119 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-31project files cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1997 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-27merged changes from trunk plus some compilation fixesXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/branches/newprojects@1956 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-24Fixed some Intel C++ compiler errors, 32-bit MPC-HC can be compiled but the ↵Spec-Chum
compiled exe has problems similar to vs2010 builds. We do not support the intel compiler, but patches are welcome. (thanks for the python script, Marko - really helped) git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1933 10f7b99b-c216-0410-bff0-8a66a9350fd8
2010-05-08cosmeticsXhmikosR
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1865 10f7b99b-c216-0410-bff0-8a66a9350fd8