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-06-18Fix r5168 by commiting the correct patch...Underground78
2012-06-17Add some class variable initializations.Underground78
2012-06-17*.def files: tabs to spacesXhmikosR
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-14Mpeg2DecFilter.vcxproj: remove the MPEG2ONLY define from Debug x64XhmikosR
2012-06-13Mpeg2DecFilter.rc: remove unneeded spaces, spotted by JEEBXhmikosR
2012-06-13converted tabs to spaces for most files in our repoXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-05-28* add a space after switch statementsXhmikosR
2012-05-27use a space after if, for, whileXhmikosR
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-18remove unused header DSUtil/csimd.hXhmikosR
2012-05-14move the individual libraries one dir upXhmikosR
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-13* rewrote r4698 using C casts instead of C++ castsv0lt
2012-05-12Silence some C4244 warnings by adding explicit casts when it's safe to do soUnderground78
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-10remove include/stdint.h since VS2010 comes with its own stdint.h, but work ar...XhmikosR
2012-05-07remove unneeded AdditionalLibraryDirectories now that AdditionalDependencies ...XhmikosR
2012-05-07clean up AdditionalDependencies; They are not really needed for VS2010 as lon...XhmikosR
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-05-01move the defines for the filters' names to their headers for the rest of the ...XhmikosR
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-15move BaseClasses to the thirdparty folderXhmikosR
2012-04-12License header changes for consistency (should be the last ones hopefully)XhmikosR
2012-04-11move common ResourceCompile options to common.propsXhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-04-10move the TargetMachine option to common.propsXhmikosR
2012-03-31cosmetics in the filters' names for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2012-01-31* change OutDir to "bin" instead of "bin10" now that we only use MSVC 2010XhmikosR
2012-01-21Add : Support MPEG2 in Avi(mpg2) in software MPEG2 Decoder;Aleksoid
2011-12-03MPEG2 decoder: cosmetics for some translations, sliders can be placed in a ce...v0lt
2011-11-30Change : rewrite save settings functional in software MPEG2 decoder;Aleksoid
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR
2011-08-20clean up preprocessor definitionsXhmikosR
2011-08-14Fix : MPEG2 Software Decoder support only 4:2:0 profile.Aleksoid
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-09* simplify ExcludedFromBuild ConditionXhmikosR
2011-08-07- Rename "hash" so that there is no ambiguity with std::hash.Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-07-28* actually remove VSFilter_2010.slnXhmikosR
2011-07-22cleanup inherited PreprocessorDefinitions, don't use a hardcoded path to vers...XhmikosR
2011-07-20Fix : Disable multiple output pin from internal MPEG2 software decoder, it's ...Aleksoid
2011-07-09filters: don't use a hardcoded path to Version.h, add the path to version.h t...XhmikosR
2011-06-28project files cleanup: remove unneeded DisableSpecificWarnings, move /IGNORE:...XhmikosR