Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Hardware & Software > Software players

Reply
 
Thread Tools Search this Thread Display Modes
Old 12th December 2012, 20:51   #1  |  Link
vBm
MPC-HC Helper xD
 
vBm's Avatar
 
Join Date: Aug 2006
Location: Belgrade, Serbia
Posts: 220
Media Player Classic - Home Cinema (MPC-HC) - v1.7.13

Swede, gave us permission to open new thread of which we can be in control instead of still using old one. Thank you Swede.

About

Media Player Classic - Home Cinema (MPC-HC) is an extremely light-weight media player for Windows.

This project is based on the original Media Player Classic and was created after Gabest, the original author, stopped working on it. Several new features have been integrated in this media player.

Main features
  • Option to remove tearing
  • Better support for Windows Vista/7/8/8.1/10, including a 64-bit build
  • Support for EVR/EVR CP (Enhanced Video Renderer)
  • Supports most types of subtitles including BD .sup files
  • Playback and recording of television, if a supported TV tuner is installed
  • OSD info (On Screen Display)
  • Multi-Monitor support
  • Various pixel shaders
  • Color management
  • 42 translations available

System Requirements
  • An SSE2 capable CPU
  • Windows® XP SP3, Vista, 7, 8, 8.1, 10 both 32-bit and 64-bit

Links

For the people involved in the development, see Authors.txt.

MPC-HC's code is licensed under GPL v3 (see COPYING.txt).

Translations are done by various translators (see Authors.txt).


Latest stable is
v1.7.13 which was compiled from e378268

This release is a generally a bugfix release.

Code:
Highlights of this release:

* Require a CPU processor with SSE2 instructions
* Add support for AssFilter
* Switched from mhook to MinHook since it's more actively maintained
* Updated components/dependencies to their latest versions

 Remember that you can help us translating MPC-HC to your language.

For the complete changes see the changelog.
For downloads go here.
Our releases wouldn't have been possible without nevcairiel's LAV Filters, alexmarsev, Armada, kasper93, Underground78 and our many other contributors.

Reporting problems

Before submitting a new bug report, check if the bug is already reported, if so, please confirm it so we have more to work with.

When reporting or confirming bugs please provide the following data:
  • Windows and service pack versions
  • MPC-HC build
  • Video card and driver version
  • Renderer used and options selected in the output settings
  • A small sample so we can test it on our systems and of course as clear as possible instructions on how to reproduce it
  • If available, provide us with dump file

@developers: Thanks!
__________________
MPC-HC Links: official nightlies | Trac | GitHub | git log | IRC | Twitter | Facebook

Last edited by vBm; 16th July 2017 at 16:39. Reason: v1.7.13
vBm is offline   Reply With Quote
Old 13th December 2012, 00:57   #2  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
There is a subtitle selection bug in the latest builds. If both embedded and an external subtitle file is present, then Play>Subtitles shows the external subtitle track as selected (as it should), but the embedded one is actually shown. Changing the selection in Play>Subtitles twice results in the correct one being displayed.

Also instead of using the title "Undetermined" for external sub with unknown language tag, maybe something like "External [undefined]" would be better.
__________________
MPC-HC 2.1.7.2
clsid is offline   Reply With Quote
Old 13th December 2012, 05:59   #3  |  Link
crotecun
Registered User
 
Join Date: Oct 2012
Posts: 27
Much for keeping the project going through out the years!

Two questions:
  1. When will 1.6.5 stable be released?
  2. Will there be a stable 'Lite' version of MPC-HC? Just in case someone wants to use them instead of going into the nightlies.
crotecun is offline   Reply With Quote
Old 13th December 2012, 08:39   #4  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
I'm getting some errors on compile. Any idea what's causing these?

I'm using VS2012 and should have everything setup as described in the faq.

