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 (Collapse)Author
2017-08-28Constify strings to conform C++ standard.Kacper Michajłow
2017-08-15Update libdivide.Kacper Michajłow
2017-08-14Update to astyle 3.0.1.XhmikosR
2017-07-30Add new define for installer with D3DCompiler version.Kacper Michajłow
Fixes installer build after 3e5afbc869f00f11d5b8349156185719814dbaf3 Add some asserts to not forget to update defines when neccessery. Add environment varaible to control Windows SDK build. Switch to 8.1 SDK. Add wrapper for VersionHelpers.h
2017-07-161.7.13.XhmikosR
2017-07-161.7.12.XhmikosR
2017-07-04Update Unrar to v5.5.6.XhmikosR
2017-05-12Update Unrar to v5.5.3.XhmikosR
2017-03-07Add support for AssFilter DirectShow subtitle provider.Blitzker
Closes #168
2017-03-07Internal filters: enable Microsoft Video 1 support.kongfl888
2017-03-06Update files for 1.7.11.Kacper Michajłow
2017-01-23Bump copyright year to 2017.XhmikosR
2016-10-18Update mvrInterfaces.h and SubRenderIntf.h headers.Kacper Michajłow
2016-07-06ATL attributes are deprecated in VS2015 Update 3Kacper Michajłow
2016-05-28Cleanup includes to improve incremental builds time.Kacper Michajłow
Now it will be harder to invalidate precompiled headers.
2016-04-12Remove reduntant struct specifierKacper Michajłow
2016-02-01Cosmetic: Always use '/' instead of '\' inside includes.Underground78
This was the only file where '\' were used.
2016-01-08Bump copyright year to 2016.XhmikosR
2015-12-01Update Unrar to v5.3.8.XhmikosR
2015-11-15Remove VMR-7 video renderers.Underground78
Those renderers are really old and the wordaround we used to keep them is not working anymore using Visual Studio 2015. Settings will be updated to use the corresponding VMR-9 renderers.
2015-11-14Update files for 1.7.10.Underground78
2015-11-10Add BuildConfig projectAlex Marsev
It handles version_rev.h file generation.
2015-10-17Update mvrInterfaces.h header.Kacper Michajłow
2015-09-25Update mvrInterfaces.h.Kacper Michajłow
2015-07-24Remove sanear dependency from DSUtilAlex Marsev
Standalone filters target failed to build. No pretty way to fix it.
2015-07-22Recognize standalone sanear filterAlex Marsev
2015-06-19Remove obsolete defines.XhmikosR
Those were needed before the DrDump integration.
2015-06-19Switch to submodules for MediaInfoLib and ZenLib.XhmikosR
2015-06-01Update files for v1.7.9.XhmikosR
2015-05-15Update mvrInterfaces.h and include only where needed.Kacper Michajłow
2015-04-10Change links to https://mpc-hc.org/.XhmikosR
2015-01-26Remove unused file after LAV Filters addition.Kacper Michajłow
2015-01-25Update files for 1.7.8.Underground78
2015-01-12Bump Copyright year to 2015.XhmikosR
2014-10-19MiniDump: Refactor the code.kasper93
- Remove CRT hack, it were disabled and doesn't work anyway. - Include more info in minidumps. - Allow to quickly create build with full memory dump by setting ENABLE_FULLDUMP to 1. - Enable minidumps when our code starts and not during static initialization. We rely on our code during minidump creation anyway. Enabling it to soon could do more harm than good. - Code simplification.
2014-10-05Update files for 1.7.7.1.7.7XhmikosR
2014-09-12Add support for TSCC2 with the internal LAV VideoHendrik Leppkes
2014-09-12Internal filters: Support v210/v410 raw video formats.Underground78
Disabled by default. Fixes #4690.
2014-09-12Update MediaInfoLib to v0.7.70.XhmikosR
This fixes #4733, a crash with BIK files on 64-bit.
2014-07-18Update libdivide.kasper93
2014-07-05Update files for v1.7.6.1.7.6XhmikosR
2014-06-16Remove ATL Server headers.kasper93
2014-06-08MainFrm: Cosmetics for stats.kasper93
- Always show bitrate statistic in avg/cur style for consistency.
2014-05-11version.h: Base nightly status on revision number.Armada
2014-05-11SubPic: Update SubPicAP to support SubRenderIntf.h version 1.0.8.Armada
Adds the new Clear() method which allows the renderer to invalidate the queue.
2014-05-01Set MPC_NIGHTLY_RELEASE to 1.XhmikosR
2014-05-01Update files for v1.7.5 release.1.7.5XhmikosR
2014-04-16Set MPC_NIGHTLY_RELEASE to 1.XhmikosR
2014-04-16Update files for 1.7.4.1.7.4XhmikosR
2014-03-21FGManager: Update VSFilter/XySubFilter blocking routinesJan Ekström
No longer disable VSFilter with madVR + XySubFilter, and add XySubFilter's autoloader to be blocked when ISR is enabled as newer versions depend on that.