37 Commits (84ee1da4c814108f06c0ebbae12be7283f20b10a)

Author SHA1 Message Date
Thomas Guillem b905473ea0 lib: media_list_player: fix leaks 3 years ago
Thomas Guillem 43383a5804 lib: media_list_player: check set_current_playing_item() return 3 years ago
Steve Lhomme 8b96a63e59 lib: add missing seeking thread name 3 years ago
Thomas Guillem 817edbb116 lib: return the same object in libvlc_media_player_list_retain() 3 years ago
Thomas Guillem ad56ab86a1 lib: assert instead of doing a dynamic check 3 years ago
Steve Lhomme b469857dec vlc_threads: remove the thread priority when creating a thread 4 years ago
Thomas Guillem 5c1387c319 lib: media_list: use the Stopped event 4 years ago
Alexandre Janniaux 496a50cbb5 libvlc: media_list_player: use vlc_atomic_rc for refcount 6 years ago
Rémi Denis-Courmont a18c4d6570 thread: remove vlc_cond_destroy() 7 years ago
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 7 years ago
Rémi Denis-Courmont 775ce215d8 libvlc: use flag instead of cancellation 7 years ago
Romain Vimont 80a8553e8a libvlc: player: rename stop() to stop_async() 7 years ago
Rémi Denis-Courmont 94105be6cf lib: actually return bool 7 years ago
Thomas Guillem 61ee1b1dab media_list_player: fix invalid assert 7 years ago
Thomas Guillem 5111f5e285 lib: media_list_player: remove wrong assert 8 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Hugo Beauzée-Luyssen a9014afdac lib: Add thumbnailing support 8 years ago
Rémi Denis-Courmont b974c185df lib: use vlc_mutex_assert() 8 years ago
Hugo Beauzée-Luyssen eb7c30a86f libvlc: media_list_player: Fix invalid subitem detection 9 years ago
Thomas Guillem 0e89b88b7b lib: add libvlc_media_list_player_set_pause 9 years ago
Rémi Denis-Courmont 7395282cd8 lib: media_list_player: allocate event manager in-place 9 years ago
Thomas Guillem 08943f4214 libvlc: add libvlc_media_player_set_renderer 10 years ago
Thomas Guillem a19fe33c97 libvlc_media_list_player: fix invalid use of path 10 years ago
Thomas Guillem ec03185b0f libvlc: media: deprecate libvlc_Buffering state 10 years ago
Felix Paul Kühne 688e3bcb4d libvlc media list player: add getter for player instance 11 years ago
Felix Paul Kühne 6a23d2cd78 libvlc media list player: attach observer after player instance creation 11 years ago
Rémi Denis-Courmont 5fb1ac638e lib: remove libvlc_event_manager_register_event_type() 11 years ago
Rémi Denis-Courmont e978f924cb lib: add dedicated thread for list player media end handling 11 years ago
Rémi Denis-Courmont 5c573b07ac lib: simplify set_relative_playlist_position_and_play() 11 years ago
Rémi Denis-Courmont e15851d57a lib: remove dead code 11 years ago
Rémi Denis-Courmont a2ab8b276c lib: always create the media player underneath the list player 11 years ago
Rémi Denis-Courmont 7f4edacfd2 event: remove unused instance libvlc_event_manager_new() parameter 11 years ago
Igor Prokopenkov fd4a0ba834 lib: Fire libvlc_MediaListPlayerPlayed at end of playlist 12 years ago
Edward Wang 198167d307 media_list_player: implement MediaListPlayerStopped 14 years ago
Mark Lee c64c794ee1 In libvlc_media_list_player_play_item_at_index() set the media descriptor on the NextItemSet event. 14 years ago
Jean-Baptiste Kempf 36ab287e77 LGPL 15 years ago
Rémi Denis-Courmont 7dcac68447 Move src/control/ to lib/ 15 years ago
Alexey Sokolov db493e335a Add libvlc_media_list_player_retain() to libvlc. 15 years ago
Filippo Carone 180fef5efb media list player: return NothingSpecial on is_playing if media instance is null 16 years ago
Pierre d'Herbemont 812707a1c2 missing return. 17 years ago
Pierre d'Herbemont 934b28d95d libvlc: Remove exception from media_list_player. 17 years ago
Rémi Denis-Courmont d34728306e LibVLC media player: remove exceptions 17 years ago
Rémi Denis-Courmont 8d875234ec good 17 years ago
Rémi Denis-Courmont 556953c4c2 libvlc_event_manager: remove exceptions 17 years ago
Rémi Denis-Courmont e7dc693ef4 Remove some more unused exceptions 17 years ago
Rémi Denis-Courmont 3cf5207388 libvlc_event_detach: remove exception 17 years ago
Rémi Denis-Courmont 2c57cb8088 libvlc media (list) player: remove a bunch of never raised exceptions 17 years ago
Rafaël Carré 03be7ef6bc Unused arguments 17 years ago
Pierre d'Herbemont ae3d66e7a1 media_list_player: Don't stop automatically. 17 years ago
Pierre d'Herbemont afbdac28e5 media_list_player: Remove trailing whitespaces. 17 years ago