Re: [Libav-user] Displaying video in Windows

2012-11-13 Thread Tom Isaacson
o convert YUV to RGB on shader, but that is another story. So, as you see it is not so easy as you may think. So ffplay is probably best way for fast development. Also you may try VLC's libraries APIs which are embedding directly to HWND. SDL may also create window using SDL_CreateWindo

[Libav-user] Displaying video in Windows

2012-11-12 Thread Tom Isaacson
I've looked at the source for ffplay and can see that the video is displayed using SDL. But as far as I can tell this doesn't actually use a real window in Windows, it just creates a space on the screen then watches for mouse events in the area. Are there any examples that show how to play vide