- 18 Mar, 2010 3 commits
-
-
Jean-Paul Saman authored
Events that do not originate from within the ActiveX JS context (which is a COM context) cannot cross into ActiveX/COM context. All events received from libvlc are in a different thread context then the ActiveX/COM code. Thus from a libvlc event handler callback it is not possible to call into the ActiveX/COM context. To solve this issue a seperate thread is created that manages sending of all events for the ActiveX webplugin (including events from libvlc). All events are by default routed through the GlobalInterfaceTable (GIT) which takes care ActiveX/COM calls that cross different thread context in the ActiveX/COM world. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
- 17 Mar, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 16 Mar, 2010 1 commit
-
-
Gildas Bazin authored
codec/omxil: OMAP3430 only supports h264 baseline profile up to level 3.0. We now reject anything else as the codec gets confused otherwise. Also changed the priority so that this module is now the default video codec on Maemo.
-
- 15 Mar, 2010 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That does not work anyway.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
VLCKit: fixed typo which prevented the creation of re-distributable bundles and added the libvlc headers to the project file (not distributed in any target)
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
- 14 Mar, 2010 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The existing code only managed to display some windows without any functionality.
-
Felix Paul Kühne authored
-
- 13 Mar, 2010 19 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
legacy macosx intf: make sure we display the right playback button graphic when drawing the video window
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* plugin cache identifier string, * HTTP user agent header, * configuration file head comment, * CGI server software name.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In several cases, it is not used because of atexit().
-
Rémi Denis-Courmont authored
This reverts commit 8b40fb0f. Reading the PulseAudio source code, #2538 seems wrong. Conflicts: bindings/python
-
Jakob Leben authored
Nothing uses it and it is irrelevant after tree form and list form playlist representations were joined.
-
Jakob Leben authored
-
Jakob Leben authored
- New function to copy a playlist item and all its children. - Allow node creation at any position in parent.
-
Jakob Leben authored
-
Jean-Baptiste Kempf authored
Fixes #3406
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-