]> git.sesse.net Git - vlc/history - src/control/vlm.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / control / vlm.c
2010-02-03 Rémi Denis-CourmontLibVLC VLM: save a few kilobytes of code
2010-02-03 Rémi Denis-CourmontLibVLC VoD: remove exceptions
2010-02-03 Rémi Denis-CourmontLibVLC VLM: comment out unimplemented functions
2010-02-03 Rémi Denis-CourmontLibVLC VLM: remove exceptions
2010-01-25 Rémi Denis-Courmontlibvlc_event_manager: remove exceptions
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-08-20 Pierre d'Herbemontlibvlc: Fix some unused arg warning in vlm and playlist.
2009-08-15 Rémi Denis-CourmontMissing config.h -> no _GNU_SOURCE -> no prototype...
2009-08-15 Alexander BethkeRefactored/re-enabled libvlc_vlm_show_media
2009-07-25 Sébastien Escudierlibvlc : handle VLM input events
2009-06-30 Sébastien Escudierlibvlc_vlm_release : release events stuff Centralize...
2009-06-12 Sébastien Escudierlibvlc vlm init fix Don't test p_vlm twice if it wasn...
2009-06-05 Sébastien Escudierp_vlm destruction fixes
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Sébastien EscudierHandle VLM events in libvlc
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
2009-04-04 Rémi Denis-CourmontFix return
2009-04-04 Rémi Denis-CourmontSimplifications and cleanup
2009-04-04 Sébastien EscudierRemove uneeded exceptions
2008-10-22 Rémi Denis-CourmontSimplifications
2008-09-12 Sebastien EscudierAdd const to char * in vlm
2008-09-09 Jean-Paul SamanDocument more VLM API's and expand define.
2008-09-05 Rémi Denis-CourmontFix VLM double free
2008-07-06 Sebastien EscudierAdd vod in libvlc_vlm
2008-07-01 Antoine CellerierFix compilation of VLC with --disable-vlm.
2008-06-01 Rémi Denis-CourmontFix a warning
2008-05-26 Pierre d'Herbemontlibvlc: libvlc_vlm_get_media_instance_* is in header...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Pierre d'Herbemontlibvlc: Properly raise an exception that indicates...
2008-04-09 Pierre d'Herbemontlibvlc: Don't delete all the media in libvlc_vlm_releas...
2008-04-08 Filippo Caronewhen releasing vlm, clear all media
2008-04-07 Filippo Caronelibvlc_vlm_release added
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rafaël Carrésrc/control: set svn:keywords to Id
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-05-21 Laurent AimarReimplemented libvlc_vlm functions (untested)
2007-03-07 Laurent AimarDisable control vlm.
2007-03-02 Laurent Aimar Do not use private VLM function (fixed in an ugly...
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-02-18 Jean-Paul SamanDeclare local functions static.
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-29 Felix Paul Kühne* don't use nested functions please. --- fixes compila...
2006-10-24 Filippo Caroneintegrate patch from Ticket #725. needs testing.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-07-26 Filippo CaroneMore vlm functions added in libvlc (to play, pause...
2006-05-10 Jean-Paul SamanReadability change
2006-03-12 Jean-Paul SamanFix compiler warning: Add missing include
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-02-19 Rémi Denis-Courmont- Build libvlc from src/ rather than top
2006-02-17 Clément StenacFix some bugs
2006-02-15 Clément StenacMore VLM API stuff
2006-02-14 Clément StenacMissing file