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-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
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-05-04Tiny code quality improvementjonasno
2011-01-12New : read BRD chaptersCasimir666
2010-12-17apply astyle formattingXhmikosR
2010-09-05cleanupXhmikosR
2010-05-16Some warnings fixed (uninitialized local variable, unused local variable, com...kinddragon
2010-04-29More threads names added for simplifying debuggingkinddragon
2010-04-09revert r1783XhmikosR
2010-04-09astyle formatting cleanup to make the sourcecode more accessibletetsuo55
2010-02-21Rename a few remaining StdAfx.h to stdafx.h (lowercase), and change all #incl...povaddict
2010-02-19Changed C casts to C++ casts and some code formatting correctionsjonasno
2010-02-10Rename several directories to use MixedCase instead of lowercase.povaddict