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-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-05-02Fix few warnings.Kacper Michajłow
2015-03-02CVobSubFileRipper: Fix oversight in 3d4b2ddb.Kacper Michajłow
2015-03-02Suppress type mismatch warnings.Kacper Michajłow
2014-07-18VobSub: Use size_t when it makes more sense than using int.Underground78
2014-07-18VobSub: Avoid using booleans directly in computations and use the b prefix.Underground78
2014-07-18VobSubFile: Ensure m_langs is properly initialized and avoid magic numbers.Underground78
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-21Use UINT_MAX/DWORD_MAX/DWORD_ERROR when it makes sense to do so.Underground78
2013-10-20Remove dead conditionalskasper93
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-23Remove unused variables.XhmikosR
2013-05-28Remove unneeded variable.XhmikosR
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-10Use IsEmpty() instead of GetSize() or GetLength() whenever possible.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2012-10-09remove commented out codeXhmikosR
2012-08-11break a few enums in separate lines; it's easier to readxhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-21indentation cosmeticsXhmikosR
2012-07-08remove duplicate defines and remove trailing ";"XhmikosR
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
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-06-02cosmeticsv0lt
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-06-02Subtitles project: fixed all warnings (x86 and x64), optimizationv0lt
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-14use the secure function _stscanf_s/swscanf_sXhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
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-19* remove some empty linesXhmikosR
2012-04-10License header changes for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
2011-08-07- Rename "hash" so that there is no ambiguity with std::hash.Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-02Fix some C4996 warnings and disable them in the code from ffdshow.Underground78
2010-12-17apply astyle formattingXhmikosR
2010-09-18Subtitles, SubPic: applied astyle formattingXhmikosR
2010-09-05cleanupXhmikosR