Code:
Error	347	error C3861: 'AfxCtxGetClassInfo': identifier not found	C:\mpc-hc\src\thirdparty\mfc\afxctrlcontainer.cpp	42	1	mpc-hc
Error	348	error C2039: 'ReadBoolProp' : is not a member of 'CMFCControlContainer'	C:\mpc-hc\src\thirdparty\mfc\afxctrlcontainer.cpp	357	1	mpc-hc
Error	349	error C2065: 'CTagManager' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxctrlcontainer.cpp	357	1	mpc-hc
Error	350	error C2059: syntax error : ','	C:\mpc-hc\src\thirdparty\mfc\afxctrlcontainer.cpp	357	1	mpc-hc
Error	351	error C2143: syntax error : missing ';' before '{'	C:\mpc-hc\src\thirdparty\mfc\afxctrlcontainer.cpp	358	1	mpc-hc
Error	352	error C2447: '{' : missing function header (old-style formal list?)	C:\mpc-hc\src\thirdparty\mfc\afxctrlcontainer.cpp	358	1	mpc-hc
Error	353	error C2039: 'AfxCtxCreateWindowEx' : is not a member of '`global namespace''	C:\mpc-hc\src\thirdparty\mfc\winmdi.cpp	171	1	mpc-hc
Error	354	error C3861: 'AfxCtxCreateWindowEx': identifier not found	C:\mpc-hc\src\thirdparty\mfc\winmdi.cpp	171	1	mpc-hc
Error	355	error C2039: 'm_hinstD2DDLL' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	50	1	mpc-hc
Error	356	error C2039: 'm_hinstDWriteDLL' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	51	1	mpc-hc
Error	357	error C2039: 'm_pDirect2dFactory' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	53	1	mpc-hc
Error	358	error C2039: 'm_pWriteFactory' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	54	1	mpc-hc
Error	359	error C2039: 'm_pWicFactory' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	55	1	mpc-hc
Error	360	error C2039: 'm_pfD2D1MakeRotateMatrix' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	57	1	mpc-hc
Error	361	error C2039: 'm_bD2DInitialized' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	59	1	mpc-hc
Error	362	error C2039: 'm_pfBeginBufferedPaint' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	71	1	mpc-hc
Error	363	error C2039: 'm_pfEndBufferedPaint' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	71	1	mpc-hc
Error	364	error C2039: 'm_pfBufferedPaintInit' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	75	1	mpc-hc
Error	365	error C2039: 'm_pfBufferedPaintUnInit' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	75	1	mpc-hc
Error	366	error C2039: 'm_pfBufferedPaintInit' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	77	1	mpc-hc
Error	367	error C2039: 'm_pfBeginBufferedPaint' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	81	1	mpc-hc
Error	368	error C2065: 'AFX_BPBF_TOPDOWNDIB' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	81	1	mpc-hc
Error	369	error C2039: 'm_pfBeginBufferedPaint' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	107	1	mpc-hc
Error	370	error C2039: 'm_pfEndBufferedPaint' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	107	1	mpc-hc
Error	371	error C2039: 'm_pfBufferedPaintInit' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	111	1	mpc-hc
Error	372	error C2039: 'm_pfBufferedPaintUnInit' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	111	1	mpc-hc
Error	373	error C2039: 'm_pfBufferedPaintInit' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	113	1	mpc-hc
Error	374	error C2039: 'm_pfBeginBufferedPaint' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	117	1	mpc-hc
Error	375	error C2065: 'AFX_BPBF_TOPDOWNDIB' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	117	1	mpc-hc
Error	376	error C2039: 'm_pfEndBufferedPaint' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	143	1	mpc-hc
Error	377	error C2039: 'AfxCtxLoadLibraryW' : is not a member of '`global namespace''	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	200	1	mpc-hc
Error	378	error C3861: 'AfxCtxLoadLibraryW': identifier not found	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	200	1	mpc-hc
Error	379	error C2065: 'bIsWindowsVista' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	223	1	mpc-hc
Error	380	error C2065: 'bDisableAero' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	225	1	mpc-hc
Error	381	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	236	1	mpc-hc
Error	382	error C2039: 'AfxCtxLoadLibraryW' : is not a member of '`global namespace''	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	236	1	mpc-hc
Error	383	error C3861: 'AfxCtxLoadLibraryW': identifier not found	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	236	1	mpc-hc
Error	384	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	237	1	mpc-hc
Error	385	error C2065: 'm_pfDrawThemeBackground' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	239	1	mpc-hc
Error	386	error C2065: 'DRAWTHEMEPARENTBACKGROUND' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	239	1	mpc-hc
Error	387	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	239	1	mpc-hc
Error	388	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	239	1	mpc-hc
Error	389	error C2065: 'm_pfDrawThemeTextEx' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	240	1	mpc-hc
Error	390	error C2065: 'DRAWTHEMETEXTEX' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	240	1	mpc-hc
Error	391	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	240	1	mpc-hc
Error	392	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	240	1	mpc-hc
Error	393	error C2065: 'm_pfBufferedPaintInit' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	242	1	mpc-hc
Error	394	error C2065: 'BUFFEREDPAINTINIT' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	242	1	mpc-hc
Error	395	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	242	1	mpc-hc
Error	396	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	242	1	mpc-hc
Error	397	error C2065: 'm_pfBufferedPaintUnInit' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	243	1	mpc-hc
Error	398	error C2065: 'BUFFEREDPAINTUNINIT' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	243	1	mpc-hc
Error	399	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	243	1	mpc-hc
Error	400	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	243	1	mpc-hc
Error	401	error C2065: 'm_pfBeginBufferedPaint' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	245	1	mpc-hc
Error	402	error C2065: 'BEGINBUFFEREDPAINT' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	245	1	mpc-hc
Error	403	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	245	1	mpc-hc
Error	404	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	245	1	mpc-hc
Error	405	error C2065: 'm_pfEndBufferedPaint' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	246	1	mpc-hc
Error	406	error C2065: 'ENDBUFFEREDPAINT' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	246	1	mpc-hc
Error	407	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	246	1	mpc-hc
Error	408	error C2065: 'm_hinstUXThemeDLL' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	246	1	mpc-hc
Error	409	error C2065: 'm_pfDrawThemeBackground' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	250	1	mpc-hc
Error	410	error C2065: 'm_pfDrawThemeTextEx' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	251	1	mpc-hc
Error	411	error C2065: 'm_pfBufferedPaintInit' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	253	1	mpc-hc
Error	412	error C2065: 'm_pfBufferedPaintUnInit' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	254	1	mpc-hc
Error	413	error C2065: 'm_pfBeginBufferedPaint' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	256	1	mpc-hc
Error	414	error C2065: 'm_pfEndBufferedPaint' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	257	1	mpc-hc
Error	415	error C2065: 'm_pfDwmExtendFrameIntoClientArea' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	263	1	mpc-hc
Error	416	error C2065: 'DWMEXTENDFRAMEINTOCLIENTAREA' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	263	1	mpc-hc
Error	417	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	263	1	mpc-hc
Error	418	error C2065: 'm_pfDwmDefWindowProc' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	264	1	mpc-hc
Error	419	error C2065: 'DWMDEFWINDOWPROC' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	264	1	mpc-hc
Error	420	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	264	1	mpc-hc
Error	421	error C2065: 'm_pfDwmIsCompositionEnabled' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	265	1	mpc-hc
Error	422	error C2065: 'DWMISCOMPOSITIONENABLED' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	265	1	mpc-hc
Error	423	error C2143: syntax error : missing ';' before 'GetProcAddress'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	265	1	mpc-hc
Error	424	error C2065: 'm_pfDwmExtendFrameIntoClientArea' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	269	1	mpc-hc
Error	425	error C2065: 'm_pfDwmDefWindowProc' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	270	1	mpc-hc
Error	426	error C2065: 'm_pfDwmIsCompositionEnabled' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	271	1	mpc-hc
Error	427	error C2065: 'm_bComInitialized' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	307	1	mpc-hc
Error	428	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	309	1	mpc-hc
Error	429	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	310	1	mpc-hc
Error	430	error C2065: 'm_bTaskBarInterfacesAvailable' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	311	1	mpc-hc
Error	431	error C2065: 'm_bTaskBarInterfacesAvailable' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	827	1	mpc-hc
Error	432	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	832	1	mpc-hc
Error	433	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	834	1	mpc-hc
Error	434	error C2065: 'm_bComInitialized' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	837	1	mpc-hc
Error	435	error C2065: 'm_bComInitialized' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	842	1	mpc-hc
Error	436	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	848	1	mpc-hc
Error	437	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	852	1	mpc-hc
Error	438	error C2065: 'm_bTaskBarInterfacesAvailable' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	859	1	mpc-hc
Error	439	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	864	1	mpc-hc
Error	440	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	866	1	mpc-hc
Error	441	error C2065: 'm_bComInitialized' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	869	1	mpc-hc
Error	442	error C2065: 'm_bComInitialized' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	874	1	mpc-hc
Error	443	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	880	1	mpc-hc
Error	444	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	884	1	mpc-hc
Error	445	error C2039: 'ReleaseTaskBarRefs' : is not a member of 'AFX_GLOBAL_DATA'	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	887	1	mpc-hc
Error	446	error C2065: 'm_bTaskBarInterfacesAvailable' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	889	1	mpc-hc
Error	447	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	891	1	mpc-hc
Error	448	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	893	1	mpc-hc
Error	449	error C2065: 'm_pTaskbarList' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	894	1	mpc-hc
Error	450	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	897	1	mpc-hc
Error	451	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	899	1	mpc-hc
Error	452	error C2065: 'm_pTaskbarList3' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	900	1	mpc-hc
Error	453	error C3861: 'ReleaseD2DRefs': identifier not found	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	921	1	mpc-hc
Error	454	error C2065: 'm_pfBufferedPaintUnInit' : undeclared identifier	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	923	1	mpc-hc
Error	455	error C3861: 'm_pfBufferedPaintUnInit': identifier not found	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	925	1	mpc-hc
Error	456	error C1003: error count exceeds 100; stopping compilation	C:\mpc-hc\src\thirdparty\mfc\afxglobals.cpp	925	1	mpc-hc
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315
Joniii is offline   Reply With Quote
Old 13th December 2012, 08:57   #5  |  Link
roytam1
Firefox User
 
