Jean-Paul Saman
ec2bb2fd0a
Use the integer value for teletext page in test.html.
18 years ago
Jean-Paul Saman
be9c509e4c
Add subtitle and teletext JS API to test.html
18 years ago
Justus Piater
8ff0cd0420
consistently use malloc()/free() for C-style strings
There was a mix of new/delete, malloc()/free() and even several
malloc()/delete, so this fixes actual bugs.
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
18 years ago
Christophe Mutricy
9463913fb3
No need for nscore.h
18 years ago
Jean-Baptiste Kempf
d31ffb6657
Add xpsf in browsers...
18 years ago
Felix Paul Kühne
ec81311cca
Blind attempt to fix the OS X builds
More to come as soon as I'm returned from work. Meaning, in 12 hours.
18 years ago
Rémi Duraffort
9779b8cdbd
Delete arrays ith delete[] and fix memleak.
18 years ago
Rémi Duraffort
f99b51c5b9
Use delete[] to delete an array.
18 years ago
Pierre d'Herbemont
2c015485ea
vlckit: Fix a warning.
18 years ago
Pierre d'Herbemont
0ff1041a73
vlckit: Fix compilation.
18 years ago
Jean-Paul Saman
fa4b23dc0d
Remove excess libvlc_exception_init() onces per exception instance is enough.
Fix #ifdef XP_UNIX && !defined( __APPLE__), it should be #if defined(XP_UNIX) && !defined( __APPLE__)
18 years ago
Pierre d'Herbemont
68930bbc31
mowilla: Fix webplugin distribution on Mac OS X.
Please test, as I don't build mozilla.
18 years ago
Justus Piater
dc6854ec42
Changed audio/video MIME subtype from mpeg4 to mp4
This is in accordance with RFC 4337 (currently a Proposed Standard,
see http://tools.ietf.org/html/rfc4337 ), and makes Firefox3 actually
play my .mp4's.
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
18 years ago
Christophe Mutricy
dff7657dde
Add version number to libvlc(core).dll
And generate the .rc with config.status rather than clutering the
Makefile
18 years ago
Christophe Mutricy
829dfdeda2
Fixes related to [ 3695af464c]
18 years ago
Derk-Jan Hartman
2cd7d252bb
Mac OS X framework: libvlc_MediaPlayerPlayed -> libvlc_MediaPlayerPlaying.
18 years ago
Christophe Mutricy
c2f4049a65
Add Matroska mmime types
18 years ago
Jean-Paul Saman
662e93752f
Fix mozilla toolbar button click logic.
18 years ago
Jean-Paul Saman
ae00feec50
Update mozilla test page.
18 years ago
Jean-Paul Saman
227de1f769
Try to correctly guess which button has been clicked in the mozilla toolbar.
18 years ago
Anthony Loiseau
afe32c01a9
Add "toolbar:bool" RW property for the JS API, fix toolbar visibility
The mozilla plugin has already a "toolbar"(bool) parameter.
For coherency between ActiveX and mozilla plugin, the "toolbar"
parameter has been added to ActiveX, which has created also a
"toolbar" property in the exported API (JavaScript for web pages).
This commit add it to mozilla plugin too, to maintain coherency.
This commit also fix toolbar visibility when toolbar="true" parameter
is used in embed object.
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
19 years ago
Jean-Paul Saman
100d24f1d8
Fix calculation of toolbar width.
18 years ago
Jean-Paul Saman
13706670b8
Add Ended state.
18 years ago
Jean-Paul Saman
9649fa500a
Fix status reporting in test.html.
18 years ago
Jean-Paul Saman
84476bb3bd
Update test HTML page.
18 years ago
Jean-Paul Saman
a4bb63528c
Unify libvlc_state_t, input_state_e, mediacontrol_PlayerStatus and libvlc_event_type_t.
18 years ago
Jean-Paul Saman
ef5b823d81
Remove deadcode.
18 years ago
Jean-Paul Saman
0ac31c77f2
Turn comment into error message.
18 years ago
Jean-Paul Saman
ef7ff281ab
Add playlist_CurrentId() to get the playlist item id from the currently playing item.
18 years ago
Jean-Paul Saman
21d5beede3
Add comment about getVariable() and setVariable() JS function: they are removed because of their security implications. Everyone is advice to use the newer ActiveX v2 (IVLCControl2) interface instead.
18 years ago
Jean-Paul Saman
feca357aaa
Fix building of ActiveX control with 3 functions being unimplemented right now:
- VLCControl::setVariable()
- VLCControl::getVariable()
- VLCControl::get_PlaylistIndex()
18 years ago
Jean-Paul Saman
e5eae01a3e
Fix compiler error.
18 years ago
Jean-Paul Saman
7f06456a57
Fix get_VersionInfo() and break long lines.
18 years ago
Jean-Paul Saman
e5ff4e7a60
Move Toolbar to the IVLCControl2 interface object, where it should have been all along.
18 years ago
Jean-Paul Saman
a2ccb9b4e1
Use the same internal libvlc API as vlccontrol2.cpp does.
18 years ago
Jean-Paul Saman
6a0f2d4686
Add some sane default values.
18 years ago
Jean-Paul Saman
763b673373
Remove VLCPlugin::getVLCObject() methond from ActiveX
18 years ago
Jean-Paul Saman
30b36a445e
Add missing include to activex/plugin.h
18 years ago
Pierre d'Herbemont
1d23debf78
VLCKit: Typo and create a link to include and share.
18 years ago
Pierre d'Herbemont
21e1542f08
VLCKit: Fix #1587 "missing libvlc/mediacontrol header files".
Headers are in VLCKit.framework/include/vlc.
18 years ago
Pierre d'Herbemont
f7f6282f01
VLCKit: Use --ignore-config.
18 years ago
Rémi Denis-Courmont
ef20d249e8
Try to fix mozilla
18 years ago
Jean-Baptiste Kempf
ff90a8aa61
Don't include deleted files.
18 years ago
Christophe Mutricy
2203521d89
Don't use deprecated and removed API in Mozilla plugin.
18 years ago
Christophe Mutricy
31a8cbee8c
Don't use vlc_int64_t. It no longer exist.
18 years ago
Pierre d'Herbemont
07f363a422
mozilla: Use --ignore-config, we don't want local VLC to interfer with the plugin. Also support exception.
18 years ago
Pierre d'Herbemont
71d7c0d462
vlckit: Make sure it compiles, by switching to autotools. This will allow the framework to be a bit more stable, as autotools is still our main buildsystem, and modifications to it break cmake often.
18 years ago
Rémi Denis-Courmont
6d9fde8011
Spelling
18 years ago
Rémi Denis-Courmont
84d0f814c4
Rename the shared libraries
19 years ago
Anthony Loiseau
4dd87e5b15
generated files from axvlc.idl by midl (VisualStudio 2008)
In ActiveX project, three files have to be generated from
axvlc.idl (API description file). This commit update those files
based on the latest .idl modifications.
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
19 years ago