- 03 Feb, 2010 14 commits
-
-
Jean-Philippe André authored
When the input changes (next track, ...), every capable extension will execute the function "input_changed"
-
Jean-Philippe André authored
Forward messages to the extensions manager
-
Rémi Duraffort authored
-
Luca Barbato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
Also remove setting item here as preparsed, as if it has meta, that should have been done allready somewhere else. Preparsing is controlled by auto-preparse -variable (no idea where it can be changed), and should work ok.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Rémi Duraffort authored
-
Luca Barbato authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jakob Leben authored
input_item: compress two functions into one and rename "Add" into "Post" for clarity and consistency
-
Pierre d'Herbemont authored
input_item: Remove input_item_AddSubItem2 and send subitem_added event from input_item_node_AppendNode(). This means that we don't need input_item_AddSubItem if there is an input_item_node_Append*(). input_item_AddSubItem now send the subitem_tree_added event as well.
-
Pierre d'Herbemont authored
-
- 02 Feb, 2010 26 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Laurent Aimar authored
Based on a patch by Adrien Maglo.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Adrien Maglo authored
Fix memleak. Return E_GENERIC instead of displaying an error message. Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Adrien Maglo authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Paul Saman authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
- XML encode everything (especially URL), not just some parameters, - use fputs() as appropriate, - remove a shadowed variable, - print duration as a 64-bits quantity.
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
I want to use function pointers in a later commit...
-
Pierre d'Herbemont authored
-
Erwan Tulou authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
The Audio class can only be created/destroyed by the associated MediaPlayer class. I will add some copy constructor later on.
-
Jakob Leben authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-