Join Date: Sep 2003
Posts: 202
Quote:
Originally Posted by Joniii View Post
I'm getting some errors on compile. Any idea what's causing these?

I'm using VS2012 and should have everything setup as described in the faq.
[snip]
You're using Express edition?
MFC library is required for compiling MPC-HC, which is not available in Expression edition.
roytam1 is offline   Reply With Quote
Old 13th December 2012, 09:06   #6  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,342
VS2012 is not yet supported for building MPC-HC.
Its one of the things thats being focused on after the next stable release (which should be within the next few days)
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is online now   Reply With Quote
Old 13th December 2012, 09:59   #7  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
Quote:
Originally Posted by roytam1 View Post
You're using Express edition?
MFC library is required for compiling MPC-HC, which is not available in Expression edition.
I'm using Ultimate edition.

Quote:
Originally Posted by nevcairiel View Post
VS2012 is not yet supported for building MPC-HC.
Its one of the things thats being focused on after the next stable release (which should be within the next few days)
Ok, thanks
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315
Joniii is offline   Reply With Quote
Old 13th December 2012, 11:32   #8  |  Link
Mercury_22
Registered User
 
Join Date: Dec 2007
Posts: 1,138
Quote:
Originally Posted by nevcairiel View Post
VS2012 is not yet supported for building MPC-HC.
Its one of the things thats being focused on after the next stable release (which should be within the next few days)
What about LAV ? Cause I'm planning to do a fresh reinstall of my system and I don't want to reinstall VS2010 if you're planing to add support for 2012 to lav too (soon)
__________________
Intel UHD Graphics 750; Win 10 22H2
Mercury_22 is offline   Reply With Quote
Old 13th December 2012, 11:35   #9  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,342
It should work, but there is no separate project files.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is online now   Reply With Quote
Old 13th December 2012, 12:37   #10  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
Could these be changed like this so DVD navigation would work out of the box on remotes?

