vlc 2.1.0-git compile with VS2005

This forum is about all development around libVLC.
JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 07 Jan 2013 13:46

Hi. everyone :D

Happy New Year~~~~~~ :lol: :lol: :lol:

Hi. Jean-Baptiste Kempf

This is for you.

I was modify vlc 2.1.0-git (vlc-2.1.0-20121228-0013.tar.xz) and use vlc-contrib-i586-mingw32msvc-20121216.tar.bz2.

And other resource are Window's SDK is Windows 7 SDK and DirectX SDJ is DXSDK_Jun10.exe.

Each compile infomation is same with vlc 2.0.4.

This is URLs.

cover.210.up.zip : compile with cygwin (assembler part and some library)
http://files.ucloud.com/pf/D6618572_98_794056612

vlc-2.1.0-git.up.zip : complie with VS2005
http://files.ucloud.com/pf/D6618572_98_794056899

VS2008 version and VS2010 version is still not prepared.

I'll give you that ASAP. :D

Have a nice day!!!

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 07 Jan 2013 13:59

This version is unstable.

Some video file is not plaied and audio has many noise.

And \src\input\es_out.c has a little problem(I don't know it was fixed or not :wink: ) .

LineNo 232.

es_out_t *input_EsOutNew( input_thread_t *p_input, int i_rate )
{
es_out_t *out = (es_out_t *)malloc( sizeof( *out ) );
if( !out )
return NULL;

es_out_sys_t *p_sys = (es_out_sys_t *)malloc( sizeof( *p_sys ) );
if( !p_sys )
{
free( out );
return NULL;
}
memset(p_sys, '\0', sizeof( *p_sys )); <-- this is I added.

because p_sys some field has garbage...

Please check about that. :)

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 08 Jan 2013 13:30

Hi.

This is URL for VS2008 and VS2010.

vlc-2.1.0-git.2008.up.zip : compile with VS2008, OS is windows NT
http://files.ucloud.com/pf/D6618572_98_705612944

vlc-2.1.0-git.2010.up.zip : comtile with VS2010
http://files.ucloud.com/pf/D6618572_98_705613508

Have a nice day!!! :lol:

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 09 Jan 2013 10:07

Hi. Everyone!!!

Sorry. \src\input\es_out.c problem is not exsit in Original version.

When I was modified source, I made a mistake. :oops:

I was checked modifed version, because noice.

But I don't find reason...

If someone find that, please tell me...

I'll modified that. :)

I'm very sorry, my mistake.

Have a nice day~~~ Bye!!!

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 10 Jan 2013 12:40

Hi.

I found a audio noise problem. :lol:

Problem is audio mixer, integer mixer... :oops:

I'll give you new URLs.

If you have previous versions, please down again.

cover.210.up.zip : compile with cygwin (assembler part and some library)
http://files.ucloud.com/pf/D6618572_98_708846422

vlc-2.1.0-git.up.zip : complie with VS2005
http://files.ucloud.com/pf/D6618572_98_708846438

vlc-2.1.0-git.2008.up.zip : compile with VS2008, OS is windows NT
http://files.ucloud.com/pf/D6618572_98_708848588

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 10 Jan 2013 12:46

vlc-2.1.0-git.2010.up.zip : comtile with VS2010
http://files.ucloud.com/pf/D6618572_98_708849653

Someone said, he need version of VS2012 and test on Windows8, that is still not prepared.

I'm very sorry about that.

Have a nice day!!!

Bye!!! :lol:

hcaihao
New Cone
New Cone
Posts: 2
Joined: 18 Jan 2013 05:56

Re: vlc 2.1.0-git compile with VS2005

Postby hcaihao » 15 Feb 2013 11:43

vlc-2.1.0-git.2010.up.zip : comtile with VS2010
http://files.ucloud.com/pf/D6618572_98_708849653

Someone said, he need version of VS2012 and test on Windows8, that is still not prepared.

I'm very sorry about that.

Have a nice day!!!

Bye!!! :lol:

The file is not exist, could you share it once more. tks.

"
선택하신 파일링크는 다운로드 제한 횟수를 초과한 파일입니다.
파일링크를 보낸 사용자와 연락하여 ‘파일링크 메일 보내기’ 또는
다른 방법으로 이 문제를 해결하시기 바랍니다.
"

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 16 Feb 2013 14:12

Hi. hcaihao

This is github URL this topic.

RSATom gives me an idea.

This files are so big, please download click zip icon. (Sorry, zip work twice...)

Have a nice day!!!

vlc-2.1.0-git complie with VS2005
https://github.com/sunqueen/vlc-2.1.0-git-2005.git

vlc-2.1.0-git compile with VS2008
https://github.com/sunqueen/vlc-2.1.0-git-2008.git

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 16 Feb 2013 14:12

vlc-2.1.0-git comtile with VS2010
https://github.com/sunqueen/vlc-2.1.0-git-2010.git

vlc-2.1.0-git compile with cygwin (assembler part and some library)
https://github.com/sunqueen/vlc-2.1.0-git-cover.git

hcaihao
New Cone
New Cone
Posts: 2
Joined: 18 Jan 2013 05:56

Re: vlc 2.1.0-git compile with VS2005

Postby hcaihao » 17 Feb 2013 07:16

Hi. hcaihao

This is github URL this topic.

RSATom gives me an idea.

This files are so big, please download click zip icon. (Sorry, zip work twice...)

Have a nice day!!!

vlc-2.1.0-git complie with VS2005
https://github.com/sunqueen/vlc-2.1.0-git-2005.git

vlc-2.1.0-git compile with VS2008
https://github.com/sunqueen/vlc-2.1.0-git-2008.git

Many thanks to you.

BTW, does your project supports skin plugin of vlc, or will you plan to support it in the future?

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 18 Feb 2013 14:38

Hi. hcaihao.

Nice to meet you.

I was uploaded new version of vlc 2.1.0-git (original night release date 130217)

Please check again github.

And I don't have plan for SKIN2, soon. sorry...

one or more month later, I'll try to make that. :(

Have a nice day!!!

RSATom
Big Cone-huna
Big Cone-huna
Posts: 513
Joined: 24 Nov 2011 06:55
Operating System: Windows/Linux/OsX
Location: Russia, Tomsk

Re: vlc 2.1.0-git compile with VS2005

Postby RSATom » 19 Feb 2013 01:43

Hi. hcaihao

This is github URL this topic.

RSATom gives me an idea.

This files are so big, please download click zip icon. (Sorry, zip work twice...)

Have a nice day!!!

vlc-2.1.0-git complie with VS2005
https://github.com/sunqueen/vlc-2.1.0-git-2005.git

vlc-2.1.0-git compile with VS2008
https://github.com/sunqueen/vlc-2.1.0-git-2008.git
I meant add sources to githab, not just archives. It will be much more useful. And it will be better if it will include history from original videolan repo (git.videolan.org)

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 19 Feb 2013 14:33

Hi. hcaihao

This is github URL this topic.

RSATom gives me an idea.

This files are so big, please download click zip icon. (Sorry, zip work twice...)

Have a nice day!!!

vlc-2.1.0-git complie with VS2005
https://github.com/sunqueen/vlc-2.1.0-git-2005.git

vlc-2.1.0-git compile with VS2008
https://github.com/sunqueen/vlc-2.1.0-git-2008.git
I meant add sources to githab, not just archives. It will be much more useful. And it will be better if it will include history from original videolan repo (git.videolan.org)
Oh. I know that.
But I don't have enough time. :)
If I have a time, I'll try like that.
Bye~~~

PascalKing
New Cone
New Cone
Posts: 2
Joined: 06 Nov 2013 22:55

Re: vlc 2.1.0-git compile with VS2005

Postby PascalKing » 06 Nov 2013 23:03

Hi, I'm using VC++ 2010 to compile you're VCLWin. By the way you did an excellent job on this project.
I have a Question tho. Why can't I compile it in Release Mode? When I Try I get error's about missing
Types.h and compact.h. Do you plan on fixing this issue? please let me know.

Thank you.

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 07 Nov 2013 12:01

Hi, I'm using VC++ 2010 to compile you're VCLWin. By the way you did an excellent job on this project.
I have a Question tho. Why can't I compile it in Release Mode? When I Try I get error's about missing
Types.h and compact.h. Do you plan on fixing this issue? please let me know.

Thank you.
Hi.

Thanks for interest this.
I'm very sorry about release version.
I don't have plan to make that. :(

Have a nice day :)

