- 16 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 15 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 14 Jan, 2008 3 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
- 13 Jan, 2008 3 commits
-
-
ivoire authored
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
control/media_instance.c: Send EncouteredError event. Plus detach properly from callback. Plus be don't block when releasing the input thread.
-
- 12 Jan, 2008 6 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Christophe Mutricy authored
-
Pierre d'Herbemont authored
-
- 08 Jan, 2008 2 commits
- 07 Jan, 2008 5 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
control/media_instance.c: Make sure media_instance_pause() will either, play, pause, or stop, depending on the whether the input can be paused or is playing.
-
Pierre d'Herbemont authored
control/media_instance.c: Make sure the toggling the of the pause status implies a right "state" callback.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 06 Jan, 2008 3 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
dionoea authored
-
- 05 Jan, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 04 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...).
-
- 02 Jan, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 01 Jan, 2008 3 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
misc/events.c: Fix event sending, by properly supporting event_manager edition (event_detach) while executing a callback (vlc_event_send). This is done through a recursive lock.
-
- 31 Dec, 2007 4 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Rafaël Carré authored
-
- 30 Dec, 2007 2 commits
-
-
Rafaël Carré authored
You can not change a playlist_item_t to be a node, when you previously registered events on it, using input_item_t sub items adding event, because the pointer will be destroyed. If you want to use nodes anyway, you have to explicitely create them. Note: we were lucky that xspf did work so far, because we were EXCLUSIVELY using invalid pointers, except for the 1st item being added to each playlist_item_t (it did happen before the conversion obviously).
-
Pierre d'Herbemont authored
control/hierarchical_node_media_list_view.c: Implement a view that only show the node of the media list, hierarchically.
-
- 29 Dec, 2007 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-