Log in

View Full Version : Media Player Classic Home Cinema (MPC-HC) - DXVA!


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 [226] 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410

her34
10th January 2010, 06:18
this sample from canon digicam doesn't play in mpc-hc

http://uploading.com/files/7f64a89e/canon_powershot.mov/

betaking
10th January 2010, 06:25
last mpc-hc 1497 can not playe real media files ,but if i regsvr32 MPCVideoDec.ax.mpc-hc play is fine! is it this a bug?
PS:I not install last realplayer sp!

JohnLai
10th January 2010, 07:33
Hmm...I also have some problem with certain mp4 only (using build 1489). Audio and subtitle are in sync, but the video is not. For the first 3 seconds or so, the video suddenly "fast" forward by 3-5 seconds and then play normally with its standard framerate, unfortunately, it is out of sync with the audio and sub. Currently using haali media splitter, internal DXVA. When i tested it using internal mp4 splitter, whole video is "jumpy", something like frameskipping, yet it isn't = tested with ffdshow-mt h.264, internal dxva and internal FFMPEG.

However, when i drop the mp4 into mkvmerge GUI v3.0.0 to remux it into mkv, the mkv version plays just fine.

torpedo
10th January 2010, 13:30
The compilation couldn't pass w/ Windows SDK 2008 since svn 1.3.1440. MainFrm.h needs Windows 7 SDK. Can somebody give some ideas? Thx!

ar-jar
10th January 2010, 14:56
The compilation couldn't pass w/ Windows SDK 2008 since svn 1.3.1440. MainFrm.h needs Windows 7 SDK. Can somebody give some ideas? Thx!

Yes, you need the latest windows SDK that supports W7. See the build instructions: http://sourceforge.net/apps/trac/mpc-hc/wiki/How_to_compile_the_MPC (you may need to do a few additional tweaks for the 64 bit version). -A

88keyz
10th January 2010, 15:00
Or you can use this small "reg" of mine to add register & unregister commands in the right click menu for .ax & .dll files

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.AX]
@="axfile"

[HKEY_CLASSES_ROOT\axfile\shell\Register]
@="Register"

[HKEY_CLASSES_ROOT\axfile\shell\Register\command]
@="regsvr32.exe \"%1\""

[HKEY_CLASSES_ROOT\axfile\shell\UNRegister]
@="UNRegister"

[HKEY_CLASSES_ROOT\axfile\shell\UNRegister\command]
@="regsvr32.exe /u \"%1\""

[HKEY_CLASSES_ROOT\dllfile\shell\Register]
@="Register"