PascalKing
New Cone
New Cone
Posts: 2
Joined: 06 Nov 2013 22:55

Re: vlc 2.1.0-git compile with VS2005

Postby PascalKing » 07 Nov 2013 12:14

Hi, your welcome and thank you for letting me know. I have successfully compiled it and it works great on my Asus Windows 8 Laptop. :)

Have a nice day too :)

JoungEunKim
Cone that earned his stripes
Cone that earned his stripes
Posts: 150
Joined: 10 Dec 2009 00:21

Re: vlc 2.1.0-git compile with VS2005

Postby JoungEunKim » 09 Nov 2013 02:15

Hi, your welcome and thank you for letting me know. I have successfully compiled it and it works great on my Asus Windows 8 Laptop. :)

Have a nice day too :)
:D

pawany16
New Cone
New Cone
Posts: 1
Joined: 22 Apr 2017 09:41

Re: vlc 2.1.0-git compile with VS2005

Postby pawany16 » 22 Apr 2017 09:43

@JoungEunKim How do you get VLC build in visual studio ?

TarmoPikaro
Blank Cone
Blank Cone
Posts: 34
Joined: 01 Mar 2017 22:08

Re: vlc 2.1.0-git compile with VS2005

Postby TarmoPikaro » 22 Apr 2017 13:42

Hi !

I'm working on compiling VLC 2.2.1 with vs2013 + vs2015 Android, https://sourceforge.net/projects/vlc2/
But I just ported ~ 4 dlls, and somehow will go deeper into plugins now...


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 12 guests