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-20Fix uninitialized class memberskasper93
2013-10-20Fix integer overflowkasper93
2013-10-20Renderer statistics: Show the DXVA info from LAV when available.Underground78
2013-10-19Cosmetics: Consistently name the video renderer data variable.Underground78
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-13Change ".Net" to ".NET".XhmikosR
2013-10-12AudioSwitcher.cpp: remove double semicolon.XhmikosR
2013-10-12Change "Gabest" to "MPC-HC".XhmikosR
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-29Revert "revert r5403"XhmikosR
2013-09-29Remove stdafx_common*.h.XhmikosR
2013-09-29Remove VS2010 support.XhmikosR
2013-09-29Rename Beta to Nightly.Armada
2013-09-20Fix CDDA/CDXA Reader filter name.kasper93
2013-09-14Optimize sign support for the VSFilter installer.kasper93
2013-09-14Add sign support for the VSFilter installer.XhmikosR
2013-09-14Use an empty line after #pragma once directives.XhmikosR
2013-09-14Audio Switcher: Fix a crash when the audio resampling and channel remapping w...Underground78
2013-09-10Use VS2012 as the default for the builds.XhmikosR
2013-09-04AudioSwitcher: Output a pointer to the underlying filter for tracks sharing o...Underground78
2013-09-04AudioSwitcher: Group tracks based on the status reported by the underlying IA...Underground78
2013-08-25DX9AllocatorPresenter: Reset the device when the present mode changes.Alex Marsev
2013-08-25VideoRenderers: Set backbuffer size to full virtual screen size when not in D...Armada
2013-08-21Whitespace cosmetics.XhmikosR
2013-08-09Remove superfluous spaces.XhmikosR
2013-07-14Audio Switcher: Exhibit all audio tracks available.Underground78
2013-07-14Initialize variables in the constructor.XhmikosR
2013-07-14Add Windows 8.1 ID in the manifest files.XhmikosR
2013-07-14VSFilter: Rebrand all strings from DirectVobSub to VSFilter.Armada
2013-07-08Remove D2VSource. It's unmaintained and basically unused.XhmikosR
2013-07-08Cosmetic: EVR-CP/Sync Render: Remove unused variables.Underground78
2013-07-07Cosmetic: EVR-CP/Sync Renderer: Simplify the aspect-ratio reduction.Underground78
2013-07-07Fix handling of aspect ratio changes when using EVR-CP or Sync Renderer with ...Underground78
2013-07-05Remove now unused internal filters strings from resources.Underground78
2013-07-03Remove now deprecated UDP and Shoutcast source filters.Underground78
2013-06-29Remove now deprecated filters.Underground78
2013-06-29Internal LAVFilters: Basic modifications to make the UI consistent.Underground78
2013-06-29Audio Switcher: Fix custom channel mapping after 14bc5b28faaf7fe59c9a52d73c23...Underground78
2013-06-23Use ZeroMemory instead of {0} for structs.XhmikosR
2013-06-23Use the M_PI and M_SQRT1_2 defines instead of the direct numbers.XhmikosR
2013-06-23Fix the C4701 warnings: Potentially uninitialized local variable "XXX" used.XhmikosR
2013-06-23Get rid of duplicate defines.XhmikosR
2013-06-23Replace memset with ZeroMemory.XhmikosR
2013-06-23Remove unused variables.XhmikosR
2013-06-23Const correctness. Also pass the argument by reference when possible.XhmikosR
2013-06-21DX9AllocatorPresenter: Check for 10-bit device support before enabling m_bHig...Armada
2013-06-21FocusThread: Give focus back to MainFrm.Armada