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-18Use the right field type specifier in function calls.XhmikosR
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-04-21astyle: specify --close-templatesXhmikosR
2013-02-14Fix incorrect calls to *scanf_s functions.Underground78
2012-12-27switch back to MAX_PATHXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-10-12fix a few C4244/C4267 warnings for x64XhmikosR
2012-09-25Use _T() macro in TRACE and CheckAndLog calls.Underground78
2012-09-04apply astyleXhmikosR
2012-09-03RealMediaSplitter: fixed RealAudio 14.4 playback, cosmetics.v0lt
2012-07-25remove the svn keyword Idxhmikosr
2012-07-21put back the ";" in macro calls; better be consistent. Remove excessive inde...XhmikosR
2012-07-08remove duplicate defines and remove trailing ";"XhmikosR
2012-06-24a partial refund and alteration of r5260v0lt
2012-06-24avoid variable shadowingXhmikosR
2012-06-24fixed type mismatch warnings (C4267)demi_alucard
2012-06-21use a fixed value (10000) for MAXPACKETS_AVI and MAXPACKETS_RVv0lt
2012-06-21avoid variable shadowing (/analyze C6246)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-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-10apply astyleXhmikosR
2012-06-04Fix some /analyse warnings:Underground78
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-05-27use a space after if, for, whileXhmikosR
2012-05-20use _MAX_PATH instead of MAX_PATH for consistencyXhmikosR
2012-05-20use UNREFERENCED_PARAMETER instead of UNUSED_ALWAYS which is always availableXhmikosR
2012-05-19Use Microsoft's _countof macro when it exists since its C++ implementation is...Underground78
2012-05-14use the secure function _stscanf_s/swscanf_sXhmikosR
2012-05-08Use secure version of the string copy functions.Underground78
2012-05-04include InitGuid.h when it's neededXhmikosR
2012-05-01Fix : some RV files don't start play after open, increase Queue count for Rea...Aleksoid
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-22Use secure functions for the CRT functions which have "Secure Template Overlo...Underground78
2012-04-20revert r4443 and r4445XhmikosR
2012-04-20Use secure CRT functions. Patch mostly by XhmikosR.Underground78
2012-04-10License header changes for consistencyXhmikosR
2012-03-18apply astyle, update docsXhmikosR
2012-02-10Update libav, big thanks to Alexins;Aleksoid
2012-02-09Change : Use MpaDecFilter (via libav) to decode RealAudio(except SIPR codec);Aleksoid
2012-02-08Change : RealSplitter, correct extradata for compatibility with ffmpeg/libav ...Aleksoid
2012-02-07Fix : RealSplitter, improve split audio stream, set "right" extradata; fixed ...Aleksoid
2012-02-05apply astyleXhmikosR
2011-12-03fix for r3872v0lt
2011-12-03Change : Add "QueryFilterInfo" method to all internal Splitter for normal Fil...Aleksoid
2011-08-11remove unneeded parentheses from return true/false statementsXhmikosR
2011-08-11Fix ~130 C4018 warnings (signed/unsigned mismatch).Underground78