AppSettings.cpp
Code:
...
ADDCMD((ID_PLAY_SEEKFORWARDMED,        VK_RIGHT, FVIRTKEY | FALT | FNOINVERT,             IDS_MPLAYERC_25));
ADDCMD((ID_PLAY_SEEKBACKWARDMED,        VK_LEFT, FVIRTKEY | FALT | FNOINVERT,             IDS_MPLAYERC_26));
...
ADDCMD((ID_VOLUME_UP,                     VK_UP, FVIRTKEY | FALT | FNOINVERT,             IDS_AG_VOLUME_UP, 0, wmcmd::WUP, wmcmd::WUP));
ADDCMD((ID_VOLUME_DOWN,                 VK_DOWN, FVIRTKEY | FALT | FNOINVERT,             IDS_AG_VOLUME_DOWN, 0, wmcmd::WDOWN, wmcmd::WDOWN));
...
ADDCMD((ID_NAVIGATE_MENU_LEFT,          VK_LEFT, FVIRTKEY | FNOINVERT,                    IDS_AG_DVD_MENU_LEFT));
ADDCMD((ID_NAVIGATE_MENU_RIGHT,        VK_RIGHT, FVIRTKEY | FNOINVERT,	                  IDS_MPLAYERC_70));
ADDCMD((ID_NAVIGATE_MENU_UP,              VK_UP, FVIRTKEY | FNOINVERT,	                  IDS_AG_DVD_MENU_UP));
ADDCMD((ID_NAVIGATE_MENU_DOWN,          VK_DOWN, FVIRTKEY | FNOINVERT,	                  IDS_AG_DVD_MENU_DOWN));
ADDCMD((ID_NAVIGATE_MENU_ACTIVATE,    VK_RETURN, FVIRTKEY | FNOINVERT,                    IDS_MPLAYERC_73));
...
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315
Joniii is offline   Reply With Quote
Old 13th December 2012, 14:30   #11  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
How does the rewind/forward work on MPC-HC? Does it just go trough the stream at faster speed? Someone said it is now as fast as it can be. Currently on DVD's it kind of works and on Blu-rays it won't go faster than 4x.

