- 19 May, 2010 1 commit
-
-
Jean-Paul Saman authored
Add cache filling level to the MediaPlayerBuffering event.
-
- 14 Apr, 2010 1 commit
-
-
Jean-Paul Saman authored
- zero terminate strings - fix potential memleak
-
- 13 Apr, 2010 1 commit
-
-
Jean-Paul Saman authored
libvlc: add libvlc_MediaPlayerMouseClick event mozilla: add MediaPlayerMouseClick event activex: add MediaPlayerMouseClick event
-
- 06 Apr, 2010 7 commits
-
-
Jean-Paul Saman authored
The param option b_vfr_input is only available in x264 >= 81.
-
Jean-Paul Saman authored
The mozilla webplugin supports only the libvlc_MediaPlayer* events just like the ActiveX webplugin. Ommit the 'libvlc_' prefix from the libvlc_MediaPlayer* events to obtain the events name that must be used from JavaScript to listen on the event. Example: - libvlc_MediaPlayerOpening becomes 'MediaPlayerOpening' - libvlc_MediaPlayerNothingSpecial becoms 'MediaPlayerNothingSpecial'
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
In the windows gecko-sdk the call NPN_PluginThreadAsyncCall() is not supported, so the code most resort to an older method of sending async events from the plugin to the browser. Source: http://stackoverflow.com/questions/1931883/generating-async-javascript-events-from-browser-plugin-npapi
-
Jean-Paul Saman authored
The mouse-release event signals that the video-filter detected a release on the object. This is needed, because it is not possible to detect release from within JavaScript reliably and have the filter (eg: logo) update its objects position during the dragging.
-
Jakob Leben authored
Do not show ":" separator if album missing. Show album even if artist missing. Optimize a little bit.
-
- 05 Apr, 2010 7 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
OS X framework: fixed packaging failure, which prevented Lunettes execution on some setups due to a failing libvlc initialization
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 03 Apr, 2010 8 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Erwan Tulou authored
especially, also detect material recorded at the stream filter level
-
Erwan Tulou authored
-
Erwan Tulou authored
same options needed for vlc_accept as those for vlc_socket
-
Ilkka Ollakka authored
some video seemed to go pass and sended to last.fm otherwise.
-
- 02 Apr, 2010 2 commits
-
-
Alex Converse authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
Rafaël Carré authored
radio-france.fr seems to use such URLs example: http://son.radio-france.fr/chaines/itema/10491/10491_02042010_2010F10491S0092.rm All hail to our new owners !
-
- 01 Apr, 2010 9 commits
-
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
MainInterface: Use same settings context when creating and deleting playlistWidget Make beginGroup() / endGroup() pairs explicit. StandardPLPanel: Use same settings context whenever creating treeView
-
Jakob Leben authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This is still blind fix, don't have windows box to test atm. So don't blame me when it eats your cat and runs to riviera with your money and gf (and free to revert in those cases). Don't remember if that check works correctly in windows side.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
I didn't observe any issues with 1.1 or 1.0.5 from file-input, but lets just set it just in case when we have fps-value.
-
Ilkka Ollakka authored
-
- 31 Mar, 2010 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This should also fix the accept4() ENOSYS infinite loop in httpd pointed out by Aurélion Nephtali.
-