]> git.sesse.net Git - vlc/history - src/control/core.c
Removes trailing spaces. Removes tabs.
[vlc] / src / control / core.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-16 Rémi Denis-CourmontInlining non-static functions that are part of the...
2007-06-07 Pierre d'HerbemontLibvlc Event: Add support for input event.
2007-06-01 Pierre d'Herbemontcontrol/core.c: Don't leak the p_instance.
2007-06-01 Pierre d'Herbemontlibvlc event: Make event function thread safe. (And...
2007-06-01 Pierre d'Herbemontlibvlc event: Fix the various leaks and point indicatio...
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 CaroneSet callback list to null on instance init
2007-03-05 Damien Fouilleul- control APIs: do not crash if exception parameter...
2007-02-27 Damien Fouilleul- libvlc control: uninitialiazed mutex and variables...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-27 Damien Fouilleul- core.c: const, const, etc...
2006-09-26 Damien Fouilleuloops, it sounds like I f**d * my last revert
2006-09-26 Damien Fouilleul- revert 16847, this breaks the activex and mozilla...
2006-09-25 Olivier Aubertsrc/control/core.c: prepend a dummy argv[0] to libvlc_n...
2006-09-18 Clément StenacA bit of cleanup and test
2006-09-15 Clément StenacConvert the new libvlc API (so, the one that is in...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-01 Clément Stenacsrc/control: a bit of cleanup here and there
2006-07-29 Damien Fouilleulfew fixes in libvlc APis
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-02-19 Clément StenacBe consistant in naming
2006-02-14 Clément StenacFix some bugs
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-12 Clément StenacAdd some playlist api functions
2006-02-03 Clément StenacPlay and add (Refs:#457)
2006-01-29 Clément StenacFix a crasher in exception handling
2006-01-16 Jean-Paul SamanDefine vlc_curent_object in include/vlc_objects.h
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacMerge 0.8.5-api changes
2005-12-15 Olivier Aubertsrc/control/core.c: fix start-time handling in start...
2005-12-14 Filippo CaroneMediacontrol interface changes to detach use of vlc...
2005-12-14 Olivier Aubertsrc/control/core.c: correctly set start-time through...
2005-12-12 Olivier Aubertcontrol/core.c: raise exceptions in get_media_position
2005-12-12 Olivier Aubertsrc/control/core.c: remove superfluous ;
2005-12-11 Clément StenacDeclare vlc_current_object. Patch by Filippo Carone
2005-12-10 Olivier Aubertsrc/control/core.c, include/vlc/control.h: Applied...
2005-11-02 Clément StenacMerge fixes to the python binding from my branch
2005-09-22 Gildas Bazin* ALL: WinCE EVC compilation fixes.
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-04 Eric Petit *control*: BeOS compile fixes
2005-06-01 Clément StenacMerge mediacontrol to trunk