git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Converted globalhotkeys to XCB.
[vlc.git]
/
modules
/
services_discovery
/
upnp_intel.cpp
2009-02-16
Laurent Aimar
Removed or privatized playlist functions.
blob
|
commitdiff
2009-01-14
Rémi Duraffort
upnp_intel: fix potential memleak.
blob
|
commitdiff
|
diff to current
2009-01-10
Rémi Denis-Courmont
Restore SD human-readable names
blob
|
commitdiff
|
diff to current
2009-01-09
Rémi Duraffort
upnp_intel: split the big cpp file in two, declaration...
blob
|
commitdiff
|
diff to current
2009-01-04
Rémi Denis-Courmont
Unduplicate UPnP long string
blob
|
commitdiff
|
diff to current
2009-01-04
Mirsal Ennaime
UPnP services discovery: Remove a useless function
blob
|
commitdiff
|
diff to current
2009-01-04
Mirsal Ennaime
UPnP services discovery: fix remaining bugs
blob
|
commitdiff
|
diff to current
2009-01-04
Mirsal Ennaime
UPnP services discovery: Put the callback lock referenc...
blob
|
commitdiff
|
diff to current
2009-01-04
Mirsal Ennaime
UPnP services discovery: Switch to the services discove...
blob
|
commitdiff
|
diff to current
2009-01-04
Mirsal Ennaime
UPnP services discovery: Merge the SoC 2008 fixes,...
blob
|
commitdiff
|
diff to current
2008-10-29
Rémi Denis-Courmont
Remove most stray semi-colons in module descriptions
blob
|
commitdiff
|
diff to current
2008-09-20
Antoine Cellerier
s/pl_Yield/pl_Hold/
blob
|
commitdiff
|
diff to current
2008-09-14
Rémi Denis-Courmont
Use PL_LOCK/PL_UNLOCK
blob
|
commitdiff
|
diff to current
2008-08-30
Rémi Denis-Courmont
Use cookie reference, not (uninitialized) value
blob
|
commitdiff
|
diff to current
2008-08-29
Rémi Duraffort
upnp_intel: fix compilation.
blob
|
commitdiff
|
diff to current
2008-08-28
Rémi Denis-Courmont
UPnP Intel: remove useless and harmful SD thread
blob
|
commitdiff
|
diff to current
2008-08-25
Laurent Aimar
Cosmetics.
blob
|
commitdiff
|
diff to current
2008-08-25
Rémi Duraffort
upnpn_intel: Compilation fix.
blob
|
commitdiff
|
diff to current
2008-08-25
Laurent Aimar
Cosmetics.
blob
|
commitdiff
|
diff to current
2008-08-25
Laurent Aimar
Moved static lock inside Cookie.
blob
|
commitdiff
|
diff to current
2008-08-14
Pierre d'Herbemont
codecleanup: Replace input_Item by input_item.
blob
|
commitdiff
|
diff to current
2008-07-29
Rémi Duraffort
Fix comment.
blob
|
commitdiff
|
diff to current
2008-07-28
Rémi Duraffort
upnp_intel: Fix playlist locking.
blob
|
commitdiff
|
diff to current
2008-07-27
Rémi Duraffort
Lock the playlist here.
blob
|
commitdiff
|
diff to current
2008-07-21
Rémi Duraffort
Use pl_Locked and pl_Unlocked
blob
|
commitdiff
|
diff to current
2008-07-05
Rémi Denis-Courmont
modules: use vlc_object_alive()
blob
|
commitdiff
|
diff to current
2008-05-31
Rémi Denis-Courmont
Plugins: include vlc_common.h directly instead of vlc...
blob
|
commitdiff
|
diff to current
2008-05-24
Rafaël Carré
Fix rtmp access_output building
blob
|
commitdiff
|
diff to current
2008-05-14
Mirsal Ennaime
upnp: fix a typo
blob
|
commitdiff
|
diff to current
2008-05-14
Pierre d'Herbemont
upnp: Fix a typo, as pointed by Gilles Sabourin.
blob
|
commitdiff
|
diff to current
2008-05-08
Rémi Denis-Courmont
Include vlc_plugin.h as needed
blob
|
commitdiff
|
diff to current
2008-05-07
Rémi Denis-Courmont
UPnP_Intel: yield the playlist
blob
|
commitdiff
|
diff to current
2008-05-04
Rémi Denis-Courmont
vlc_mutex_init: remove unused paramter
blob
|
commitdiff
|
diff to current
2008-04-24
Rafaël Carré
Fix input item leaking
blob
|
commitdiff
|
diff to current
2008-04-14
Pierre d'Herbemont
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
blob
|
commitdiff
|
diff to current
2008-03-11
Rafaël Carré
Do not use playlist_*AddInput() when the playlist has...
blob
|
commitdiff
|
diff to current
2008-02-03
Rémi Denis-Courmont
libupnp: Don't unescape XML twice. Patch by Robson...
blob
|
commitdiff
|
diff to current
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
blob
|
commitdiff
|
diff to current
2007-11-12
Pierre d'Herbemont
modules/services_discovery/upnp_intel.cpp: Add a todo...
blob
|
commitdiff
|
diff to current
2007-10-18
Rafaël Carré
playlist_CreateNode(): add an argument to specify an...
blob
|
commitdiff
|
diff to current
2007-10-14
Rafaël Carré
upnp intel: reverts [22521] to make it compile. The...
blob
|
commitdiff
|
diff to current
2007-10-10
Rafaël Carré
services_discovery: stores the category & onelevel...
blob
|
commitdiff
|
diff to current
2007-09-10
Rafaël Carré
Removes trailing spaces. Removes tabs.
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdlib.h
blob
|
commitdiff
|
diff to current
2007-02-20
Clément Stenac
* Start cleaning up libvlc playlist API (Refs:#457)
blob
|
commitdiff
|
diff to current
2006-12-10
Clément Stenac
* Do not take and release the structure lock for each...
blob
|
commitdiff
|
diff to current
2006-11-26
Clément Stenac
A bit of headers cleanup
blob
|
commitdiff
|
diff to current
2006-11-19
Clément Stenac
Finish the playlist API transition (hopefully)
blob
|
commitdiff
|
diff to current
2006-10-14
Sigmund Augdal Helberg
upnp_cc: compile fix (tested this time)
blob
|
commitdiff
|
diff to current
2006-10-14
Sigmund Augdal Helberg
fixed compilation, not tested though
blob
|
commitdiff
|
diff to current
2006-08-10
Rémi Denis-Courmont
Partial UPnP fix from Christian Henz, from Ralf Huvendiek.
blob
|
commitdiff
|
diff to current
2006-03-11
Antoine Cellerier
src/playlist/loadsave.c, modules/demux/playlist/*,...
blob
|
commitdiff
|
diff to current
2006-02-02
Rémi Denis-Courmont
Add libupnp-based UPnP discovery from Christian Henz
blob
|
commitdiff
|
diff to current