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-28Fix ambiguous ternary operators.Kacper Michajłow
2017-08-14Fix a few Cppcheck warnings.XhmikosR
2015-08-02Fix some "declaration hides previous declaration" warnings.Underground78
2014-08-25Be consistent with `nullptr`.XhmikosR
2014-08-25Remove redundant variable re-assignments.XhmikosR
2014-08-19Use the `CheckPointer` macro when possible.XhmikosR
2014-08-19Use the proper format type specifier.XhmikosR
2014-07-13Use the proper type for `bool`.XhmikosR
2014-02-17Audio Switcher: Support fallback to another media type.Underground78
2014-01-05Use min/max templated functions from std (part 1).XhmikosR
2013-11-23Update to astyle v2.04.XhmikosR
2013-10-20Fix uninitialized class memberskasper93
2013-09-04AudioSwitcher: Output a pointer to the underlying filter for tracks sharing o...Underground78
2013-09-04AudioSwitcher: Group tracks based on the status reported by the underlying IA...Underground78
2013-07-14Audio Switcher: Exhibit all audio tracks available.Underground78
2013-06-29Audio Switcher: Fix custom channel mapping after 14bc5b28faaf7fe59c9a52d73c23...Underground78
2013-06-23Const correctness. Also pass the argument by reference when possible.XhmikosR
2013-06-01Cosmetics: keep style consistent in multiline macros.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2012-11-25Revert "AudioSwitcher: can control the MPEGSplitter, LAV Splitter and others."v0lt
2012-11-24AudioSwitcher: can control the MPEGSplitter, LAV Splitter and others.v0lt
2012-11-18AudioSwitcher: cleaningv0lt
2012-11-12Properly enable memory leak detection.Underground78
2012-07-28use the SAFE_DELETE, SAFE_DELETE_ARRAY and SAFE_RELEASE macros in more placesxhmikosr
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-11properly indent a couple of multi line macros and remove unneeded ";" from ma...XhmikosR
2012-07-07remove unneeded trailing ";" after macrosXhmikosR
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-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-10apply astyleXhmikosR
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-10use _DEBUG for consistencyXhmikosR
2012-05-08Use secure version of the string copy functions.Underground78
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-04-10License header changes 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-09-28fixed: Audio menu problem when use some external splitterssansnom05
2010-08-25Change : AudioSwitcher, remove file name for internal audio stream in list;Aleksoid
2010-08-21Don't name threads that we don't actually own.Nevcairiel
2010-05-29A lot of compiler L4 warnings fixed (some warnings disabled)kinddragon
2010-05-24Fixed some Intel C++ compiler errors, 32-bit MPC-HC can be compiled but the c...Spec-Chum
2010-04-27Ticket #12 ([ALL] crash/hang after standby, hibernate, UAC or CTRL+ALT+DEL) p...kinddragon
2010-04-09revert r1783XhmikosR