Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
End of support for Windows XP.
Browse files Browse the repository at this point in the history
Over three years ago Microsoft ended support for Windows XP. Today we do
the same. If you still using this system we strongly encourage to update
to a supported, secure operating system.
  • Loading branch information
kasper93 committed Jul 29, 2017
1 parent 2e7cafd commit c04cff8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -38,7 +38,7 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.
## System Requirements

* An SSE2 capable CPU
* Windows XP SP3, Vista, 7, 8, 8.1, 10 32-bit/64-bit
* Windows Vista, 7, 8, 8.1, 10 32-bit/64-bit


## Links
Expand Down
2 changes: 1 addition & 1 deletion distrib/custom_messages.iss
Expand Up @@ -28,7 +28,7 @@
; English
WelcomeLabel1=[name/ver]
en.WelcomeLabel2=This will install [name] on your computer.%n%nIt is recommended that you close all other applications before continuing.
en.WinVersionTooLowError=[name] requires Windows XP Service Pack 3 or newer to run.
en.WinVersionTooLowError=[name] requires Windows Vista or newer to run.


[CustomMessages]
Expand Down
2 changes: 1 addition & 1 deletion distrib/mpc-hc_setup.iss
Expand Up @@ -158,7 +158,7 @@ AllowNoIcons = yes
ShowTasksTreeLines = yes
DisableDirPage = auto
DisableProgramGroupPage = auto
MinVersion = 5.1sp3
MinVersion = 6.0
CloseApplications = true
#ifexist "..\signinfo.txt"
SignTool = MySignTool
Expand Down
1 change: 1 addition & 0 deletions docs/Changelog.txt
Expand Up @@ -16,6 +16,7 @@ next version - not released yet
* Updated sanear to v0.3
* Updated Unrar to v5.5.7
* Split internal MPEG source filter option into a PS and TS variant
* End of support for Windows XP
! Fixed text subtitle rendering in Avisynth
! Fixed DPI scaling of non-client areas in main window
! Prevent crash for ASS subtitles with invalid (too high) blur values
Expand Down
2 changes: 1 addition & 1 deletion docs/Readme.txt
Expand Up @@ -30,7 +30,7 @@ Main Features
System Requirements
-------------------
* An SSE2 capable CPU
* Windows XP SP3, Vista, 7, 8, 8.1, 10 32-bit/64-bit
* Windows Vista, 7, 8, 8.1, 10 32-bit/64-bit


Links
Expand Down
3 changes: 1 addition & 2 deletions docs/Todo.md
Expand Up @@ -9,15 +9,14 @@
5. Improve nightly builds script to skip rebuilding LAV Filters if no relevant change has been committed
6. Investigate using AppVeyor for nightlies
7. Remove VirtualDub??
8. Drop DX SDK 9, probably along with XP drop
8. Drop DX SDK 9 dependency
9. Do we need include qt, realmedia, vd2, winddk?
10. Remove some obsolete or unused stuff. DSUtil/vd\*, deinterlace, NullRenderers, filters/muxers, LCDUI, Struct.h, Line21 decoder, WinLIRC, uICE.
11. Remove VS2015 support

## MPC-HC

1. Remove support for unneeded/obsolete renderers
2. Drop XP support after its EOL

## MPCIconLib

Expand Down
1 change: 0 additions & 1 deletion src/mpc-hc/PPageOutput.cpp
Expand Up @@ -561,7 +561,6 @@ void CPPageOutput::OnDSRendererChange()
m_iDSDXVASupport.SetIcon(m_tick);
}
m_iDSSaveImageSupport.SetIcon(m_tick);
m_wndToolTip.UpdateTipText(ResStr(IDC_DSEVR), GetDlgItem(IDC_VIDRND_COMBO));
break;
case VIDRNDT_DS_NULL_COMP:
m_wndToolTip.UpdateTipText(ResStr(IDC_DSNULL_COMP), GetDlgItem(IDC_VIDRND_COMBO));
Expand Down
7 changes: 3 additions & 4 deletions src/mpc-hc/mpc-hc.rc
Expand Up @@ -2452,16 +2452,15 @@ END

STRINGTABLE
BEGIN
IDC_DSSYSDEF "Default video renderer filter for DirectShow. Others will fall back to this one when they can't be loaded for some reason. On Windown XP this is the same as VMR-7 (windowed)."
IDC_DSSYSDEF "Default video renderer filter for DirectShow. Others will fall back to this one when they can't be loaded for some reason."
IDC_DSOLD "This is the default renderer of Windows 9x/me/2k. Depending on the visibility of the video window and your video card's abilities, it will switch between GDI, DirectDraw, Overlay rendering modes dynamically."
IDC_DSOVERLAYMIXER "Always renders in overlay. Generally only YUV formats are allowed, but they are presented directly without any color conversion to RGB. This is the fastest rendering method of all and the only where you can be sure about fullscreen video mirroring to tv-out activating."
IDC_DSVMR9WIN "Only available if you have DirectX 9 installed. Very stable but it will never use Overlay rendering and because of this it may be a little slower than Overlay mixer."
IDC_DSVMR9REN "Same as the VMR-9 (windowed), but with the Allocator-Presenter plugin of MPC-HC for subtitling. Overlay video mirroring MIGHT work. ""True Color"" desktop color space recommended. Recommended for Windows XP."
IDC_DSVMR9REN "Same as the VMR-9 (windowed), but with the Allocator-Presenter plugin of MPC-HC for subtitling. Overlay video mirroring MIGHT work. ""True Color"" desktop color space recommended."
IDC_DSDXR "Same as the VMR-9 (renderless), but uses a true two-pass bicubic resizer."
IDC_DSNULL_COMP "Connects to any video-like media type and will send the incoming samples to nowhere. Use it when you don't need the video display and want to save the CPU from working unnecessarily."
IDC_DSNULL_UNCOMP "Same as the normal Null renderer, but this will only connect to uncompressed types."
IDC_DSEVR "Only available on Vista or later or on XP with at least .NET Framework 3.5 installed."
IDC_DSEVR_CUSTOM "Same as the EVR, but with the Allocator-Presenter of MPC-HC for subtitling and postprocessing. Recommended for Windows Vista or later."
IDC_DSEVR_CUSTOM "Same as the EVR, but with the Allocator-Presenter of MPC-HC for subtitling and postprocessing. Recommended."
END

STRINGTABLE
Expand Down
1 change: 0 additions & 1 deletion src/mpc-hc/resource.h
Expand Up @@ -468,7 +468,6 @@
#define IDC_DSDXR 12107
#define IDC_DSNULL_COMP 12108
#define IDC_DSNULL_UNCOMP 12109
#define IDC_DSEVR 12110
#define IDC_DSEVR_CUSTOM 12111
#define IDC_DSMADVR 12112
#define IDC_DSSYNC 12113
Expand Down

0 comments on commit c04cff8

Please sign in to comment.