I had an idea last night, dunno maybe it's stupid idea but anyway. Windows Media Center has the nicest rewind/forward I've seen on software player. It takes only a minute or so to ff a movie from beginning to end at it's fastest speed.

I thought that instead of trying to speed up playrate on MPC-HC, if that's how it does it now, it could do skips at loop. Like 30 sec skips on fastest, show current frame after every skip and stop when it gets a play command. That would give working and consistent ff/rew on all formats.

I then thought that maybe this is how MS does it on WMC and after checking, it's fastest (3rd step) ff/rew looks exactly same as when pressing the skip button continuously, WMC skip is 30 seconds.

Pressing ff once on MPC-HC would speed up the video so it's still watchable with audio, pressing ff second time would start doing skips, maybe 10 seconds or so, pressing it third time would do 20-30 second skips, when pressing play on fastest ff, it would go back a bit to whatever the reaction time is at that speed and start a playback again.
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315
Joniii is offline   Reply With Quote
Old 13th December 2012, 16:30   #12  |  Link
Remicade
Registered User
 
Join Date: Dec 2009
Location: Romania
Posts: 98
Wsat is the difference between MPC HC and MPC BE ???
Remicade is offline   Reply With Quote
Old 13th December 2012, 18:28   #13  |  Link
Armada
MPC-HC Developer
 
