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-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Cosmetics: Remove extra parenthesis.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-01-12Update copyright year for the modified files. Also fix starting copyright ye...XhmikosR
2013-01-09fixed 91d655597e and 93346654dev0lt
2013-01-09MpegSplitter: added the ability to select a track by number (tickets #1025, #...v0lt
2013-01-08MpegSplitter: removed the sorting tracks. used priority selection only.v0lt
2012-12-27switch back to MAX_PATHXhmikosR
2012-11-30WAVE_FORMAT_MP3 replaced WAVE_FORMAT_MPEGLAYER3v0lt
2012-11-12Properly enable memory leak detection.Underground78
2012-10-28Cosmetic: add missing brackets.Underground78
2012-10-28Cosmetic: Fix a typo in a struct name.Underground78
2012-10-28Fix some %S vs %s confusion in debug traces.Underground78
2012-08-25Return an error code when memory allocations fail.Underground78
2012-08-25Fix some possible NULL pointer dereferences.XhmikosR
2012-08-23use _T() in the TRACE macro for consistencyXhmikosR
2012-07-31apply astylexhmikosr
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-07-01keep the style constantXhmikosR
2012-06-24fixed type mismatch warnings (C4267)demi_alucard
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-19move PauseGraph and ResumeGraph defines to DSUtil.h so that they are not dupl...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-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead of...v0lt
2012-06-10apply astyleXhmikosR
2012-06-09indentation cosmeticsXhmikosR
2012-05-30MpegSplitter: added partial support for DVD-Audio LPCM in .aob filesv0lt
2012-05-27use a space after if, for, whileXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use the _countof macro where it makes sense.Underground78
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-18move apps/MPCTestAPI and apps/mplayerc one dir upXhmikosR
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
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-03-18apply astyle, update docsXhmikosR
2012-03-15Fix : MPCVideoDec bad playback VC1 with pulldown in MPEG-TS;Aleksoid
2012-03-13Fix : MPEGSplitter - fix crash H.264 parser on packet without Nalu start code;Aleksoid
2012-02-28Add : MPEGSplitter - Support TrueHD in EVO(also modify MPADecFilter).Aleksoid
2012-02-28Add : support EVO(except TrueHD);Aleksoid
2012-02-25Add : MPEGSplitter - add "Alternative method calculation of duration". This c...Aleksoid
2012-02-23Change : MPASplitter - set a hard limit on the search for a valid MPEG Audio ...Aleksoid