Any Update on Windows Developers

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
bugmenot
Blank Cone
Blank Cone
Posts: 91
Joined: 03 Feb 2008 16:15

Any Update on Windows Developers

Postby bugmenot » 02 Oct 2008 17:38

If you're like me and LOVE VLC, you probably got a little worried about the post on the main page for a "Call for Windows developers", stating that releases will be few and far between if they can't find anybody willing to join the project.

As an avid fan of this app, I was wondering if there has been any further progress in finding someone.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 02 Oct 2008 17:54

Not really... But well...
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Jossnaz
Blank Cone
Blank Cone
Posts: 73
Joined: 04 Jun 2008 17:59

Re: Any Update on Windows Developers

Postby Jossnaz » 02 Oct 2008 20:02

what's actually the main task for the windows developers?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Any Update on Windows Developers

Postby VLC_help » 03 Oct 2008 19:02

Fix existing Windows related issues/bugs and keep contribs+toolchain up and running. For one person, that would be a full time job. So multiple persons are welcome :D

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 04 Oct 2008 20:34

Windows Video Output needs love.
Interface on Windows too... (but I can do it)
DShow integration...
Installer and registry integration.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Jossnaz
Blank Cone
Blank Cone
Posts: 73
Joined: 04 Jun 2008 17:59

Re: Any Update on Windows Developers

Postby Jossnaz » 06 Oct 2008 01:26

which vlc version would you suggest to use for a windows user who wants to get the most stable possible, which still has h264 encoding?

cheers

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 06 Oct 2008 03:15

Hi j-b,

Maybe I could help with the 4th. item that is:
- Installer and registry integration.

I am new to VLC but not in Windows, so what I need is information/documentation to achieve that for a start then I can go from there.
Is there a preferred installer? Or put it another way, can "Inno Setup" be used?
Regards
Chuen

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 06 Oct 2008 10:06

The installer is a NSIS one, the script mostly works, however, I think that:
- extension registration needs to be check
- ALL the right-click menu of all items for VLC needs to be redone... (Play with VLC, Enqueue in VLC Playlist)
- ALL Vista integration needs checking...

That would be a good start.
Do you want a link to the latest NSIS script ?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 06 Oct 2008 13:49

Hi j-b,

Yes, I can give it a try. Can you show me the way, thanks.

The only thing is that I don't have or use Vista so checking against Vista may be a problem.
I can do Windows 2000 and XP.
Regards
Chuen

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: Any Update on Windows Developers

Postby VLC_help » 07 Oct 2008 18:13


Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 08 Oct 2008 02:17

Hi VLC_help,
Thanks for the link.
I assume that one is the latest
What do you mean the latest? Has it been used in
0.9.x?
1.0.0?

More questions:
1. Where can I download the necessary files to test the install script?
Is it the same that is available publicly on the net?
2. Any Source structure?
I can find out the target structure myself on my installed version.
3. List of known installation bugs.
4. New feature that needs to be added.
5. Where/who can I get info on new version.
That for a start. Thanks again
Regards
Chuen

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 08 Oct 2008 10:32

1/ take any .zip /.7z file of VLC release
yes
2/ No structure really, just a script :D
3/ Some issues about enqueuing files from explorer, and one instance/multiple instance issues
4/ fixing it first :D
5/ ? This script is for 1.0
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 08 Oct 2008 13:10

Thanks j-b,

Now I have to get my head around nsis.
I'll try it with 1.0

Q: Do you have any volunteer that I can contact for testing the installation with Vista?
Regards
Chuen

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 08 Oct 2008 13:17

me
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 08 Oct 2008 14:23

Hi j-b,

Hmmm...???
I am sure I downloaded "vlc-1.0.0-git-20080919-0711-win32.exe" to try out before
and unluckily I deleted it and now I could not find it in VideoLAN anymore.
Can you give me the link to the 1.0?
Regards
Chuen

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 08 Oct 2008 14:25

Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 08 Oct 2008 15:23

Thanks.

p.s. It is late here so goodnight for now.
Regards
Chuen

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 08 Oct 2008 23:19

Hi j-b,

The 1.0 version you gave me does not work:

Assertion failed
File: misc/threads.c
Line: 274
Expression: p_mutex != &super_mutex
Regards
Chuen

publicENEMY
Cone that earned his stripes
Cone that earned his stripes
Posts: 104
Joined: 14 May 2007 05:04
Location: Malaysia

Re: Any Update on Windows Developers

Postby publicENEMY » 09 Oct 2008 06:43

i think there are a lot of people here that can shows some windows love to vlc. but, i think most windowers are stumped in contributing because... it is extremely hard to compile a working vlc for windows. not to mention fixing bugs.

so i guess, vlc dev can start documenting, or package a simple to compile on windows vlc distro.

thanks.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 09 Oct 2008 07:41

Hi j-b,

The 1.0 version you gave me does not work:

Assertion failed
File: misc/threads.c
Line: 274
Expression: p_mutex != &super_mutex
On start or on exit?
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 09 Oct 2008 15:26

On start or on exit?
On start.
Regards
Chuen

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 09 Oct 2008 15:54

Work on 0.9 branch, then it does not really matter for the installer.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

Chuen
Blank Cone
Blank Cone
Posts: 49
Joined: 19 Sep 2008 04:40
Contact:

Re: Any Update on Windows Developers

Postby Chuen » 09 Oct 2008 16:06

Then I'll test it on 0.9.4 version.
Regards
Chuen

Mercury048
Blank Cone
Blank Cone
Posts: 85
Joined: 20 Jan 2008 02:15

Re: Any Update on Windows Developers

Postby Mercury048 » 09 Oct 2008 16:09

i think there are a lot of people here that can shows some windows love to vlc. but, i think most windowers are stumped in contributing because... it is extremely hard to compile a working vlc for windows. not to mention fixing bugs.
QFT.

Windows developers are used to using windows development tools. Visual Studio comes to mind immediately. The pool of windows devs who are comfortable working with *nix command-line tools for development is much smaller.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Any Update on Windows Developers

Postby Jean-Baptiste Kempf » 09 Oct 2008 16:40

... Visual Studio doesn't compile VLC.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 28 guests