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
2014-10-20Initializer list order fixes.XhmikosR
2014-10-20Project files: remove unneeded properties.XhmikosR
2014-06-08MainFrm: Cosmetics for stats.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-12-21Drop unused code from the old internal filters era.XhmikosR
2013-11-21Use conversion constructors to work-around confusing AStyle styling.Underground78
2013-11-21Use UINT_MAX/DWORD_MAX/DWORD_ERROR when it makes sense to do so.Underground78
2013-11-21Cosmetics: Use CheckPointer.Underground78
2013-11-20AsyncReader: fix unsigned compared against 0Alex Marsev
2013-11-05Indentation improvements and trim trailing spaces from comments.XhmikosR
2013-10-27Fix uninitialized class members.kasper93
2013-10-27Check that CAutoVectorPtr::Allocate succeeded before using the memory.Underground78
2013-10-20Fix uninitialized class memberskasper93
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-07-14Initialize variables in the constructor.XhmikosR
2013-06-23Fix the C4701 warnings: Potentially uninitialized local variable "XXX" used.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-19Use "PURE" instead of "= 0" for COM interfaces.Underground78
2013-06-19Replace remaining NULL by nullptr when possible.Underground78
2013-06-01Cosmetics: keep style consistent in multiline macros.XhmikosR
2013-05-28Run astyle.XhmikosR
2013-05-25CBaseSplitterFileEx: Fix the parsing of BD LPCM headers.Underground78
2013-05-25BaseSplitterFileEx: small fix for 5230ba86eav0lt
2013-05-25BaseSplitterFileEx: fixed MPEG Audio parser (ticket #3151)v0lt
2013-05-20BaseSplitterFileEx: Simplify a check.Underground78
2013-05-20BaseSplitterFileEx: Fix an incorrect check.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-03-22cosmeticsXhmikosR
2013-02-03Cosmetics: Define or use some constants when possible.Underground78
2013-02-02Fixed incorrect CBaseSplitterFile::BitRead function on x64.v0lt
2013-01-26Cosmetics: Use the GCD function when possible and rename it to use English.Underground78
2013-01-23clean up project referencesXhmikosR
2013-01-15update copyright year for the modified filesXhmikosR
2013-01-12Fix "Wrapper object use after free".Armada
2013-01-12Update copyright year for the modified files. Also fix starting copyright ye...XhmikosR
2013-01-08Add VS2012 support.XhmikosR
2012-12-27project files: use MFCProj in the keyword when using MFCXhmikosR
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-29MPEG Splitter: Fix parsing of some malformed TS files.Underground78
2012-10-28Cosmetic: Fix a typo in a struct name.Underground78
2012-09-24MPEG Splitter/AAC Decoder: Add basic support from AAC LATM tracks.Underground78
2012-09-10indentation cosmeticsXhmikosR
2012-08-24remove extra space from private, protected and public keywordsXhmikosR
2012-08-24remove extra space in case statements before ":"XhmikosR
2012-08-11remove unneeded commas from enumsXhmikosR