]> git.sesse.net Git - vlc/history - include/vlc/libvlc_structures.h
Removes trailing spaces. Removes tabs.
[vlc] / include / vlc / libvlc_structures.h
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-28 Pierre d'Herbemontlibvlc.h: Don't expose libvlc_tree. It will get deleted.
2007-08-28 Pierre d'Herbemontcontrol/media_list.c: Don't send MediaListItemChanged...
2007-08-20 Pierre d'HerbemontFix previous commit.
2007-08-20 Pierre d'Herbemontsrc/control: Various events addition.
2007-08-20 Pierre d'Herbemontcontrol/tree.c: Notify subtree/addition removal.
2007-08-20 Pierre d'Herbemontcontrol/dynamic_media_list.c: New dynamic media list...
2007-08-19 Pierre d'Herbemontcontrol/tree.c: Add a new structure to work with tree.
2007-08-19 Pierre d'Herbemontcontrol/media_descriptor.c: Basic unamed tag support...
2007-08-19 Pierre d'Herbemont* control/media_library.c: Initial implementation.
2007-08-17 Pierre d'Herbemontcontrol/media_discoverer.c: Implementation of a media_d...
2007-08-16 Pierre d'Herbemontcontrol/media_descriptor.c: Forward vlc_InputItemSubIte...
2007-08-15 Pierre d'Herbemontsrc/control/media_descriptor.c: Forward vlc_InputItemMe...
2007-08-10 Pierre d'Herbemontcontrol/media_descriptor.c: Implement more meta.
2007-08-08 Pierre d'HerbemontLibvlc: Start the implementation of the libvlc playlist...
2007-08-07 Pierre d'Herbemontcontrol/media_instance.c: Support libvlc_MediaInstanceR...
2007-08-05 Pierre d'Herbemontcontrol/event.c: Change the event API to be per-object...
2007-06-23 Pierre d'HerbemontLibvlc: Make sure the exported structure are not anonymous.
2007-06-17 Pierre d'Herbemontlibvlc: Rename input to media_instance. And add the...
2007-06-17 Pierre d'Herbemontlibvlc: Make media_descriptor_t internal.
2007-06-17 Pierre d'HerbemontLibvlc add a media descriptor object.
2007-06-07 Pierre d'Herbemontinclude/vlc/libvlc_structures.h: Fix build by using...
2007-06-07 Pierre d'HerbemontLibvlc event: Support for event extra information passi...
2007-05-20 Filippo CaroneUse oldval and newval in libvlc_event_t
2007-05-19 Filippo CaroneInitial callback support in libvlc + example on how...
2007-05-19 Filippo Caronefree callbacks on libvlc destruction
2007-05-19 Filippo Caroneinitial structures for libvlc callbacks (code adapted...