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-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
2015-08-02Fix some "declaration hides previous declaration" warnings.Underground78
2014-10-20Initializer list order fixes.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-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-10-27Fix uninitialized class members.kasper93
2013-07-14Initialize variables in the constructor.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-22cosmeticsXhmikosR
2013-01-15update copyright year for the modified filesXhmikosR
2013-01-12Fix "Wrapper object use after free".Armada
2012-11-12Properly enable memory leak detection.Underground78
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-06-23avoid variable shadowingXhmikosR
2012-06-21fixed playback of some m2ts: partial revert r4249 and r4359, fixed typo (tick...v0lt
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-03splitters: fixed some warnings.v0lt
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-08Use secure version of the string copy functions.Underground78
2012-04-16apply astyle, rename a var in PPageFileInfoDetails.cppXhmikosR
2012-04-12MpegSplitter: removed crackling from LPCM tracks when switching and seeking (...v0lt
2012-04-10License header changes for consistencyXhmikosR
2012-04-10apply astyleXhmikosR
2012-04-06Fix : rev.4241 broken OGG/OGV playback, thanks to Vortex - Light Alloy develo...Aleksoid
2012-04-03Change : improve working with Queue packets. This will reduce the amount of m...Aleksoid
2012-04-02Change : reduced the maximum number of packets in the Queue, except for AVI(F...Aleksoid
2012-03-18apply astyle, update docsXhmikosR
2012-03-07Update : modify rev.4128, thanks LAV for his part of the code;Aleksoid
2012-03-06Change : Increased delay while check queue in QueuePacket; It improves, at le...Aleksoid
2012-02-05apply astyleXhmikosR
2011-11-21Fix : issue with black screen on Haali render at file open, thanks to judelaw;Aleksoid
2011-08-19Fix : Video playback freeze after STOP/PLAY with Microsoft DTV-DVD Video Deco...Aleksoid
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78
2011-08-07various #include cosmeticsXhmikosR
2011-08-02BaseSplitter: Take the input pin's buffer requirements into account when nego...Underground78
2011-08-02cleanup pragma warningsXhmikosR