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-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2013-01-06Revert "Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for Z...XhmikosR
2012-12-28move the ResStr define in DSUtil.h instead of duplicating itXhmikosR
2012-12-27Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ZeroMemor...XhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-08-23whitespace cosmeticsXhmikosR
2012-07-25remove the svn keyword Idxhmikosr
2012-07-22whitespace cosmeticsXhmikosR
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-07-07cosmetics in the multi line macrosXhmikosR
2012-07-07remove the unneeded _countof defineXhmikosR
2012-07-01keep the style constantXhmikosR
2012-06-19move PauseGraph and ResumeGraph defines to DSUtil.h so that they are not dupl...XhmikosR
2012-06-15Create our own helper class to fetch file version information: remove the thi...Underground78
2012-06-13cosmetics: add a space after the delete operatorXhmikosR
2012-06-13apply the new astyle command; use 4 spaces for indentation and k&r styleXhmikosR
2012-06-13indentation cosmeticsXhmikosR
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-12* DSUtil.cpp: remove unused variableXhmikosR
2012-06-10moved GetDefChannelMask from DSUtil.h to AudioParser.h and use 5.0 instead of...v0lt
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-06-02Fix some C4244 warnings and simplify the code a bit.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-22remove unneeded parentheses from return statementsXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-11DSUtil: keep one line statementsXhmikosR
2012-05-10* add missing license headersXhmikosR
2012-05-06MP4Splitter: use the local character set for track title, if failed to decode...v0lt
2012-04-30New: Rendering statistics will now show the type of the frame (interlaced or ...Underground78
2012-04-10License header changes for consistencyXhmikosR
2012-02-05apply astyleXhmikosR
2012-01-19Change : Update libav;Aleksoid
2011-12-02Fix : MP4Splitter - unable to playback some MP4 files larger than 4GB (some p...Aleksoid
2011-09-16fixed long time rebuild after editing AudioParser.h/AudioParser.cppv0lt
2011-09-16ParseTrueHDHeader moved from DSUtil to AudioParserv0lt
2011-09-15Change : MPEGSplitter - improve TrueHD parse, make "true" output MediaType fo...Aleksoid
2011-09-08MatroskaSplitter: fixed playback of multi-channel PCM ("A_PCM/INT/LIT"), tick...v0lt
2011-08-01whitespace cleanup, headers cleanup, copyright year updateXhmikosR
2011-07-25Make OSD messages for DVD playback more consistent with the status bar.Underground78
2011-07-21corrected time precision (for display).v0lt
2011-06-05Fix : MPEGSplitter - correctly read TS packet split across two packets.Aleksoid
2010-12-17apply astyle formattingXhmikosR
2010-10-03-fixed one memory leaksansnom05
2010-09-12DSUtil: applied astyle formattingXhmikosR
2010-09-05cleanupXhmikosR
2010-08-10Add : OSD for jump to chapter in DVD;Aleksoid
2010-08-09Add : OSD for jump to chapter in file;Aleksoid