]> git.sesse.net Git - vlc/history - modules/services_discovery/upnp_intel.cpp
Lock the playlist here.
[vlc] / modules / services_discovery / upnp_intel.cpp
2008-07-27 Rémi DuraffortLock the playlist here.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
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-24 Rafaël CarréFix rtmp access_output building
2008-05-14 Mirsal Ennaimeupnp: fix a typo
2008-05-14 Pierre d'Herbemontupnp: Fix a typo, as pointed by Gilles Sabourin.
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-CourmontUPnP_Intel: yield the playlist
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-02-03 Rémi Denis-Courmontlibupnp: Don't unescape XML twice. Patch by Robson...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-12 Pierre d'Herbemontmodules/services_discovery/upnp_intel.cpp: Add a todo...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-14 Rafaël Carréupnp intel: reverts [22521] to make it compile. The...
2007-10-10 Rafaël Carréservices_discovery: stores the category & onelevel...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
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-10-14 Sigmund Augdal Helbergfixed compilation, not tested though
2006-08-10 Rémi Denis-CourmontPartial UPnP fix from Christian Henz, from Ralf Huvendiek.
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-02 Rémi Denis-CourmontAdd libupnp-based UPnP discovery from Christian Henz