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-02Don't use CAutoPtr copy constructor to suppress compilation warnings.Kacper Michajłow
2016-05-02Sort out intentional unreachable code warnings.Kacper Michajłow
2015-08-02Fix some "declaration hides previous declaration" warnings.Underground78
2015-03-02Suppress type mismatch warnings.Kacper Michajłow
2015-03-02CMatroskaMuxerFilter: Fix overflow when bitshifting.Kacper Michajłow
2014-11-11AStyle: Increase max-instatement-indent from 40 to 65.Underground78
2014-10-20Initializer list order fixes.XhmikosR
2014-08-19Use the proper format type specifier.XhmikosR
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-11-21Cosmetics: Use CheckPointer.Underground78
2013-10-20Fix uninitialized class memberskasper93
2013-06-23Const correctness. Also pass the argument by reference when possible.XhmikosR
2013-05-28Remove unneeded typedef QWORD.XhmikosR
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-11Reduce variable scope.XhmikosR
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-07Add missing brackets.Underground78
2013-01-18fix warningXhmikosR
2013-01-17check return valueXhmikosR
2012-12-01cosmeticsXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-07-25remove the svn keyword Idxhmikosr
2012-06-26apply astyleXhmikosR
2012-06-24a partial refund and alteration of r5260v0lt
2012-06-24fixed type mismatch warnings (C4267)demi_alucard
2012-06-22MatroskaMuxer.cpp: fix a C4267 warningXhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
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-06-09fixed some warnings and typos, cosmeticsv0lt
2012-06-03Fix some x64 specific C4244 warnings.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-11use for (;;) instead of while (TRUE) or while (1)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-10License header changes for consistencyXhmikosR
2012-03-31cosmetics in the filters' names for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2011-08-07various #include cosmeticsXhmikosR
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2010-12-17apply astyle formattingXhmikosR
2010-08-16muxers: applied astyle formattingXhmikosR
2010-05-29A lot of compiler L4 warnings fixed (some warnings disabled)kinddragon
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55