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-18DTSAC3Source: fixed bsid valuev0lt
2012-06-17remove unused variableXhmikosR
2012-06-17*.def files: tabs to spacesXhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
2012-06-17rename REGISTER_FILTER to STANDALONE_FILTERXhmikosR
2012-06-16fix unrar dependenciesXhmikosR
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-06-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead of...v0lt
2012-06-10apply astyleXhmikosR
2012-06-09fixed some warnings and typos, cosmeticsv0lt
2012-06-09indentation cosmeticsXhmikosR
2012-06-04Fix some /analyse warnings:Underground78
2012-06-03fixed some warnings.v0lt
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-06-01MpegSplitter: improved support for MLP in .aob files (ticket #1866)v0lt
2012-05-30cosmeticsv0lt
2012-05-30DTSAC3Source: increased search depth for dts header in .wav+.cuev0lt
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
2012-05-27use a space after if, for, whileXhmikosR
2012-05-25remove unneeded spacesXhmikosR
2012-05-24AudioParser: fixed and updated support for MLPv0lt
2012-05-20use _MAX_PATH instead of MAX_PATH for consistencyXhmikosR
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-17remove commented out codeXhmikosR
2012-05-16fix some C4244 warningsv0lt
2012-05-15D2VSource: improve error handling. This commit fixes some crashes for d2v fil...Underground78
2012-05-14fix some C4244 warningsv0lt
2012-05-14define _USE_MATH_DEFINES in common.props and remove the individual definesXhmikosR
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-10use _DEBUG for consistencyXhmikosR
2012-05-10remove include/stdint.h since VS2010 comes with its own stdint.h, but work ar...XhmikosR
2012-05-09Use secure version of *fopen.Underground78
2012-05-08Use secure version of the string copy functions.Underground78
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-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
2012-04-20revert r4443 and r4445XhmikosR
2012-04-20Use secure CRT functions. Patch mostly by XhmikosR.Underground78
2012-04-16add some missing license headersXhmikosR
2012-04-15Clean up AdditionalIncludeDirectories for FLACSource and MpaDecFilterXhmikosR
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