]> git.sesse.net Git - vlc/history - src/control/media_list.c
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
[vlc] / src / control / media_list.c
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-30 Pierre d'Herbemontmedia_list.c: Fix crash showed by the new testapi tests.
2008-03-21 Filippo Caronefix for #1533: check on array boundaries before removin...
2008-03-17 Rémi Denis-CourmontDon't leak vlc_bool_t through libvlc-control
2008-01-28 Rafaël Carrécontrol/: don't show warnings about unused exceptions
2007-12-31 Pierre d'Herbemontflat_media_list_view.c: Add some debug facilities.
2007-12-25 Pierre d'Herbemontcontrol/media_list.c: read-only-fy add_media_descriptor().
2007-12-25 Pierre d'Herbemontcontrol/media_list.c: Implement read-only media_list.
2007-11-22 Pierre d'Herbemontcontrol/media_list.c: Don't forget to register_event_ty...
2007-11-20 Pierre d'Herbemontcontrol/media_list.c: Send WillAddItem and WillDeleteIt...
2007-10-15 Pierre d'Herbemontcontrol/flat_media_list_view.c: Use the new media_list_...
2007-10-11 Pierre d'Herbemontcontrol/media_list.c: Don't forget to destroy the mutex.
2007-10-11 Pierre d'Herbemontcontrol/media_list.c: Use the new array API.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-29 Pierre d'Herbemontcontrol/media_list.c: Replace set_name/name by set_medi...
2007-08-28 Pierre d'Herbemontcontrol/media_list.c: Get rid of libvlc_MediaListItemCh...
2007-08-28 Pierre d'Herbemontcontrol/media_list.c: Don't send MediaListItemChanged...
2007-08-27 Pierre d'Herbemontcontrol/media_list.c: add_media_descriptor at the end...
2007-08-24 Pierre d'Herbemontmedia_list.c: Handle item addition and removal in the...
2007-08-23 Pierre d'Herbemontcontrol/media_list.c: Init and free the flat media...
2007-08-22 Pierre d'Herbemontcontrol/media_list.c: Remove unused variable due to...
2007-08-22 Pierre d'Herbemontcontrol/media_list.c: Revert the tagging of the subitem...
2007-08-20 Pierre d'Herbemontcontrol/media_list.c: Set the VLCNode tag when an item...
2007-08-20 Pierre d'Herbemontcontrol/dynamic_media_list.c: New dynamic media list...
2007-08-19 Pierre d'Herbemont* control/media_library.c: Initial implementation.
2007-08-17 Pierre d'Herbemontcontrol/media_list.c: Fix a typo about subitems.
2007-08-16 Pierre d'Herbemontcontrol/media_list.c: Handle libvlc_MediaDescriptorSubI...
2007-08-15 Pierre d'Herbemontsrc/control/media_list.c: Handle meta changed event...
2007-08-11 Pierre d'Herbemontcontrol/media_list.c: Don't forget to increase the...
2007-08-08 Pierre d'HerbemontLibvlc: Start the implementation of the libvlc playlist...