Page 1 of 1
vlc 2.1.0-git compile with VS2005
Posted: 07 Jan 2013 13:46
by JoungEunKim
Hi. everyone
Happy New Year~~~~~~
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.
Have a nice day!!!
Re: vlc 2.1.0-git compile with VS2005
Posted: 07 Jan 2013 13:59
by JoungEunKim
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
) .
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.
Re: vlc 2.1.0-git compile with VS2005
Posted: 08 Jan 2013 13:30
by JoungEunKim
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!!!
Re: vlc 2.1.0-git compile with VS2005
Posted: 09 Jan 2013 10:07
by JoungEunKim
Hi. Everyone!!!
Sorry.
\src\input\es_out.c problem is not exsit in Original version.
When I was modified source, I made a mistake.
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!!!
Re: vlc 2.1.0-git compile with VS2005
Posted: 10 Jan 2013 12:40
by JoungEunKim
Hi.
I found a audio noise problem.
Problem is audio mixer, integer mixer...
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
Re: vlc 2.1.0-git compile with VS2005
Posted: 10 Jan 2013 12:46
by JoungEunKim
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!!!
Re: vlc 2.1.0-git compile with VS2005
Posted: 15 Feb 2013 11:43
by hcaihao
The file is not exist, could you share it once more. tks.
"
선택하신 파일링크는 다운로드 제한 횟수를 초과한 파일입니다.
파일링크를 보낸 사용자와 연락하여 ‘파일링크 메일 보내기’ 또는
다른 방법으로 이 문제를 해결하시기 바랍니다.
"
Re: vlc 2.1.0-git compile with VS2005
Posted: 16 Feb 2013 14:12
by JoungEunKim
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
Re: vlc 2.1.0-git compile with VS2005
Posted: 16 Feb 2013 14:12
by JoungEunKim
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
Re: vlc 2.1.0-git compile with VS2005
Posted: 17 Feb 2013 07:16
by hcaihao
Many thanks to you.
BTW, does your project supports skin plugin of vlc, or will you plan to support it in the future?
Re: vlc 2.1.0-git compile with VS2005
Posted: 18 Feb 2013 14:38
by JoungEunKim
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!!!
Re: vlc 2.1.0-git compile with VS2005
Posted: 19 Feb 2013 01:43
by RSATom
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)
Re: vlc 2.1.0-git compile with VS2005
Posted: 19 Feb 2013 14:33
by JoungEunKim
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~~~
Re: vlc 2.1.0-git compile with VS2005
Posted: 06 Nov 2013 23:03
by PascalKing
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.
Re: vlc 2.1.0-git compile with VS2005
Posted: 07 Nov 2013 12:01
by JoungEunKim
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
Re: vlc 2.1.0-git compile with VS2005
Posted: 07 Nov 2013 12:14
by PascalKing
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
Re: vlc 2.1.0-git compile with VS2005
Posted: 09 Nov 2013 02:15
by JoungEunKim
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
Re: vlc 2.1.0-git compile with VS2005
Posted: 22 Apr 2017 09:43
by pawany16
@JoungEunKim How do you get VLC build in visual studio ?
Re: vlc 2.1.0-git compile with VS2005
Posted: 22 Apr 2017 13:42
by TarmoPikaro
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...