]> git.sesse.net Git - vlc/history - modules/services_discovery/upnp_cc.cpp
Typo (thanks to Austin Burrow).
[vlc] / modules / services_discovery / upnp_cc.cpp
2010-04-03 Rémi DuraffortTypo (thanks to Austin Burrow).
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-02-10 Christophe MutricyFix compilation
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-25 Jean-Baptiste KempfWe know that you are discovery, don't tell it to us...
2009-12-21 Rémi Denis-Courmontupnp: probe support (untested)
2009-01-10 Rémi Denis-CourmontInclude vlc_services_discovery.h only where needed
2009-01-10 Rémi Denis-CourmontRestore SD human-readable names
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-28 Rémi Denis-CourmontUPnP CyberLink: do not spawn a useless poll thread...
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-24 Rafaël CarréFix input item leaking
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-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-10 Rafaël Carréservices_discovery: stores the category & onelevel...
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-14 Sigmund Augdal Helbergupnp_cc: compile fix (tested this time)
2006-02-02 Rémi Denis-CourmontAdd libupnp-based UPnP discovery from Christian Henz