31 Commits (a3226cf890ae7e6ea817e72520dcd99388c105e1)

Author SHA1 Message Date
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 7 years ago
Thomas Guillem f912a67d45 lib: remove media_library 7 years ago
Thomas Guillem ee4afd6821 remove unused #include <vlc_input.h> 7 years ago
Rémi Denis-Courmont 94105be6cf lib: actually return bool 7 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
Romain Vimont 7fabc5be79 input: pass thread event callbacks to input_Read() 8 years ago
Francois Cartegnie f49cd8802b vlc_arrays: split array_insert in checked and w/abort 9 years ago
Francois Cartegnie 9314bb489c vlc_arrays: split array_append in checked and w/abort 9 years ago
Rémi Denis-Courmont 3b31041cb7 lib: media_list: allocate event manager in-place 9 years ago
Rémi Denis-Courmont f4bb458815 Replace vlc_gc_decref() with input_item_Release() 9 years ago
Rémi Denis-Courmont 21a746d43c lib: remove redundant test 10 years ago
Thomas Guillem 10d5d4f28a lib/media_list: fix sign warnings 10 years ago
Rémi Denis-Courmont 7ecd9271af array: fix up types in vlc_array_*() 10 years ago
Filip Roséen 66f9791007 lib/media_list: narrow scope of variable used in loop 10 years ago
Filip Roséen 6727d54819 lib/media_list: simplify libvlc_media_list_index_of_item 10 years ago
Filip Roséen ec1bc03c41 lib/media_list: narrow scope of iteration variable 10 years ago
Filip Roséen 3e36a9d045 lib/media_list: narrow scope of iteration variables 10 years ago
Thomas Guillem e49ee59ad9 input/item: factor input_item_t New*() functions 10 years ago
Rémi Denis-Courmont 5fb1ac638e lib: remove libvlc_event_manager_register_event_type() 11 years ago
Rémi Denis-Courmont 7f4edacfd2 event: remove unused instance libvlc_event_manager_new() parameter 11 years ago
Rémi Denis-Courmont 475d6019b3 lib: retain/release the instance more consistently 11 years ago
Rémi Denis-Courmont 5c16983be8 lib: remove unused GCC-ism macro 12 years ago
Thomas Guillem 1723d7e97f libvlc: add libvlc_MediaListEndReached event 12 years ago
Thomas Guillem bcb1b3bd53 libvlc: media_list: don't set media if readonly 12 years ago
Thomas Guillem 16565d4c04 libvlc: media: fix leak if it has subitems 12 years ago
Thomas Guillem 9b2c414cc6 libvlc: don't use functions with leading underscore 12 years ago
Thomas Guillem 89b679a3fc libvlc_media_list: missing vlc_mutex_destroy 12 years ago
Rafaël Carré c5ba028a2d libvlc_media_list: remove unused feature 15 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 a5c2c7eadd Add few missing error messages to libvlc. 15 years ago
Rémi Denis-Courmont 629dbd8af1 Remove useless vlc_object parameter when creating an input item 15 years ago
Jean-Paul Saman 366cc4b93c mozilla: activex: add cache filling level to event MediaPlayerBuffering 16 years ago
Rémi Denis-Courmont ca46a8b72e LibVLC: remove last exception 17 years ago
Rémi Denis-Courmont 6c2286c22b Remove some exceptions in media_list 17 years ago
Rémi Denis-Courmont b0a1ac2e63 LibVLC media: remove exceptions 17 years ago
Rémi Denis-Courmont b7e0d3cc48 Remove some unused p_e parameters and propagate 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
Laurent Aimar c2766f8b45 Removed b_block parameter from input_Read. 17 years ago
Rémi Denis-Courmont 848c006a78 Move LibVLC error messages to libvlc_printerr(). 17 years ago
Rafaël Carré e573d94d0f libvlc: include config.h when needed 17 years ago
Pierre d'Herbemont 5b5a735b1a libvlc: Split libvlc_internal in different independant headers. 17 years ago
Pierre d'Herbemont 6dbf7ce482 libvlc: Use a separate lock for media_list_lock and refcounting. 17 years ago
Rémi Duraffort a4bcd514cc No need to check for a NULL as libvlc_media_release is checking. 17 years ago
JP Dinger a64f898584 s/(void)p_e;/VLC_UNUSED(p_e);/ 18 years ago
JP Dinger dd70e014b9 Split out r/o test into a static inline... 18 years ago
Laurent Aimar d3081ffff7 Force to specify options flags in input_item_New*. 18 years ago
Pierre d'Herbemont d11fd0d1e5 codecleanup: Replace input_Item by input_item. 18 years ago