[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="regsvr32.exe \"%1\""

[HKEY_CLASSES_ROOT\dllfile\shell\UNRegister]
@="UNRegister"

[HKEY_CLASSES_ROOT\dllfile\shell\UNRegister\command]
@="regsvr32.exe /u \"%1\""

Good tip! I put this to use right away.

Casimir666
10th January 2010, 15:48
Hmm...I also have some problem with certain mp4 only (using build 1489). Audio and subtitle are in sync, but the video is not. For the first 3 seconds or so, the video suddenly "fast" forward by 3-5 seconds and then play normally with its standard framerate, unfortunately, it is out of sync with the audio and sub. Currently using haali media splitter, internal DXVA. When i tested it using internal mp4 splitter, whole video is "jumpy", something like frameskipping, yet it isn't = tested with ffdshow-mt h.264, internal dxva and internal FFMPEG.

However, when i drop the mp4 into mkvmerge GUI v3.0.0 to remux it into mkv, the mkv version plays just fine.

Do you have the same audio video sync problem before revision 1469?
If so your file probably have edts (we are working on this problem)

torpedo
10th January 2010, 16:33
Yes, you need the latest windows SDK that supports W7. See the build instructions: http://sourceforge.net/apps/trac/mpc-hc/wiki/How_to_compile_the_MPC (you may need to do a few additional tweaks for the 64 bit version). -A

Got it! If I havn't misunderstood, the building instructions implies that it's mandatory using w7 SDK since svn 1440, and since then the Windows SDK 2008 was abandoned. Thank you for your reply!

Nitrius
10th January 2010, 17:00
Anyone have any ideas on what i can do with my problem? The thing is that my graphic card/driver resets itself if i watch videos in full screen, .mkv hd file with subtitles and DXVA, if i remove the subtitles it seem to play fine. Only fix i've found to play videos with subtitles, is turning my clocked CPU back to stock clock, but i was hoping there was another workaround.

The graphics card is an ATI 5870, latest driver. CPU is a i7 920 @ 4GHz, tried lowering the clock as well, but stock clock seems to be the only fix i've found so far to play .mkv hd files with subtitles in DXVA mode.

leeperry
10th January 2010, 17:10
many apps like utorrent or foobar minimize to the tasktray if I click on the "show desktop" icon on XP SP3, but MPC does not...if it could, that'd be much appreciated! :)

clsid
10th January 2010, 17:58
It minimizes (and restores) fine here on XP SP3 when I click on "show desktop".

Jong
10th January 2010, 18:03
Is there anyone currently working on MPC-HC who cabn look at a problem with the MPEG-2 decoder?

I have some DVDs that show a clear dropped frame at several reproduceable points in the movie that are not there with Cyberlink decoder. It is clearly visible in the jitter charts of both the Belyaal and Gothsync renderers.

Trouble is now I am on W7 and, of course, all menu navigation is broken with Cyberlink so, AFAIK, I have to use the built in decoder.

If there is, is there any specific tool you would like me to use to cut a sample from a vob? I tried VideoReDo, but that made a complete hash of it (incorrect frame order afterwards using both MPC decoder and Cyberlink). I guess that could be an indication of a bigger issue in the DVD authoring, but as I said, Cyberlink decoder handles the orginal VOB without issue.Sorry to bump. But there was no reply to this. Can I just check there is no one working on the MPEG2 Decoder, so no one interesting in debugging its dropped frames?

As it happens I have discovered I can use the Cyberlink decoder on W7 in non-DXVA mode and DVD menu navigation is then fine, but still it would be good to get rid of the bug in the internal decoder.

leeperry
10th January 2010, 18:42
It minimizes (and restores) fine here on XP SP3 when I click on "show desktop".
I've checked "tray icon" in the options, and when I click on "show desktop", it doesn't vanish from the taskbar and move to the tasktray like utorrent or foobar...it stays in the taskbar. I'm using MPC Classic, though :o

and I will really need to use ResHack to get a nicer looking tasktray icon..

hoborg
10th January 2010, 20:26
Not a splitter problem using internal mp4 splitter & Microsoft DTV-DVD Video Decoder (DXVA) it's working using internal mp4 & internal H264/AVC DXVA or NonDXVA filter = black screen

Hmm, Haali + MPC decoder works.

nuhi
10th January 2010, 21:11
I would like to report a fullscreen bug and a small suggestion.

If using DirectX Fullscreen mode the MPC does not realize it is actually in fullscreen. This is apparent if you choose to switch resolution in fullscreen mode it will not be triggered when using DX Fullscreen without the Launch Files In Fullscreen option.
So in another words: DirectX Fullscreen Mode does not switch the internal fullscreen flag on its own.
Also playing disks from the already started MPC will cause this.

If I may suggest to move the Player-Launch Files In Fullscreen option to the Playback menu with other screen options.
And it could be upgraded to also switch all playback starts in fullscreen, which is needed for playing disks. e.g. 'Start playback in fullscreen' (not just files!)

To replicate:
Enable DirectX fullscreen mode.
Disable Player-Launch files in fullscreen mode.
Or Enable Player-Launch files in fullscreen mode but actually play a DVD from the MPC menu.

Btw I like the MPC Gui being on the main monitor while Dx fullscreen is on the secondary output which is the TV.
If you do fix this please explore the possibility of rerouting the reported display properties of the actual output, not where the MPC GUI is. So that plugins like Reclock can get the correct output.

Also the new AUTO refresh changes dependant on FPS do not work in my case, let me know if you need more details or some testing.

And of course thank you.

ar-jar
10th January 2010, 22:14
If using DirectX Fullscreen mode the MPC does not realize it is actually in fullscreen. This is apparent if you choose to switch resolution in fullscreen mode it will not be triggered when using DX Fullscreen without the Launch Files In Fullscreen option.
So in another words: DirectX Fullscreen Mode does not switch the internal fullscreen flag on its own.
Also playing disks from the already started MPC will cause this.


Very true. There are actually two independent flags, one for regular (windowed) fullscreen and one for exclusive mode ("D3D") fullscreen. These are rather independent. I happen to be looking at this right now to see if I can make the behavior more consistent. Ideally, as I see it, exclusive mode should work just like regular (- some limitations + some good features). It's a bit tricky though as one needs to stop the graph and disconnect the renderer to switch between windowed and exclusive mode (and then reconnect the renderer). So don't hold you breath... -A

Mercury_22
10th January 2010, 23:51
Hmm, Haali + MPC decoder works.
Strange !?!
Have you check disable gabest mp4 splitter (or something like that I can't remember now) when you installed Haali ?

hoborg
11th January 2010, 08:24
Strange !?!
Have you check disable gabest mp4 splitter (or something like that I can't remember now) when you installed Haali ?

It is configured directly in MPC-HC player.

Gleb Egorych
11th January 2010, 12:03
Tested b1417 (build from xvidvideo.ru) - no more 1312 stuttering issues on Vista x64, EVR-CP (optimal), GF8800GT (FW191.07).

But this build often crashes on multiple "Jump forward (medium)" and "Jump backward (medium)" commands. Build 1311 is OK.

crash details:
Problem signature:
Problem Event Name: BEX
Application Name: mplayerc_rc.exe
Application Version: 1.3.1417.0
Application Timestamp: 4b26f1a4
Fault Module Name: evr.dll
Fault Module Version: 6.0.6002.18005
Fault Module Timestamp: 49e037bb
Exception Offset: 0000844a
Exception Code: c0000005
Exception Data: 00000008
OS Version: 6.0.6002.2.2.0.256.1
Locale ID: 1049
Additional Information 1: fd00
Additional Information 2: ea6f5fe8924aaa756324d57f87834160
Additional Information 3: fd00
Additional Information 4: ea6f5fe8924aaa756324d57f87834160
Tested build 1503, MPC still crashes with EVR-CP and ReClock. Should I create a ticket or problem is worked on?
Last non-crashing revision is 1356, and rev.1369 crashes (I use builds from xvidvideo.ru).

betaking
11th January 2010, 12:33
Tested build 1503, MPC still crashes with EVR-CP and ReClock. Should I create a ticket or problem is worked on?
Last non-crashing revision is 1356, and rev.1369 crashes (I use builds from xvidvideo.ru).

Try turn off dep for vista! because some files i use 1356 is fine !use 1369-1503 mpc-hc crashes!but if Try turn off dep for vista! mpc-hc not carsh! so i think you can try turn off dep!

mark0077
11th January 2010, 13:08
Tested build 1503, MPC still crashes with EVR-CP and ReClock. Should I create a ticket or problem is worked on?
Last non-crashing revision is 1356, and rev.1369 crashes (I use builds from xvidvideo.ru).

Same for me under Windows 7. Dragging slider bar causes mpc-hc to crash, if using reclock, and evr / synch renderer.

DMD
11th January 2010, 14:19
With the release 1.3.1503.0 th when I open the file bdmv.index Blu-ray this happens.

http://www.allfreeportal.com/imghost/thumbs/9341Senza titulo-1.PNG ('http://www.allfreeportal.com/imghost/images/9341Senza titulo-1.PNG')


The problem lies in the filter MPCVideoDec.ax version svn1503, replacing it with the filter MPCVideoDec.ax svn1489 Works perfectly normal
thanks

tetsuo55
11th January 2010, 15:05
Tested build 1503, MPC still crashes with EVR-CP and ReClock. Should I create a ticket or problem is worked on?
Last non-crashing revision is 1356, and rev.1369 crashes (I use builds from xvidvideo.ru).BEX c0000005, this means that there was an illegal read/write to executable or non existent memory.

This crash is very bad, if you ignore it the computer could become unstable (but most likely mpc-hc will crash or hang at some point later)Try turn off dep for vista! because some files i use 1356 is fine !use 1369-1503 mpc-hc crashes!but if Try turn off dep for vista! mpc-hc not carsh! so i think you can try turn off dep!Dep cannot be completely disabled, MPC-HC forces your computer to enable DEP for it, if you remove DEP completey MPC-HC will give an error and not work.Same for me under Windows 7. Dragging slider bar causes mpc-hc to crash, if using reclock, and evr / synch renderer.Clearly reclock is causing either mpc-hc or itself to write/read an illegal memory region(executable page)

If its not on the tracker yet please add it.
Remeber to:

Explain in minute detail what steps to take to reproduce.
Explain in minute detail what you where expecting to see
Explain in minute detail what you saw instead

Make sure to provide screenshots, samples, minidumps and system settings where appropriate.
Bugs that cannot be reproduced cannot be fixed, the same is true for bugs where we do not know the expected and seen behaviour.

leeperry
11th January 2010, 15:07
I've checked "tray icon" in the options, and when I click on "show desktop", it doesn't vanish from the taskbar and move to the tasktray like utorrent or foobar...it stays in the taskbar. I'm using MPC Classic, though :o
so should I try my luck at adding this feature request to the tracker?

her34
11th January 2010, 18:45
this sample from canon digicam doesn't play in mpc-hc

http://uploading.com/files/7f64a89e/canon_powershot.mov/

can anyone reproduce?

Casimir666
11th January 2010, 19:40
can anyone reproduce?

Yes, problem with DXVA decoder, not the MP4 splitter update

thrawnrulz68
11th January 2010, 20:17
I am having some problems with backwards frame stepping in the latest revision (1503). It works with AVI, WMV, and MOV files but does not seem to work properly with MP4 or FLV files. Also, RM files aren't working for me forwards or backwards. I am using ffdshow and quicktime and realplayer architectures.

Mercury_22
11th January 2010, 20:52
It seems that the "No show" for PGS subtitles http://sourceforge.net/apps/trac/mpc-hc/ticket/162 it's getting worse cause now i can find more files for which the PGS subtitles are not displayed ! (The "hit reload" trick it's working only for external sub and waiting also doesn't work )
Anyone else has this problem ?

Nitrius
12th January 2010, 02:16
Anyone have any ideas on what i can do with my problem? The thing is that my graphic card/driver resets itself if i watch videos in full screen, .mkv hd file with subtitles and DXVA, if i remove the subtitles it seem to play fine. Only fix i've found to play videos with subtitles, is turning my clocked CPU back to stock clock, but i was hoping there was another workaround.

The graphics card is an ATI 5870, latest driver. CPU is a i7 920 @ 4GHz, tried lowering the clock as well, but stock clock seems to be the only fix i've found so far to play .mkv hd files with subtitles in DXVA mode.


This seems to be a widespread problem, just found this: http://forums.guru3d.com/showthread.php?t=308911

Aleksoid1978
12th January 2010, 04:23
With the release 1.3.1503.0 th when I open the file bdmv.index Blu-ray this happens.

http://www.allfreeportal.com/imghost/thumbs/9341Senza titulo-1.PNG ('http://www.allfreeportal.com/imghost/images/9341Senza titulo-1.PNG')


The problem lies in the filter MPCVideoDec.ax version svn1503, replacing it with the filter MPCVideoDec.ax svn1489 Works perfectly normal
thanks

DXVA on/off ???
What videocard ???

namaiki
12th January 2010, 04:26
DXVA on/off ???
What videocard ???

What video renderer as well?

sneaker_ger
12th January 2010, 04:33
I get the same problem using the internal xvid/mpeg 4 part 2 filter and Haali or VRM7 renderless. Only difference is that the lower half of the picute is green and not black. Rev. 1503, Windows XP SP3.
http://www.abload.de/img/rev1503errorwycp.jpg

/edit: same problem using internal H.264 filter.
Not using DXVA

Aleksoid1978
12th January 2010, 04:49
1503 build, Win 7 x86, EVR Custom, Internal Decoder:

MKV(H264):
http://s56.radikal.ru/i153/1001/d3/331953cb74d6t.jpg (http://radikal.ru/F/s56.radikal.ru/i153/1001/d3/331953cb74d6.png.html)

AVI(XVID):
http://s005.radikal.ru/i211/1001/30/df506178ed63t.jpg (http://radikal.ru/F/s005.radikal.ru/i211/1001/30/df506178ed63.png.html)

sneaker_ger
12th January 2010, 04:50
Try Haali's Renderer or VMR7 renderless.

Snowknight26
12th January 2010, 06:09
I get the same issue with this sample (http://stfcc.org/misc/baretta.avi).

http://i45.tinypic.com/2a0gaoj_th.jpg (http://i45.tinypic.com/2a0gaoj.jpg)

Seems to only happen when EVR gets YUV2 input?


Edit: Another issue:

http://i46.tinypic.com/whl99s_th.jpg (http://i46.tinypic.com/whl99s.jpg)

To reproduce, right click on the video, filters, EVR (can be any renderer?), Pin Info tab, click inside the disabled text box, hit Escape on your keyboard (the tab should go blank), Quality tab, Pin Info tab. Video of aforementioned bug. (http://stfcc.org/misc/mpc-hc%20form%20bug.mkv)

sl1pkn07
12th January 2010, 06:15
i have problem:

when stop playback a video/audio if pulse play for repeat play. the all windows crash/freeze, needing reset (panic button :P)


occur since version <1453 to* newer


windows 7 64 bits
mpc-hc 1489 64 bits with Ffdshow 3195 64bits (all A/V decoders using internal ffmpeg (if is possible))

Snowknight26
12th January 2010, 06:19
occur since version <1453 and newer

So every single version? Or did you put the less than sign by mistake?

JarrettH
12th January 2010, 07:15
Is there a way to get Purevideo HD (dxva acceleration) working in MPC-HC for DVDs? Not blu-ray/hd-dvd

DMD
12th January 2010, 07:51
DXVA on/off ???
What videocard ???

No DXVA
Renderer= EVR
ATI X1600 XT
S.o: Windows 7 Ultimate @32 bit

http://www.allfreeportal.com/imghost/images/944275Senza titulo-1.PNG (http://allfreeportal.com)

sl1pkn07
12th January 2010, 11:53
So every single version? Or did you put the less than sign by mistake?

the sign is that i think start this issue in this version

ikarad
12th January 2010, 17:23
It seems that the "No show" for PGS subtitles http://sourceforge.net/apps/trac/mpc-hc/ticket/162 it's getting worse cause now i can find more files for which the PGS subtitles are not displayed ! (The "hit reload" trick it's working only for external sub and waiting also doesn't work )
Anyone else has this problem ?

Same problem.
No fix since one year for many bugs related to PGS subtitles and new problems appeared.

If it continues I could not use MPC-HC to see bluray with subtitles because See bluray movies with many subtitles that doesn't appeared is very bad . It's a very bad thing because MPC-HC is a very hood player.

It's a pity that subtitle rendered of mpc-hc is neglected.

leeperry
12th January 2010, 19:05
is there any way(I would have overlooked) to ditch the 2 decrease/increase speed buttons? I often click on them by mistake when I wanna go previous/next...and Reclock gives me some funky artifacting :(

I'll take them out w/ ResHack, that'll be a good start ^^

DMD
12th January 2010, 20:18
Setting Output> DirectShow Video> Default System, eproduction occurs in the normal way.

http://www.allfreeportal.com/imghost/thumbs/556797Senza titulo-2.PNG ('http://www.allfreeportal.com/imghost/images/556797Senza titulo-2.PNG')

http://www.allfreeportal.com/imghost/images/281964Senza titulo-1.PNG (http://allfreeportal.com)


How did the problem happen with EVR reported in the post above (http://forum.doom9.org/showpost.php?p=1362630&postcount=11294)? :confused: :rolleyes:

THANKS

Snowknight26
12th January 2010, 20:55
Obviously EVR isn't the default renderer....

the sign is that i think start this issue in this version

Still makes no sense. Occurs since less than r1453 to newer? r100 is less than r1453. So it happened in r100 too?

sti3
13th January 2010, 02:43
I cannot for the life of me get H 264 DXVA to work anymore. It worked like once and I don't know what happened.

I am running Windows 7 x64, and my GPU is an ATI HD 4350 (mfg by asus)

XVID plays ok but in both MPC-HC (now running 1.3.1503.0) and Boxee (only with hardware acceleration checked) I get a green screen for all my videos, though subtitles and audio play.

I'm running Catalyst 9.12 with the hotfix. DXVA Checker 2.2.0.0 shows nothing available under video acceleration settings.

Can anyone help? Mercury_22, I see you have a similar setup (at least with a different ATI card).

NOTE: I can edit/change settings with DXVA Checker 2.0.2.1 and disable H264 that way.

tetsuo55
13th January 2010, 09:51
I cannot for the life of me get H 264 DXVA to work anymore. It worked like once and I don't know what happened.

I am running Windows 7 x64, and my GPU is an ATI HD 4350 (mfg by asus)

XVID plays ok but in both MPC-HC (now running 1.3.1503.0) and Boxee (only with hardware acceleration checked) I get a green screen for all my videos, though subtitles and audio play.

I'm running Catalyst 9.12 with the hotfix. DXVA Checker 2.2.0.0 shows nothing available under video acceleration settings.

Can anyone help? Mercury_22, I see you have a similar setup (at least with a different ATI card).

NOTE: I can edit/change settings with DXVA Checker 2.0.2.1 and disable H264 that way.you should uninstall the ati drivers, run driversweeper and then reinstall 9.12 hotfix
.

Also make sure you have installed the DirectX redist and are using evr or evr-cp

DMD
13th January 2010, 13:06
Why standalone_filters-svn1503_x64, filter MPCVideoDec.ax is absent? :confused:

http://www.allfreeportal.com/imghost/images/657091Senza titulo-2.PNG (http://allfreeportal.com)



while in standalone_filters-svn1489_x64, is there?

http://www.allfreeportal.com/imghost/images/622079Senza titulo-1.PNG (http://allfreeportal.com)


THANKS

pirlouy
13th January 2010, 13:14
Maybe it's the first step with ffdshow integration ! :P

Polcius
13th January 2010, 13:47
I get the same problem using the internal xvid/mpeg 4 part 2 filter and Haali or VRM7 renderless. Only difference is that the lower half of the picute is green and not black. Rev. 1503, Windows XP SP3.
http://www.abload.de/img/rev1503errorwycp.jpg

/edit: same problem using internal H.264 filter.
Not using DXVA


Same here.

rev. 1503
W7 32-bit
ATI 4350HD (latest drivers)

Issue occurs with EVR-CP and the newest renderer (gothsync)

ar-jar
13th January 2010, 18:20
Same here.

rev. 1503
W7 32-bit
ATI 4350HD (latest drivers)

Issue occurs with EVR-CP and the newest renderer (gothsync)

Looks very much like a buffer that is twice the intended size has been allocated. Does this only happen with the custom renderers (VMR renderless, EVR custom and Sync Renderer)? The others are ok?

I shall look into this when I get the opportunity. Did somebody have a sample with which I can repeat the behavior?

-Arto