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-11build.bat: Add /Analyze switch.kasper93
2013-05-11Don't pass structures to printf-like functions.Underground78
2013-05-11DVBSub: Add an assert.Underground78
2013-05-11Avoid variable shadowing.XhmikosR
2013-05-11Remove extra arguments from format strings.XhmikosR
2013-05-11Remove unneeded typedef.XhmikosR
2013-05-11DX9RenderingEngine.cpp: Fix leaking memory due to an exception.XhmikosR
2013-05-11Fix using potentially uninitialized local variable.XhmikosR
2013-05-11VobSubFile.cpp: break after return doesn't make sense.XhmikosR
2013-05-11MainFrm.cpp: remove unused variables.XhmikosR
2013-05-11Enable C4701 for /W3.XhmikosR
2013-05-11remove unneeded variableXhmikosR
2013-05-11Reduce variable scope.XhmikosR
2013-05-11cosmeticsXhmikosR
2013-05-11fixed "error C2039: 'IsEmpty' : is not a member of 'CListBox'" after b45f3796b0v0lt
2013-05-11AviSplitter: MAXPACKETS_AVI increased to 1000 (more stable playback on old Se...v0lt
2013-05-11Merge pull request #82 from crdx/patch-1Underground78
2013-05-10Minor grammar fix.Sean S
2013-05-10Fixed double tooltips ("Mute", "Umute", "No audio") in windows XP.v0lt
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-10Make CMainFrame::IsPlaylistEmpty const.Underground78
2013-05-10update lcms2 to c0d4611XhmikosR
2013-05-10Disable C28204 for VS2012.XhmikosR
2013-05-10project files: disable /analyze for x64 platform for 3rd party libraries.XhmikosR
2013-05-10Support analyze for x64 with VS2012.Underground78
2013-05-10AviSplitter: added debugging information about the incorrect chunk size.v0lt
2013-05-10AviSplitter: MAXPACKETS_AVI increased to 200.v0lt
2013-05-10update icl13.diffXhmikosR
2013-05-10Rename variable for consistency.XhmikosR
2013-05-10Updated Unrar to v5.0.3XhmikosR
2013-05-10update lcms2 to d0d5b51XhmikosR
2013-05-10update Changelog.txtXhmikosR
2013-05-10Cosmetics: move variable declaration to the same line it's assigned.XhmikosR
2013-05-10Constify GetPerfCounter().XhmikosR
2013-05-10Constify CRenderersData when possible.XhmikosR
2013-05-10AviSplitter: improved playback for non interleaved AVI files, reduced memory ...v0lt
2013-05-09Cosmetic: Add parenthesis to make a test obvious.Underground78
2013-05-09Cosmetics: Remove extra parenthesis.Underground78
2013-05-09Cosmetics: Use short aliases for AfxGetAppSettings() and AfxGetMyApp().Underground78
2013-05-09Cosmetics: Use IsEmpty() instead of comparing with the empty string.Underground78
2013-05-09Use nullptr instead of NULL whenever possible.Underground78
2013-05-09CFileAssoc: Prevent non-associable formats from being registered.Armada
2013-05-09MediaFormats: Write fAssoc variable name in full. (Cosmetic)Armada
2013-05-09MediaFormats: Exclude non-associable formats from the search for supported ex...Armada
2013-05-08Updated Turkish translation.Sinan Hunerel
2013-05-08updated Russian translationv0lt
2013-05-07fixed and updated Russian translationv0lt
2013-05-07VSFilter/installer/build_installer.bat: remove vs2012 leftover from 3aa41222e...XhmikosR