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
2017-08-28Constify strings to conform C++ standard.Kacper Michajłow
2016-05-28Cleanup includes to improve incremental builds time.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
2015-05-16Fix compilation of BaseVideoFilter after dd76637af4f9e24f1aa5ad645a5d4b65553c...Underground78
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-05-03VSFilter: Pass through dwTypeSpecificFlags and dwInterlaceFlags.kasper93
2014-03-15BVF: Pass through colorimetry informationLord
2013-11-21Avoid possible null dereferences.Underground78
2013-11-05Get rid of comma in delete statements.XhmikosR
2013-10-20Use C++ style enum and struct declarations in C++ code.Underground78
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-31Cppcheck fixes:XhmikosR
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2013-01-23clean up project referencesXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-01remove unneeded new lines around #pragma onceXhmikosR
2012-07-01keep the style constantXhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-17indentation cosmeticsXhmikosR
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-06MPCVideoDecFilter: do not use NV12, YV12 and YUY2 if width or height is not e...v0lt
2012-04-21cosmeticsv0lt
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
2012-04-12License header changes for consistency (should be the last ones hopefully)XhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR
2012-02-05apply astyleXhmikosR
2011-11-27Change : little fix and code rewrite;Aleksoid
2011-10-21Revert r3787Nevcairiel
2011-10-21Change : VSFilter improvements from Direct264, Ticket #1728;Aleksoid
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
2011-08-09Warning fixes:Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-05reduce some variables scope (this should fix ~30 cppcheck warnings)XhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-07-28* actually remove VSFilter_2010.slnXhmikosR