Creating new modules (for Windows) without compilation

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.
arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Creating new modules (for Windows) without compilation

Postby arof3000 » 08 Sep 2009 16:24

friends,

I would like to create a new demux module without recompile the entire player. is it possible?

if positive, is there any Wiki entry explaining how to achieve this objective? if not, could someone explain me and I assume myself the task of creating this wiki entry.

Lex

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: Creating new modules (for Windows) without compilation

Postby Jean-Baptiste Kempf » 08 Sep 2009 18:00

Yes, but this is quite difficult, for Windows.
Compiling VLC on Windows is not that difficult.

http://wiki.videolan.org/OutOfTreeCompile , anyway
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.

arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Re: Creating new modules (for Windows) without compilation

Postby arof3000 » 08 Sep 2009 18:49

j-b,

thanks for your reply. I already rebuild VLC on Windows changing a demux (I'm studing it before start contributing).

But, unfortunatelly, my own version appears to be much unstable relative to the official build, even without any changes.
I got latest contrib from your personal folder.

Llogging isn't working when I force verbosity -vvv and ---extraintf=logger on command line.

i cleared %appdata%\vlc from official 1.1.0 build..

is there any way to get the exact parameters used to generate the official build for windows?

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: Creating new modules (for Windows) without compilation

Postby Jean-Baptiste Kempf » 09 Sep 2009 12:55

1.1 is unstable by essence, since it is in development.
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.

arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Re: Creating new modules (for Windows) without compilation

Postby arof3000 » 09 Sep 2009 14:28

Sorry j-b, I meant 1.0.1

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: Creating new modules (for Windows) without compilation

Postby Jean-Baptiste Kempf » 10 Sep 2009 07:27

Are you sure that your version has all the modules ?
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.

arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Re: Creating new modules (for Windows) without compilation

Postby arof3000 » 15 Sep 2009 15:41

I followed wiki instructions (MSYS) and downloaded latest contribs from http://people.videolan.org/~jb/Contribs/.

maybe should I use a specific contrib to build this 1.0.1 version?

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: Creating new modules (for Windows) without compilation

Postby Jean-Baptiste Kempf » 18 Sep 2009 11:13

No, that should work fine.
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.

arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Re: Creating new modules (for Windows) without compilation

Postby arof3000 » 25 Sep 2009 19:56

j-b,

unfortunatelly, following these procedures, I found that video colors are diferent from when I use media player or other player.

look that first time when I tried, with 1.0.0 version and CYGWIN (now I'm using MSYS) I had same behavior, event when running the software on other computer.

any idea ?

thanks, lex

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: Creating new modules (for Windows) without compilation

Postby Jean-Baptiste Kempf » 26 Sep 2009 17:10

All video outputs?
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.

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

Re: Creating new modules (for Windows) without compilation

Postby VLC_help » 27 Sep 2009 15:13

Known issue for Direct3D video output.

arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Re: Creating new modules (for Windows) without compilation

Postby arof3000 » 02 Oct 2009 02:21

Vlc_help,

When using production version (1.0.0 or 1.0.1) it plays well my AVI videos (colors are "ok")!

Is this a known issue just for development versions?

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

Re: Creating new modules (for Windows) without compilation

Postby VLC_help » 03 Oct 2009 15:12

Is this a known issue just for development versions?
Yep, 1.1.0 has this issue.

arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Re: Creating new modules (for Windows) without compilation

Postby arof3000 » 05 Oct 2009 20:00

VLC_Help,

Is there any version that doesn't produces this problem?

thanks,
Lex

p.s.: should we mix the forum threads as we are talking about same issue on two diferent places?

arof3000
Blank Cone
Blank Cone
Posts: 24
Joined: 06 Aug 2009 10:45

Re: Creating new modules (for Windows) without compilation

Postby arof3000 » 05 Oct 2009 22:34

*I mean, should we merge the forum threads

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

Re: Creating new modules (for Windows) without compilation

Postby VLC_help » 06 Oct 2009 13:57

Separate threads for separate issues is always best option.


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 19 guests