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
2013-06-29Remove now deprecated filters.Underground78
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-01-23clean up project referencesXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
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-08-02Show the hash and branch information in the file version information.Underground78
2012-08-02fix line endingsxhmikosr
2012-07-26rename Version.sh and Version.h to lowercasexhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21indentation cosmeticsXhmikosR
2012-07-03move Winmm.lib in BaseClasses since that's where it's neededXhmikosR
2012-07-01remove Version.lib from the projects that don't need itXhmikosR
2012-06-27indentation cosmetics, break a few long lines, keep a few one line blocksXhmikosR
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-16use double quotes for our includesXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-05-22apply astyleXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-20cosmeticsv0lt
2012-05-20MpaSplitter: skip MTV files (.amv .mtv) (sometimes it can be determined as Mp...v0lt
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-16fix some C4244 warningsv0lt
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-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-15move BaseClasses to the thirdparty folderXhmikosR
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-27Fix : MPASplitter - sometimes AVI can be determined as Mpeg Audio;Aleksoid
2012-03-18apply astyle, update docsXhmikosR
2012-03-02Change : MpaSplitter - reduce the depth of the search for the valid MPA header.Aleksoid
2012-02-23Change : MPASplitter - set a hard limit on the search for a valid MPEG Audio ...Aleksoid
2012-02-21Fix : MPASplitter can't split some .MP3;Aleksoid
2012-02-05apply astyleXhmikosR
2012-01-31* change OutDir to "bin" instead of "bin10" now that we only use MSVC 2010XhmikosR
2011-12-03fix for r3872v0lt
2011-12-03Change : Add "QueryFilterInfo" method to all internal Splitter for normal Fil...Aleksoid
2011-10-19simplify the PrecompiledHeader property in the project filesXhmikosR