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 (Expand)Author
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
2012-04-15additional fix for r4387XhmikosR
2012-04-15BaseClasses: fix local includes specified as system onesXhmikosR
2012-04-15* move includes along with the restXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR
2012-01-22replacing the function GetFileSize, SetFilePointer to GetFileSizeEx, SetFileP...v0lt
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-15* Use precompiled headersXhmikosR
2011-08-07- Rename "hash" so that there is no ambiguity with std::hash.Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-02* compilation fixes with precompiled headers (still not using them except for...XhmikosR
2011-07-30cleanupXhmikosR
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
2011-07-13cosmeticsXhmikosR
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move /IGNORE:...XhmikosR
2011-06-21remove VS2008 project/solution files since they aren't up to date and no one ...XhmikosR
2011-05-06More code improvement and fixed some more warningsjonasno
2011-05-04Tiny code quality improvementjonasno
2011-03-13revert r2766; use the default SDK 7.0A for MSVC 2010 buildsXhmikosR
2011-01-14merge debug/release props files to common.propsXhmikosR
2010-12-12use SDK 7.1 in VS2010 buildsXhmikosR
2010-09-15move the /MP switch from the project files in the release.props/vsprops filesXhmikosR
2010-08-31mpcinfo, VSRip, VSFilter: clean up additional libraries plus general project ...XhmikosR
2010-08-16mpcinfo: -fixed warnings was about using functions without any protection fro...XhmikosR
2010-08-02specified target machine (/MACHINE:XXX) in MSVS2010 project filesXhmikosR
2010-07-26Initial commit of MSVS 2010 project files.XhmikosR
2010-07-24-renamed "strbase.lib" to "BaseClasses.lib"XhmikosR
2010-07-11renamed more lowercase filenames to mixedcaseXhmikosR
2010-05-29A lot of compiler L4 warnings fixed (some warnings disabled)kinddragon
2010-05-27clean up project files and added the /arch option in the release.vsprops so w...XhmikosR
2010-05-26imported branch with a lot project modifications regarding the IntDir, OutDir...XhmikosR
2010-05-09Graph with EVR renderer fixedkinddragon
2010-05-05cleaned up project filesXhmikosR
2010-05-04-fixed all standalone filters project dependenciesXhmikosR
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
2010-03-06Fix potential crash by using _MAX_DRIVE (thanks aggro). Also changed all MAX...Spec-Chum
2010-02-27-Corrected some window calculation, View -> Presets -> Minimal, should now sh...jonasno
2010-02-26updated svn:ignore plus minor changesXhmikosR
2010-02-21Merged VSFilterMod rev20, only 64 bit code enabled for the time beingjonasno
2010-02-14-Added /MP switch in all filtersXhmikosR
2010-02-13TyposSpec-Chum
2010-01-31Allow compiler to emit SSE code by adding /arch:sse for all projects and -mss...Spec-Chum
2010-01-29-revert previous commit; it breaks build.bat and installer scriptsXhmikosR
2009-11-29Added /GS, /NXCOMPACT and /DYNAMICBASE compile options, where availableSpec-Chum
2009-11-13Fixed : added the filter category in the registrationalbain
2009-11-09Partial rollback of revision 1331 (standalone filters broken. The filter cate...albain
2009-11-08Updated : removed the DTS-HD blocks strip off. Also updated baseclasses to re...albain
2009-10-28Fixed: Scanline and refresh rate detection algorithm changedbeliyaal
2009-07-26included BaseClasses directory into project files.drevil_xxl