]> git.sesse.net Git - vlc/history - src/control/media_player.c
libvlc: on stop, fire a stopped event, not end reached
[vlc] / src / control / media_player.c
2008-12-22 Filippo Caronelibvlc: on stop, fire a stopped event, not end reached
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-23 Laurent AimarUpdated to intf-event.
2008-11-20 Jean-Paul SamanRemove FORWARD_S and BACKWARD_S from input state.
2008-11-20 Jean-Paul SamanSignal can_rewind for use by user interfaces.
2008-10-16 Lukas Durfinalibvlc: description and count of tracks, titles, chapte...
2008-10-11 Rémi Denis-CourmontFix crash
2008-10-11 Lukas Durfinalibvlc: better title/chapter handling
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-01 Christophe MutricyFix input_state_changed()
2008-08-20 Pierre d'Herbemontlibvlc: Fix media_player stop.
2008-07-19 Pierre d'Herbemontlibvlc: Don't raise an exception if there is no vout...
2008-06-18 Pierre d'Herbemontmedia_player: Don't forgot to clear exception.
2008-06-15 Jean-Paul SamanMake distinction between stop and ended status.
2008-06-14 Jean-Paul SamanFix typo
2008-06-14 Jean-Paul SamanUnify libvlc_state_t, input_state_e, mediacontrol_Playe...
2008-06-14 Pierre d'Herbemontevents: vlc_input_state_changed->input_state_changed
2008-06-14 Pierre d'Herbemontlibvlc_media_player: Use the input event instead of...
2008-06-13 Pierre d'Herbemontlibvlc: Fix compilation of libvlc_media_player_set_draw...
2008-06-13 Pierre d'Herbemontlibvlc_media_player: Coding style.
2008-06-13 Pierre d'Herbemontlibvlc_media_player: Allow reparenting in libvlc_media_...
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
2008-05-18 Tanguy Krotofflibvlc: when calling libvlc_media_player_stop() check...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-04 Pierre d'HerbemontRevert "libvlc: check if we are in the proper state...
2008-04-04 Tanguy Krotofflibvlc: check if we are in the proper state before...
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...