Search found 7 matches

Go to advanced search

by bratao
21 May 2012 02:32
Forum: Development around libVLC
Topic: JoungEunKim Visual studio compiled versions, anyone ?
Replies: 1
Views: 435

JoungEunKim Visual studio compiled versions, anyone ?

Hello,
JoungEunKim used to post an version of vlc that can be compiled under visual studio.
But he published in megaupload, now its gone =(

Anyone have an backup that can share here ? Its a very important work that can't be lost on the internet !

[]'s
by bratao
20 May 2012 03:50
Forum: Development around libVLC
Topic: vlc 1.1.6 compile with VS2005/2008/2010
Replies: 11
Views: 3356

Re: vlc 1.1.6 compile with VS2005/2008/2010

Anyone have an mirror for this ??
Specifically an 2010 version ??
by bratao
28 Jul 2011 14:58
Forum: Development around libVLC
Topic: LibVLC Deadlock on libvlc_media_player stop (win32) [Fixed]
Replies: 39
Views: 13592

Re: LibVLC Deadlock on libvlc_media_player stop (win32) [Fix

I think that this path is very important. It is not clear to me that the Win32 documentation would require the use of MsgWaitForMultipleObjects(Ex) instead of WaitForMultipleObjects(Ex), WaitForSingleObject(Ex) and Sleep(Ex) in threads that have created windows. In particular, LibVLC should not need...
by bratao
21 Jul 2011 23:11
Forum: Development around libVLC
Topic: LibVLC Deadlock on libvlc_media_player stop (win32) [Fixed]
Replies: 39
Views: 13592

Re: LibVLC Deadlock on libvlc_media_player stop (win32) [Fix

Rémi, if fact you can fix it in libvlc. Just replacing the WaitForSingleObjectEx for a MsgWait equivalent: ret = MsgWaitForMultipleObjects (1, &handle, INFINITE, NULL, NULL); if (ret == WAIT_OBJECT_0 + 1) { /* PROCESS THE MESSAGE */ BOOL bRet; while ((bRet = PeekMessage (&msg, NULL, 0, 0, PM...
by bratao
10 Apr 2011 04:41
Forum: Development around libVLC
Topic: LibVLC Deadlock on libvlc_media_player stop (win32) [Fixed]
Replies: 39
Views: 13592

Re: LibVLC Deadlock on libvlc_media_player stop (win32) [Fix

Sébastien, whats will be fixed, the deadlock problem or the RTSP one ?
by bratao
10 Mar 2011 15:19
Forum: Development around libVLC
Topic: LibVLC Deadlock on libvlc_media_player stop (win32) [Fixed]
Replies: 39
Views: 13592

Re: LibVLC Deadlock on libvlc_media_player stop (win32)

Just to report.
I´m using in a C++ project and i have exactly the same deadlock.
Both in 1.1.7 and in 1.2 nightly
by bratao
02 Sep 2008 22:41
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83152

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

I would love the lasest version too.

I´m doing a c++ wrapper for libvlc and will basing on your wrapper. So the lastest would save some work !

Go to advanced search