]> git.sesse.net Git - vlc/history - src/control/media_player.c
libvlc: Don't raise an exception if there is no vout in set_drawable.
[vlc] / src / control / media_player.c
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...