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
path: root/src
AgeCommit message (Collapse)Author
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
(/analyze warning C6271)
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 ↵v0lt
Semptron).
2013-05-11Merge pull request #82 from crdx/patch-1Underground78
Minor grammar fix
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-10Rename variable for consistency.XhmikosR
2013-05-10Updated Unrar to v5.0.3XhmikosR
2013-05-10update lcms2 to d0d5b51XhmikosR
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
usage, "Non interleaved files support" option is always enabled now.
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
Microsoft recommends to avoid using NULL or zero (0) as a null pointer constant since nullptr is less vulnerable to misuse and works better in most situations. Also fix some cases where NULL was used instead of 0 or FALSE.
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 ↵Armada
extensions unless specified. Fixes #3091
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 ↵XhmikosR
3aa41222e0644958622aad076f6c3f909b09a7e0.
2013-05-07Losslessly compress png files more.XhmikosR
2013-05-07Exclude the VS2012 files when PlatformToolsetVersion is 100 (VS2010).XhmikosR
2013-05-07Use our IsVistaOrLater function.XhmikosR