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
2015-08-02Fix some "declaration hides previous declaration" warnings.Underground78
2015-03-02Suppress type mismatch warnings.Kacper Michajłow
2015-03-02MatroskaWriter::Void: Don't cast to int.Kacper Michajłow
2015-03-02CMatroskaMuxerFilter: Fix overflow when bitshifting.Kacper Michajłow
2014-11-11AStyle: Increase max-instatement-indent from 40 to 65.Underground78
2014-10-20Initializer list order fixes.XhmikosR
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-09-01Comment out some unused variable assignments.Underground78
2014-08-19Use the proper format type specifier.XhmikosR
2014-04-12SeekID: Change member name to avoid shadowing parent class member.kasper93
2014-01-05Use min/max templated functions from std (part 2).Underground78
2014-01-05Use min/max templated functions from std (part 1).XhmikosR
2013-11-23Update to astyle v2.04.XhmikosR
2013-11-21Cosmetics: Use CheckPointer.Underground78
2013-10-27Fix/silence some warnings (mostly C4244 and C4267 "possible loss of data").Underground78
2013-10-27Check some return values when it makes sense to do so.Underground78
2013-10-25Fix uninitialized scalar variable.Underground78
2013-10-20Fix uninitialized class memberskasper93
2013-10-19Cosmetics: Use the IID_PPV_ARGS macro when possible (1/2).Underground78
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-29Remove VS2010 support.XhmikosR
2013-09-14Use an empty line after #pragma once directives.XhmikosR
2013-08-21Whitespace cosmetics.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-23Const correctness. Also pass the argument by reference when possible.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-05-28Remove unneeded typedef QWORD.XhmikosR
2013-05-18cosmetics: add new lines at the end of files.XhmikosR
2013-05-18Use the right field type specifier in function calls.XhmikosR
2013-05-14CBaseMuxerOutputPin: fix a warningAlex Marsev
2013-05-11Reduce variable scope.XhmikosR
2013-05-10Use IsEmpty() instead of GetCount() whenever possible.Underground78
2013-05-10Use IsEmpty() instead of GetCount() when possible.XhmikosR
2013-05-10Use IsEmpty() instead of GetSize() or GetLength() whenever possible.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-07Add missing brackets.Underground78
2013-03-02resource files: switch to constants for the VersionInfo.XhmikosR
2013-01-23clean up project referencesXhmikosR
2013-01-18fix warningXhmikosR
2013-01-17check return valueXhmikosR
2013-01-08use PlatformToolsetVersion instead of VisualStudioVersionXhmikosR
2013-01-08Add VS2012 support.XhmikosR
2013-01-06Revert "Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for Z...XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
2012-12-27Replace ZeroMemory() with SecureZeroMemory(). The MSDN article for ZeroMemor...XhmikosR
2012-12-01cosmeticsXhmikosR
2012-11-12Properly enable memory leak detection.Underground78
2012-09-29fix a few cppcheck warnings:XhmikosR
2012-08-11break a few enums in separate lines; it's easier to readxhmikosr