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-13Replace all qsort with std::sort.Kacper Michajłow
2016-05-28Cleanup includes to improve incremental builds time.Kacper Michajłow
2016-05-02Don't use CAutoPtr copy constructor to suppress compilation warnings.Kacper Michajłow
2016-05-02Don't perform runtime narrow-wide string conversion when not necessary.Kacper Michajłow
2016-05-02Sort out intentional unreachable code warnings.Kacper Michajłow
2016-04-12Save all solutions and project files with Visual Studio 2015.Underground78
2016-04-12Move ISO languages related code to its own files.Underground78
2015-11-16Remove unneeded conditional properties in project files.Kacper Michajłow
2015-08-02Fix some "declaration hides previous declaration" warnings.Underground78
2015-03-02CFGManagerBDA: Fix LPOLESTR memory not being freed in certain situation.Kacper Michajłow
2014-10-20Initializer list order fixes.XhmikosR
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-06-08MainFrm: Cosmetics for stats.kasper93
2014-01-05Use min/max templated functions from std (part 2).Underground78
2014-01-05Use min/max templated functions from std (part 1).XhmikosR
2013-12-21Drop unused code from the old internal filters era.XhmikosR
2013-11-21Use conversion constructors to work-around confusing AStyle styling.Underground78
2013-11-21Use UINT_MAX/DWORD_MAX/DWORD_ERROR when it makes sense to do so.Underground78
2013-11-21Cosmetics: Use CheckPointer.Underground78
2013-11-20AsyncReader: fix unsigned compared against 0Alex Marsev
2013-11-05Indentation improvements and trim trailing spaces from comments.XhmikosR
2013-10-27Fix uninitialized class members.kasper93
2013-10-27Fix/silence some warnings (mostly C4244 and C4267 "possible loss of data").Underground78
2013-10-27Check that CAutoVectorPtr::Allocate succeeded before using the memory.Underground78
2013-10-20Fix uninitialized class memberskasper93
2013-10-12Change old strings to MPC-HC.XhmikosR
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-29Remove VS2010 support.XhmikosR
2013-07-14Initialize variables in the constructor.XhmikosR
2013-06-29Remove now deprecated filters.Underground78
2013-06-23Fix the C4701 warnings: Potentially uninitialized local variable "XXX" used.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-06-19Replace remaining NULL by nullptr when possible.Underground78
2013-06-01Cosmetics: keep style consistent in multiline macros.XhmikosR
2013-06-01Break enum members, one per line.XhmikosR
2013-05-28Run astyle.XhmikosR
2013-05-28Remove unneeded typedef QWORD.XhmikosR
2013-05-25CBaseSplitterFileEx: Fix the parsing of BD LPCM headers.Underground78
2013-05-25BaseSplitterFileEx: small fix for 5230ba86eav0lt
2013-05-25BaseSplitterFileEx: fixed MPEG Audio parser (ticket #3151)v0lt
2013-05-24cosmetics: change cast type to the one the var we compare to is declared.XhmikosR
2013-05-20Make CHdmvClipInfo::Stream* const.XhmikosR
2013-05-20BaseSplitterFileEx: Simplify a check.Underground78
2013-05-20BaseSplitterFileEx: Fix an incorrect check.Underground78
2013-05-18Bump copyright year for modified files.XhmikosR
2013-05-18cosmetics: add new lines at the end of files.XhmikosR
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-18Alac -> ALACv0lt