Page 1 of 1

Does this software use VLC library?

Posted: 09 Dec 2009 22:08
by hikikomori82
Hi

I read on this web that VLC is distributed under GNU GPL licence. My ISP provider created special program for windows only and distribute only binary exe file. While I was doing reverse engineering of this program in order to make it run or port it to linux. I found couple VLC calls in exe file:

VLC_Create
VLC_Init
VLC_AddIntf
VLC_Die
VLC_Error
VLC_Version
VLC_CleanUp
VLC_Destroy
VLC_AddTarget
VLC_Play
VLC_Pause
VLC_Stop
VLC_IsPlaying
VLC_PositionGet
VLC_PositionSet
VLC_TimeGet
VLC_TimeSet
VLC_LengthGet
VLC_SpeedFaster
VLC_SpeedSlower
VLC_PlaylistIndex
VLC_PlaylistNumberOfItems
VLC_PlaylistNext
VLC_PlaylistPrev
VLC_PlaylistClear
VLC_VolumeSet
VLC_VolumeGet
VLC_VolumeMute
VLC_FullScreen
VLC_VariableGet
VLC_VariableSet
iVLC

Does it use libVLC or any other part of VLC that is distributed under GNU GPL licence? Is for my ISP mandatory to release source code of their program? Thanks for advice.

Re: Does this software use VLC library?

Posted: 09 Dec 2009 22:16
by Jean-Baptiste Kempf
It really looks like a wrapper around ActiveX. We need to know more about it though.

Re: Does this software use VLC library?

Posted: 09 Dec 2009 22:24
by hikikomori82
It really looks like a wrapper around ActiveX. We need to know more about it though.
What information you need?

Re: Does this software use VLC library?

Posted: 11 Dec 2009 09:00
by Jean-Baptiste Kempf
A link to download?

Re: Does this software use VLC library?

Posted: 11 Dec 2009 12:04
by hikikomori82