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
2012-06-21avoid variable shadowing (/analyze C6246)XhmikosR
2012-06-19Avoid variable shadowing (/analyze warning C6246).Underground78
2012-06-17Add some class variable initializations.Underground78
2012-06-17astyle.ini: remove --keep-one-line-statements, add PODTypes.h to the exclude ...XhmikosR
2012-06-17fix a signed/unsigned mismatch (/W4 C4389)XhmikosR
2012-06-17remove an unneeded defineXhmikosR
2012-06-17keep one line statements, various indentation cosmeticsXhmikosR
2012-06-16fix unrar dependenciesXhmikosR
2012-06-16use double quotes for our includesXhmikosR
2012-06-16add unrar and use it as a static libXhmikosR
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-13multiline macros: properly indent them, use spaces instead of tabs and remove...XhmikosR
2012-06-10apply astyleXhmikosR
2012-06-09Rasterizer.cpp: remove unneeded defines and use std:: explicitlyXhmikosR
2012-06-09cosmetics: change the dlls name to lowercase in the LoadLibrary callsXhmikosR
2012-06-05remove unneeded linesXhmikosR
2012-06-04keep one line statements, fix a typo in a commentXhmikosR
2012-06-02Use %lf to read double values using _stscanf_s.Underground78
2012-06-02cosmeticsv0lt
2012-06-02Cosmetics: make the return statements consistent.Underground78
2012-06-02* Subtitles/RealTextParser: add missing license headerXhmikosR
2012-06-02Subtitles project: fixed all warnings (x86 and x64), optimizationv0lt
2012-06-01fixed some warnings.v0lt
2012-05-30use the newer ATL 7.0 string conversion macros instead of the ATL 3.0 onesXhmikosR
2012-05-29guard the WIN32_LEAN_AND_MEAN/VC_EXTRALEAN defines and consistently use themXhmikosR
2012-05-29decomment -> uncommentXhmikosR
2012-05-27use a space after if, for, whileXhmikosR
2012-05-27GolombBuffer::GetPos() return int value.v0lt
2012-05-26fix for ticket #2308:v0lt
2012-05-22- Use AppendFormat when possible.Underground78
2012-05-22remove unneeded parentheses from return statementsXhmikosR
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-19work around an ICL12 warning regarding an unknown pragmaXhmikosR
2012-05-19Fix some ICL12 warnings (#557 and #810) (mostly pointer truncations for x64 b...Underground78
2012-05-18use "DNew" instead of "new" for consistencyXhmikosR
2012-05-18use __INTEL_COMPILER for consistencyXhmikosR
2012-05-14Replace some functions by their secure version.Underground78
2012-05-14use the secure function _stscanf_s/swscanf_sXhmikosR
2012-05-13move common PreprocessorDefinitions to common.propsXhmikosR
2012-05-11Fix DVBSub: the subtitles color was incorrect:Underground78
2012-05-11move DebugInformationFormat property to common.props for Debug x64XhmikosR
2012-05-11use for (;;) instead of while (TRUE) or while (1)XhmikosR
2012-05-09Use secure version of *fopen.Underground78
2012-05-08Use secure version of the string copy functions.Underground78
2012-04-30replace more functions with the secure ones where possible as per the msdn docsXhmikosR
2012-04-27apply astyle and move a couple of includes along with the others in Rasterize...XhmikosR
2012-04-23remove all vsfiltermod code except from Transform_SSE2 which is still disabledXhmikosR