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-10-19Cosmetics: Use the IID_PPV_ARGS macro when possible (2/2).kasper93
2013-10-19Cosmetics: Use the IID_PPV_ARGS macro when possible (1/2).Underground78
2013-10-16Fix wrong path in history when opening files from a network drive.Underground78
2013-10-13DSUtil: Cosmetics.Underground78
2013-10-12Change old strings to MPC-HC.XhmikosR
2013-10-07Use the proper size prefix in format functions.XhmikosR
2013-09-29Remove the obsolete "_ProjectFileVersion" property from the project files.XhmikosR
2013-09-29Remove workaround for the C4005 warnings.XhmikosR
2013-09-29Add missing includes.XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-28Fix typo in comment.XhmikosR
2013-09-19Replace deprecated CoLoadLibrary/CoFreeLibrary calls by new WinAPI calls.Underground78
2013-09-19Try to make external filters unloading less aggressive.Underground78
2013-09-19Various cosmetics to account for DVD and BD.Underground78
2013-09-19Add Blu-ray Disc support in "Open Disc" menukasper93
2013-09-14Use the _countof macro instead of hardcoded numbers.XhmikosR
2013-09-14Use an empty line after #pragma once directives.XhmikosR
2013-09-09Properties dialog: Disable the "Explore to" feature when the file isn't local.Underground78
2013-09-08IsISO639Language: Fix a memory leak detected by Coverity.Underground78
2013-09-01Remove unused code.XhmikosR
2013-09-01DSUtil: Replace inline assembler by a compiler intrinsic.Underground78
2013-08-31Add some helper functions to check if a string matches an ISO 639 code or lan...Underground78
2013-08-30Add Is8OrLater() and use that in the places we checked for Windows 8.XhmikosR
2013-08-21Whitespace cosmetics.XhmikosR
2013-07-21Correctly show Opus streams as such in Files > Properties.Underground78
2013-07-21Correctly show AAC streams as such in Files > Properties when using LAV Filters.Underground78
2013-07-14Adding delete file hotkey and playlist context menu option.John Peterson
2013-07-03Remove non-existent file after e36d84652257ee4b799100277481f90f046ad412.XhmikosR
2013-07-01Get rid of unused files.XhmikosR
2013-06-29DSUtil: Add some functions to get the path of a registered filter from its CL...Underground78
2013-06-27Remove the VS2012 update 2 workaround now that update 3 is out.XhmikosR
2013-06-23Use ZeroMemory instead of {0} for structs.XhmikosR
2013-06-23Get rid of duplicate defines.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-06-19Replace remaining NULL by nullptr when possible.Underground78
2013-06-19DSUtil: Add a helper class for CoInitialize.Underground78
2013-06-09WinAPIUtils: Make ExploreToFile a bit more error-resilient.Underground78
2013-06-01Cosmetics: keep style consistent in multiline macros.XhmikosR
2013-05-28Run astyle.XhmikosR
2013-05-28Fix license header.XhmikosR
2013-05-28Be consistent with the pragma pack directive.XhmikosR
2013-05-25cosmetics: *(p + i) -> p[i]v0lt
2013-05-25DSUtil->AudioTools: fixed gain_int24 function and cosmetics.v0lt
2013-05-25DSUtil: Fix a nonsensical boolean to string conversion.Underground78
2013-05-25DSUtil: added AudioTools.h and AudioTools.cppv0lt
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-18Alac -> ALACv0lt