Search found 3 matches

Go to advanced search

by jmorrill
31 Mar 2008 03:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 37879

Re: VLC Element for WPF

I have just released an WPF control called VideoRendererElement ( http://www.codeplex.com/VideoRendererElement ). It does fast raster updates suitable for video. I tweaked the VLC wpf player to use this control and CPU usage was great and no tearing. I blogged about it here http://jmorrill.hjtcentra...
by jmorrill
03 Aug 2007 11:22
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 37879

Re: VLC Element for WPF

jmorrill, when I found your post about MediaElement's DirectShow Graph (wich is awesome by the way) i was thinking like you say BenZC, that if it is possible to write a interface to vlc's dummy directshow filter, i think its dshow/filter.h then it would be possible to write a usercontrol that used ...
by jmorrill
01 Aug 2007 14:06
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Element for WPF
Replies: 44
Views: 37879

Re: VLC Element for WPF

Thanks for the link back juliant! BenZC, I took a peep at your source-code and indeed the performance loss is with recreating a new BitmapSource for each frame. Unfortunatly, this is the "correct" way to use WPF for WPF is a retained rendering system. I have made a dirty little hack to get...

Go to advanced search