View Full Version : Media Player Classic Home Cinema (MPC-HC) - DXVA!
Inspector.Gadget
17th January 2010, 03:51
Nobody is allowed to help you with torrented content per Rule 6. That is why you won't get an answer.
Silent Rain
17th January 2010, 05:00
Nobody is allowed to help you with torrented content per Rule 6. That is why you won't get an answer.
I gave two links. Here's the first: [edited]
tetsuo55
17th January 2010, 10:08
We are working on the double image issue in EVR. ETA unknown.
Silent Rain
17th January 2010, 18:20
Where do I upload this video?
Tiduz
17th January 2010, 21:23
At first my 1080P MPEG2 TP files didnt get DXVA, but i got 30 fps @ high cpu load (original fps)
now i have DXVA but it makes the video go at 60 fps, sometimes giving me jittery/stuttery video when the camera moves up or down, can i limit it to 30 fps so itll do DXVA @ 30 fps?
tetsuo55
17th January 2010, 21:28
Where do I upload this video?You can upload a small sample(which is confirmed to show the behaviour) to a free hosting site.
Kaotech
17th January 2010, 21:29
Just for my personal information, why you canN't adapt Mpc to read Hddvd ?
tetsuo55
17th January 2010, 21:36
Just for my personal information, why you canN't adapt Mpc to read Hddvd ?The format is dead, but there are a lot of discs out there.
The existing devs dont have hddvd and are not interested in the reverse engineering required to support it.
(which sucks because i have some hddvd discs too)
Casimir666
18th January 2010, 08:56
I'm looking at an issue with the DirectX device used in EVR and VMR9 custom renderers and a possible solutions for this issue. One solution would entail disabling the "Use worker thread to construct the filter graph" option. My question is: how useful is this option? In what scenarios? On my fast computer I really don't notice much difference from a user point of view. The graph builds fairly instantaneously. But it might matter on slower computers? -A
We have to keep this option: files should be opened in background by default. This is even more necessary when opening URL for streaming
namaiki
18th January 2010, 09:36
Well I'm using windows 7 64 bit with aero enabled. Screnn refresh exactly matches video rate at 23.976 and graph is perfectly flat. It's just that the audio and video lines in the graph ate a distance apart
with aero enabled can't the renderers figure out what the extra one refresh delay from aero will mean in terms of video delay and compensate for it maybe by adding the same audio delay to get Audi and video lines closer together.
AFAIK there is no such compensation feature availavble, however, you should be able to get delay down to ~10ms.. try reclock default settings(maybe change audio quality or interface) but try leave v-sync handling to mpc-hc. try the presets for reset to optimal renderer settings or default renderer settings since you have aero enabled (with aero disabled, only optimal really works).
You have probably tried all this though...
What I have tested: 30fps, 60Hz screen, delay is -1 to -10ms.
buzzqw
18th January 2010, 09:57
would be possibile to add to automatic list of refrest change the 23.976 , 29.97 and 59.94fps (32bit color)?
i don't want to use 24fps refresh for 23.976fps source.
and my video card support all these framerate
BUG: the automatic refresh change don't trigger if mpc is set to start in full screen mode.
the refresh change trigger only when starting in normal window then goes to full screen
thanks
BHH
DrNein
18th January 2010, 11:04
New Intel drivers are out:
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=2991&DwnldID=18524&lang=eng
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=2991&DwnldID=18521&lang=eng
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=2991&DwnldID=18522&lang=eng
Anyone have DXVA with Intel HD Graphics (Clarkdale i3 or i5)? With Windows XP and current driver (6.14.10.5189) DXVA Checker reports only MPEG-2 capability and even that does not show active in MPC-HC using CyberLink decoder (it does with ATI GPU). MPC-HC internal AVC and VC-1 (DXVA) fail to connect.
X-Dron
18th January 2010, 11:53
would be possibile to add to automatic list of refrest change the 23.976 , 29.97 and 59.94fps (32bit color)?
Monitor modes list is formed using EnumDisplaySettings function and type DEVMODE output variable.
Field dmDisplayFrequency in DEVMODE has type DWORD. So dmDisplayFrequency can't be fractional.
BUG: the automatic refresh change don't trigger if mpc is set to start in full screen mode.
the refresh change trigger only when starting in normal window then goes to full screen
I'll check. But automatic refresh change calls not only in TriggerFullscreen but also on opening new content.
arlthea
18th January 2010, 12:08
Regarding this issue, I also tried to insert the filter ffdshow video.
With this configuration, the problem is resolved, I do not understand why :confused::confused:
http://www.allfreeportal.com/imghost/thumbs/25116Senza titulo-2.PNG ('http://www.allfreeportal.com/imghost/images/25116Senza titulo-2.PNG')
http://www.allfreeportal.com/imghost/thumbs/72215Senza titulo-5.PNG ('http://www.allfreeportal.com/imghost/images/72215Senza titulo-5.PNG')
it seems that vsfilter will cause the problem
buzzqw
18th January 2010, 12:56
thanks X-Dron
Field dmDisplayFrequency in DEVMODE has type DWORD. So dmDisplayFrequency can't be fractional. :(
could be possible to use another "way" to change refresh ?
something like display changer or the reclock.vbs (without using reclock)
BHH
mark0077
18th January 2010, 14:55
AFAIK there is no such compensation feature availavble, however, you should be able to get delay down to ~10ms.. try reclock default settings(maybe change audio quality or interface) but try leave v-sync handling to mpc-hc. try the presets for reset to optimal renderer settings or default renderer settings since you have aero enabled (with aero disabled, only optimal really works).
You have probably tried all this though...
What I have tested: 30fps, 60Hz screen, delay is -1 to -10ms.
Yeah thats weird you have such little delay. I have always had some sort of delay, video and audio are never perfectly together on graph.
As I say, using reclock vsync enabled, the audio and video lines in graph are seen to converge. Then its like mpc-hc snaps the graph back to a 10-30ms delay again. Reclock starts over again then if its vsync is also enabled (although I leave it disabled in normal situations, i enabled just to test it out).
The logic in evr-cp and syncrenderer regarding this isn't very good I feel. IT should be able to get audio / video sync much closer.
tetsuo55
18th January 2010, 15:46
Anyone have DXVA with Intel HD Graphics (Clarkdale i3 or i5)? With Windows XP and current driver (6.14.10.5189) DXVA Checker reports only MPEG-2 capability and even that does not show active in MPC-HC using CyberLink decoder (it does with ATI GPU). MPC-HC internal AVC and VC-1 (DXVA) fail to connect.intel only supports DXVA2, so you will need to use EVR
Steveo08
18th January 2010, 17:17
thanks X-Dron
:(
could be possible to use another "way" to change refresh ?
something like display changer or the reclock.vbs (without using reclock)
BHH
i am interested in that too, because i need real 24p too. :)
ar-jar
18th January 2010, 19:14
We have to keep this option: files should be opened in background by default. This is even more necessary when opening URL for streaming
Some more background: The docs say "Any call to create, release, or reset the device must be done using the same thread as the window procedure of the focus window." I interpret this so that I need to create and when needed, reset, the device from the windows procedure of the window I pass as focus window to IDirect3D9::CreateDevice. As it is now in all DX renderers, the device is not released from the same thread that it is created on and we probably get a dangling reference in the creation thread when we create a new device. the D3 debugger gives an error on this too.
My idea is therefore to let the windows procedure thread handle the creation and reset of the DX device. I guess I can send messages from any thread but I don't know what kinds of synchronization issues I run into having all these threads doing stuff in parallel when building the graph.
Maybe you have some input or further ideas? -A
X-Dron
18th January 2010, 19:18
BUG: the automatic refresh change don't trigger if mpc is set to start in full screen mode.
the refresh change trigger only when starting in normal window then goes to full screen
I checked it. All works correct.
http://www.youtube.com/watch?v=g8_daKs5dfI
Vovanchik
18th January 2010, 19:23
I want to show a new video tool
http://forum.ixbt.com/post.cgi?date=posts&posts=3138&id=print%3A62%3A012524
lets you change the framerate of almost any video file by increasing the framerate using avisynth plugin mvtools2
Development of Russian, but has English interface.
for simply installing the system (in the process will offer to install ffdshow and avisynth) and allow the utility to start. then switch the interface language, run the video in your player and get a result, a smooth picture on your monitor. then is run on the settings. interface is intuitive.
Substantive discussion of utility here
http://forum.ixbt.com/topic.cgi?id=62:12524
buzzqw
18th January 2010, 20:12
I checked it. All works correct.
http://www.youtube.com/watch?v=g8_daKs5dfI
i don't have these screen on automatic refresh change :confused:
what build do you use ? (i use the 1503)
BHH
mark0077
18th January 2010, 21:45
Here is a strange one. I have a dvd "The Village" which worked a few weeks ago. Now I notice the DVD Navigator outputs video / audio and subpicture as type Unknown. The problem here is, if I have ffdshow in the chain, I hear no audio, because it obviously doesn't like this. Without ffdshow I hear audio, but output type is still Unknown. See below. Why would this happen? Any quick fixes?
Filter : DVD Navigator - CLSID : {9B8C4620-2C1A-11D0-8493-00A02438AD48}
- Connected to:
CLSID: {3D446B6F-71DE-4437-BE15-8CE47174340F}
Filter: AC3 Audio Decoder
Pin: In
- Connection media type:
Unknown
AM_MEDIA_TYPE:
majortype: MEDIATYPE_DVD_ENCRYPTED_PACK {ED0B916A-044D-11D1-AA78-00C04FC31D60}
subtype: MEDIASUBTYPE_DOLBY_AC3 {E06D802C-DB46-11CF-B4D1-00805F6CBBEA}
formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 18
WAVEFORMATEX:
wFormatTag: 0x0000
nChannels: 6
nSamplesPerSec: 48000
nAvgBytesPerSec: 0
nBlockAlign: 0
wBitsPerSample: 0
cbSize: 0 (extra bytes)
pbFormat:
0000: 00 00 06 00 80 bb 00 00 00 00 00 00 00 00 00 00 ....€»..........
0010: 00 00 ..
- Enumerated media type 0:
Unknown
AM_MEDIA_TYPE:
majortype: MEDIATYPE_DVD_ENCRYPTED_PACK {ED0B916A-044D-11D1-AA78-00C04FC31D60}
subtype: MEDIASUBTYPE_DOLBY_AC3 {E06D802C-DB46-11CF-B4D1-00805F6CBBEA}
formattype: FORMAT_WaveFormatEx {05589F81-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 18
WAVEFORMATEX:
wFormatTag: 0x0000
nChannels: 6
nSamplesPerSec: 48000
nAvgBytesPerSec: 0
nBlockAlign: 768
wBitsPerSample: 0
cbSize: 0 (extra bytes)
pbFormat:
0000: 00 00 06 00 80 bb 00 00 00 00 00 00 00 03 00 00 ....€»..........
0010: 00 00 ..
X-Dron
18th January 2010, 21:45
i don't have these screen on automatic refresh change :confused:
what build do you use ? (i use the 1503)
BHH
Since 1517 auto change fullscreen resolution for different video content; add fullscreen Option page;
mark0077
18th January 2010, 21:59
Loving the new fullscreen change options. Just a few comments / bugs
1) It doesn't detect rate changes during playback. IE playing 25fps pal material using reclock, slows the content to 24fps. But mpc-hc doesn't detect the slowdown, so it sets my display to 50hz rather than 23 hz.... A possible improvement I guess, to use fullscreen change resolution logic on rate change, not just on file load?
EDIT: actually playing 25fps content on 50hz, and loading 23.976 file, mpc-hc doesn't change my refresh rate. Strangely exiting mpc-hc, then causes mpc-hc to switch my display to 23.976 mode. It means mpc-hc could possibly change the resolution 2 hours too late :P Unfortunately ar-jar's renderer doesn't seem to detect rate changes full stop. I will switch to his renderer as soon as this is implemented, but both evr-cp and synchrenderer have the above problem.
---------------------
2) Another niggle, with all of the options in "Fullscreen" enabled, coming out of fullscreen mode leaves me with a teeny weeny window. I have set "Zoom" to Auto Fit, but it gets disabled the next time I load a file, leaving me again with tiny window when I come out of fullscreen mode.
---------------------
3) Even if I disable, "Apply default monitor mode on fullscreen exit", mpc-hc on close, is reverting to the refresh rate that I went into it at. This is now what I want. I want it to exit and touch nothing. I can't find a way to stop it doing this on exit.
---------------------
4) Sometimes double clicking mpc-hc to go into fullscreen mode, I get the following, where parts of the desktop can be seen around the image on all sides. Very strange :P Coming out and back into fullscreen mode doesn't repeat this.
http://img269.imageshack.us/img269/804/weirdfo.th.jpg (http://img269.imageshack.us/i/weirdfo.jpg/)
---------------------
GUI Enhancement: I would have loved a setting like below, as a slight tweak to whats already there. Basically all of the existing rates, plus the doubles of them (when de-interlacing content to double frame rates).
23.50 - 24.00 - 1920 x 1080 @ 23Hz
24.50 - 25.00Hz - 1920 x 1080 @ 50Hz
29.50 - 30.00Hz - 1920 x 1080 @ 59Hz
47.50 - 48.00Hz - 1920 x 1080 @ 48Hz
49.50 - 50.00Hz - 1920 x 1080 @ 50Hz
29.50 - 60.00Hz - 1920 x 1080 @ 60Hz
Other - 1920 x 1080 @ 50hz
Desktop - 1920 x 1080 @ 60hz
"Apply desktop monitor mode on fullscreen exit"
"Apply desktop monitor mode on mpc-hc exit"
DMD
18th January 2010, 23:36
Same problem with the release 1.3.1529.0 :(
http://www.allfreeportal.com/imghost/thumbs/900622Senza titulo-1.PNG ('http://www.allfreeportal.com/imghost/images/900622Senza titulo-1.PNG')
tetsuo55
19th January 2010, 00:01
that problem wont be fixed until you see a commit specifically mentioning it.
Silent Rain
19th January 2010, 00:14
You can upload a small sample(which is confirmed to show the behaviour) to a free hosting site.
I can't unload small sample. I can unload full-lenght video (271 MB). This is only way to see this defect!!!!!
Which server should I choose?
tmbt
19th January 2010, 00:17
Hi guys,
would be possible in the future introduce this new feature :
When you have multiple folders (for example episode01 , episode02 and episode03) when the file u're playing is over mpchc search for the next one. So suppose u're playing episode02 then mpchc will run episode03 automatically.
Thx
sneaker_ger
19th January 2010, 00:19
Hi guys,
would be possible in the future introduce this new feature :
When you have multiple folders (for example episode01 , episode02 and episode03) when the file u're playing is over mpchc search for the next one. So suppose u're playing episode02 then mpchc will run episode03 automatically.
Thx
Maybe not exactly what you're asking for, but you do know that it has a playlist under "view"->"playlist", don't you?
Snowknight26
19th January 2010, 06:44
Any word on this issue (http://forum.doom9.org/showthread.php?p=1347996#post1347996)?
DMD
19th January 2010, 07:21
that problem wont be fixed until you see a commit specifically mentioning it.
Thanks for the reply.
I greatly appreciate your work, and I apologize if sometimes I repeat these reports not perfect functioning of the MPC Video decoder.
Regards
loretta80
19th January 2010, 08:06
found one missing thing and have one question:
in the right-click-menu the shortcut for Display-stats (Ctrl-J) is missing (thougt the shortcut were gone. piuhh)
and for playing arround with the new renderers a behaviour like in some other players would make the testperiod a little faster:
Press stop twice to unload the movie and change to the new settings. press play start the last loaded file.
(Or is this function already there and i'm to dumb to see?)
Casimir666
19th January 2010, 08:18
Some more background: The docs say "Any call to create, release, or reset the device must be done using the same thread as the window procedure of the focus window." I interpret this so that I need to create and when needed, reset, the device from the windows procedure of the window I pass as focus window to IDirect3D9::CreateDevice. As it is now in all DX renderers, the device is not released from the same thread that it is created on and we probably get a dangling reference in the creation thread when we create a new device. the D3 debugger gives an error on this too.
My idea is therefore to let the windows procedure thread handle the creation and reset of the DX device. I guess I can send messages from any thread but I don't know what kinds of synchronization issues I run into having all these threads doing stuff in parallel when building the graph.
Maybe you have some input or further ideas? -A
You are right there is a threading problem in the surface creation/destruction, but we have to find another way and keep the worker thread loading.
Steveo08
19th January 2010, 09:17
Since 1517 auto change fullscreen resolution for different video content; add fullscreen Option page;
this update is great!
thanks Aleksoid!
f_carone
19th January 2010, 11:01
auto change fullscreen resolution for different video content is great, but when changing video refresh, screen appears black.
build 1529
hi,
fil
DMD
19th January 2010, 12:15
Today I replaced my old video card (ATI X1600) with HD5750, and files with VC-1 and AVC are automatically enabled in DXVA.
http://www.allfreeportal.com/imghost/images/251775Senza titulo-2.png (http://allfreeportal.com)
The problem is that I can not disable the DXVA, for testing with ffdshow, I also tried to unregister the MPC Video decoder, but nothing happens, MPC video decoder seems to prevail throughout
Can you help me how to disable DXVA?
Thanks
that problem wont be fixed until you see a commit specifically mentioning it.
I want to point out that with the new HD5750 video card (with DXVA) the problem reported in the post (http://forum.doom9.org/showpost.php?p=1365131&postcount=11398), the defect disappears and the image is perfect.
namaiki
19th January 2010, 12:19
DMD: Uncheck H.264/AVC(DXVA) under transform filters in internal filters tab in options.
pirlouy
19th January 2010, 12:45
this update is great!
thanks Aleksoid!
Indeed; wonderful
DMD
19th January 2010, 12:52
DMD: Uncheck H.264/AVC(DXVA) under transform filters in internal filters tab in options.
THANKS!
I could not remember the setting of internal filters
ar-jar
19th January 2010, 12:53
You are right there is a threading problem in the surface creation/destruction, but we have to find another way and keep the worker thread loading.
Fair enough! I think I should be able to find a solution anyway. -A
avivahl
19th January 2010, 16:51
New Nvidia GeForce 196.21 WHQL certified drivers.Thanks. Updating.
XPC
19th January 2010, 16:55
Hi,
This is my first post here. First of all I would like to thank all the guys that are involved in this great project.
I was trying to compile the application following the instructions from the Wiki page. Although I could get the 32 bits MPC hc.exe compiled, when trying to generate the 64 bits exe, I am having the following linking errors:
4>Linking...
4>MPCVideoDecRU.lib(MPCVideoDecFilter.obj) : MSIL .netmodule or module compiled with /GL found; restarting link
with /LTCG; add /LTCG to the link command line to improve linker performance
4>MPCVideoDecRU.lib(lib64_libmingwex_a-snwprintf.o) : error LNK2001: unresolved external symbol __vsnwprintf
4>MPCVideoDecRU.lib(lib64_libmingwex_a-vsnwprintf.o) : error LNK2001: unresolved external symbol __vsnwprintf
4>MPCVideoDecRU.lib(lib64_libmingwex_a-snprintf.o) : error LNK2001: unresolved external symbol __vsnprintf
4>MPCVideoDecRU.lib(lib64_libmingwex_a-vsnprintf.o) : error LNK2001: unresolved external symbol __vsnprintf
4>MPCVideoDecRU.lib(mpc_helper.o) : error LNK2001: unresolved external symbol __mingw_aligned_malloc
4>MPCVideoDecRU.lib(mem.o) : error LNK2001: unresolved external symbol __mingw_aligned_malloc
4>MPCVideoDecRU.lib(mpc_helper.o) : error LNK2001: unresolved external symbol __mingw_aligned_free
4>MPCVideoDecRU.lib(mem.o) : error LNK2001: unresolved external symbol __mingw_aligned_free
4>MPCVideoDecRU.lib(mpc_helper.o) : error LNK2001: unresolved external symbol __mingw_aligned_realloc
4>MPCVideoDecRU.lib(mem.o) : error LNK2001: unresolved external symbol __mingw_aligned_realloc
4>MPCVideoDecRU.lib(log.o) : error LNK2001: unresolved external symbol snprintf
4>x64\Release Unicode\mpc-hc64.exe : fatal error LNK1120: 6 unresolved externals
4>Build log was saved at "file://c:\ProyectosAudiovisual\MPC_HomeCinema\trunk\src\apps\mplayerc\x64\Release
Unicode\BuildLog.htm"
4>mpc-hc - 12 error(s), 0 warning(s)
========== Build: 2 succeeded, 1 failed, 61 up-to-date, 1 skipped ==========
Am I missing something?
Thanks
Xavier
Nitrius
19th January 2010, 17:30
Is this new render, EVR Sync, the new "best" thing? Should i use that instead of EVR Custom? What is the pros and cons?
Edit: And det split video using the MPC Video Decoder is still not fixed yet right? At least it doesn't seem so..
hdboy
19th January 2010, 18:24
auto change fullscreen resolution for different video content is great, but when changing video refresh, screen appears black.
build 1529
hi,
fil
confirmed. the refresh rate does "Autochange" as I have set in the new Fullscreen tab, but the screen goes black and video does not play. i have to reload video or restart MPC.
also, refresh rate only changes if video playback is in the current screen, not if the fullscreen monitor is a different display.
Example: video is 59.97fps. I set auto change to switch to 60hz for that content. I set fullscreen monitor to display2 (my secondary display), which is now @ 24hz. I begin playback in display1, and hit fullscreen. It goes to display2, but does not change display2 to 60hz.
tigerat
19th January 2010, 18:43
hi
I'm new here.
I use intel G41 and H.264/AVC(DXVA) only work under Vista 15.11.2.1554 driver. Try others Vista driver but fail... Win 7 never works too!
Any ideas?
Thank you !
Steveo08
19th January 2010, 18:50
confirmed. the refresh rate does "Autochange" as I have set in the new Fullscreen tab, but the screen goes black and video does not play. i have to reload video or restart MPC.
also, refresh rate only changes if video playback is in the current screen, not if the fullscreen monitor is a different display.
Example: video is 59.97fps. I set auto change to switch to 60hz for that content. I set fullscreen monitor to display2 (my secondary display), which is now @ 24hz. I begin playback in display1, and hit fullscreen. It goes to display2, but does not change display2 to 60hz.
for me it's working with detecting without a black screen, but only the video which has the same values as my desktop runs fluently.
_xxl
19th January 2010, 18:53
@XPC
Please read Compilation.txt from svn.
You need MinGW GCC to compile release version of mpc-hc.
XPC
19th January 2010, 19:56
_XXL thanks for your reply.
I did installed mingw. It is all working for 32 bits but not for 64 bits. This is what I did (from the Wiki page):
1. Download and extract Alexins's Cross-Mingw.GCC Base to c:\mingw_msys\msys.450x64v2\.
URL: http://www.xvidvideo.ru/clsid/msys.450x64v2.7z
2. Download and extract Alexins's Cross-Mingw.GCC Core to c:\mingw_msys\msys.450x64v2\mingw\.
URL: http://www.xvidvideo.ru/2009-10-22-10-49-14/cat_view/28-cross-mingwgcc-x86x64/160-cross-mingwgcc-45-x86x64.html
3. Edit the "fstab" file in c:\mingw_msys\msys.450x64v2\etc\ to specify your mingw path
Add this to it: c:\mingw_msys\msys.450x64v2\mingw \mingw (note the tab-space between mingw and \mingw)
4. Make the following changes to Windows' environment variables (in System Properties->Advanced->Environment Variables):
a) Set "c:\mingw_msys\msys.450x64v2\mingw\" as the MINGW32 variable (note the backslash at the end!).
b) Set "c:\mingw_msys\msys.450x64v2\mingw\" as the MINGW64 variable (note the backslash at the end!).
c) Set "c:\mingw_msys\msys.450x64v2\" as the MSYS variable (note the backslash at the end!).
d) Set "c:\mingw_msys\msys.450x64v2\bin\" as the YASM variable (note the backslash at the end!).
The result is that I can get the 32 bits exe file, but for the 64 bits I get several unresolved externals when linking:
4>MPCVideoDecRU.lib(mem.o) : error LNK2001: unresolved external symbol __mingw_aligned_malloc
4>MPCVideoDecRU.lib(mpc_helper.o) : error LNK2001: unresolved external symbol __mingw_aligned_free
4>MPCVideoDecRU.lib(mem.o) : error LNK2001: unresolved external symbol __mingw_aligned_free
4>MPCVideoDecRU.lib(mpc_helper.o) : error LNK2001: unresolved external symbol __mingw_aligned_realloc
4>MPCVideoDecRU.lib(mem.o) : error LNK2001: unresolved external symbol __mingw_aligned_realloc
4>MPCVideoDecRU.lib(log.o) : error LNK2001: unresolved external symbol snprintf
I checked Compilation.txt and I saw different sources for the mingw GCC software and different steps. Are the above steps correct for 64 bits compilation (from a Windows 7 32 bits machine)? The version I downloaded is mingw_gcc_450_v20100116_2200_x86-x64-experimental_release_(pthreads_2.9.0.0_shared). Should this work for 64 bits?
Thanks
sneaker_ger
19th January 2010, 20:12
Edit: And det split video using the MPC Video Decoder is still not fixed yet right? At least it doesn't seem so..
that problem wont be fixed until you see a commit specifically mentioning it.
.....
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.