128 Commits (2e1619c2fbebd91e996c6d7e5ee776e80f22cbaf)

Author SHA1 Message Date
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 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 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. 18 years ago
Pierre d'Herbemont 68930bbc31 mowilla: Fix webplugin distribution on Mac OS X. 18 years ago
Justus Piater dc6854ec42 Changed audio/video MIME subtype from mpeg4 to mp4 18 years ago
Christophe Mutricy dff7657dde Add version number to libvlc(core).dll 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 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: 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". 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) 19 years ago