Join Date: Jul 2012
Posts: 80
Quote:
Originally Posted by Remicade View Post
Wsat is the difference between MPC HC and MPC BE ???
It is an unofficial fork of MPC-HC started by aleksoid, please visit their thread if you want to discuss it.
Armada is offline   Reply With Quote
Old 13th December 2012, 22:19   #14  |  Link
_xxl
ffdshow user
 
_xxl's Avatar
 
Join Date: Oct 2005
Location: Romania
Posts: 818
Quote:
Originally Posted by vBm View Post
Swede, gave us permission to open new thread of which we can be in control instead of still using old one. Thank you Swede.
Nice to have new MPC-HC Thread.
_xxl is offline   Reply With Quote
Old 13th December 2012, 22:57   #15  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,642
Quote:
Originally Posted by clsid View Post
There is a subtitle selection bug in the latest builds. If both embedded and an external subtitle file is present, then Play>Subtitles shows the external subtitle track as selected (as it should), but the embedded one is actually shown. Changing the selection in Play>Subtitles twice results in the correct one being displayed.

Also instead of using the title "Undetermined" for external sub with unknown language tag, maybe something like "External [undefined]" would be better.
Bump (in case it was overlooked)
__________________
MPC-HC 2.1.7.2
clsid is offline   Reply With Quote
Old 14th December 2012, 00:13   #16  |  Link
pirlouy
_
 
Join Date: May 2008
Location: France
Posts: 692
Man ! If a post from the first page is already overlooked, I guess we don't need to wait 1000+ pages, we can close the thread right now !

Seriously, I don't think clsid's posts are overlooked.
pirlouy is offline   Reply With Quote
Old 14th December 2012, 01:45   #17  |  Link
crotecun
Registered User
 
Join Date: Oct 2012
Posts: 27
Quote:
Originally Posted by crotecun View Post
Much for keeping the project going through out the years!

Two questions:
  1. When will 1.6.5 stable be released?
  2. Will there be a stable 'Lite' version of MPC-HC? Just in case someone wants to use them instead of going into the nightlies.
Anyone please?
crotecun is offline   Reply With Quote
Old 14th December 2012, 03:08   #18  |  Link
Snowknight26
Registered User
 
Join Date: Aug 2007
Posts: 1,430
Your first question was answered and quoted a few times in this thread already...
Snowknight26 is offline   Reply With Quote
Old 14th December 2012, 13:03   #19  |  Link
vBm
MPC-HC Helper xD
 
vBm's Avatar
 
Join Date: Aug 2006
Location: Belgrade, Serbia
Posts: 220
Quote:
Originally Posted by clsid View Post
There is a subtitle selection bug in the latest builds. If both embedded and an external subtitle file is present, then Play>Subtitles shows the external subtitle track as selected (as it should), but the embedded one is actually shown. Changing the selection in Play>Subtitles twice results in the correct one being displayed.

Also instead of using the title "Undetermined" for external sub with unknown language tag, maybe something like "External [undefined]" would be better.
Thanks for reporting, devs are notified already. It was not overlooked.
For second thing, I agree ... that is indeed much nicer. Will poke Armada to make that cosmetic change for next stable.

Quote:
Originally Posted by crotecun View Post
Two questions:
  1. When will 1.6.5 stable be released?
  2. Will there be a stable 'Lite' version of MPC-HC? Just in case someone wants to use them instead of going into the nightlies.
We're in final preparations for 1.6.5 stable. Few things are left to be dealt with.

For stable 'Lite' version I'm not sure what have been decided.
__________________
MPC-HC Links: official nightlies | Trac | GitHub | git log | IRC | Twitter | Facebook
vBm is offline   Reply With Quote
Old 14th December 2012, 13:11   #20  |  Link
aufkrawall
Registered User
 
Join Date: Dec 2011
Posts: 1,812
Ah, it's now possible to create thumbnails with madVR. Thanks.
aufkrawall is offline   Reply With Quote
Reply

Tags
dxva, media player classic, mpc, mpc-hc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 13:50.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.