]> git.sesse.net Git - vlc/history - modules/services_discovery
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects...
[vlc] / modules / services_discovery /
2008-02-03 Rémi Denis-Courmontlibupnp: Don't unescape XML twice. Patch by Robson...
2008-01-28 Rafaël Carréservices_discovery/: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-19 Pierre d'Herbemontshout.c: Add http-forward-cookies to "Les guignols".
2008-01-19 Pierre d'Herbemontservices/discovery/shout.c: Add a French TV service...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-24 Antoine CellerierRevert r23852.
2007-12-24 Rémi Denis-CourmontNot every body trusts "free.fr", especially not through...
2007-12-24 Pierre d'Herbemontservices_discovery/shout.c: No need to incref. (fix...
2007-12-23 Antoine CellerierAllow specifying options specific to each url in the...
2007-12-23 Antoine CellerierMerge the shoutcast and freebox service discovery modul...
2007-12-23 Pierre d'Herbemontvlc_common.h:
2007-12-22 Pierre d'Herbemontservices_discovery/sap.c: Make sure the thread will...
2007-12-22 Pierre d'Herbemontservices_discovery/sap.c: s/min/min_int/ to prevent...
2007-12-22 Rémi Denis-CourmontPierre writes too good code. We need to kludge it :(
2007-12-22 Pierre d'Herbemontservices_discovery/sap.: Don't wakeup more than needed.
2007-12-22 Rémi Denis-CourmontUse poll() directly when you want to listen to multiple...
2007-12-21 Pierre d'Herbemontmodules/services_discovery/freebox.c: Wrong copyright...
2007-12-21 Pierre d'Herbemontmodules/services_discovery/freebox.c: Create a new...
2007-12-21 Pierre d'Herbemontmodules/services_discovery/sap.c: Don't trust announcem...
2007-12-21 Pierre d'Herbemontshout.c: Fix a typo in previous commit. (thanks, funman).
2007-12-21 Pierre d'Herbemontmodules/services_discovery/shout.c: Don't leak the...
2007-11-12 Pierre d'Herbemontmodules/services_discovery/upnp_intel.cpp: Add a todo...
2007-11-12 Rafaël Carréservices_discovery_SetLocalizedName() is now mandatory...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-17 Rafaël Carrésap: do not release an object we did't yield
2007-10-14 Rafaël Carréupnp intel: reverts [22521] to make it compile. The...
2007-10-11 Pierre d'Herbemontmodules/services_discovery/shout.c: Use services_discov...
2007-10-10 Pierre d'Herbemontservices_discovery/hal.c: Get rid of the playlist code.
2007-10-10 Rafaël Carréservices_discovery: stores the category & onelevel...
2007-10-09 Rafaël Carrébonjour: checks asprintf() return value, checks name...
2007-10-02 Rafaël Carrésap discovery: fix [22368] by using (int) casting on...
2007-10-01 Rafaël Carrésap discovery: (size_t) casting
2007-09-27 Rémi Denis-CourmontCosmetics
2007-09-17 Rafaël Carréhal services_discovery: fix invalid access to memory...
2007-09-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-04 Rémi Denis-CourmontFix minor cast mistmatches
2007-09-02 Antoine CellerierRewrite parts of the podcast service discovery module...
2007-09-02 Antoine CellerierChange the podcast-urls config option to auto save.
2007-08-28 Pierre d'Herbemontmodules/services_discovery/sap.c: "SAP" seems to be...
2007-08-25 Pierre d'Herbemontmodules/services_discovery/shout.c: Rename "Shoutcast...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Pierre d'HerbemontFix previous commit.
2007-08-21 Pierre d'Herbemontmodules/services_discovery/shout.c: (Thanks ileoo)...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Pierre d'Herbemontmodule/services_discovery/bonjour.c: Use the new API.
2007-08-18 Pierre d'Herbemontmodules/services_discovery/bonjour.c: Use the new servi...
2007-08-18 Pierre d'Herbemontmodules/services_discovery/sap.c: Use the new service...
2007-08-18 Pierre d'Herbemontmodules/services_discovery/podcast.c: Fix initial numbe...
2007-08-18 Pierre d'Herbemontmodules/services_discovery/podcast.c: Use the new API.
2007-08-18 Pierre d'Herbemontmodules/services_discovery/shout.c: Use the new service...
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-06-07 Rémi Denis-CourmontFix remote format string injection in SDP parser.
2007-06-05 Laurent AimarFixed badly broken sap parser.
2007-04-18 Rémi Denis-CourmontMinor simplification
2007-04-18 Rémi Denis-Courmont- Really handle alloc failures
2007-04-15 Rémi Denis-CourmontThere are multiple IPv4 SAP addresses
2007-02-28 Damien Fouilleulsap.c: win32 fix for IPv6 local-link zone identifier
2007-02-27 Rémi Denis-CourmontListen to link-local SAP announces too
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-21 Rémi Denis-CourmontMemory leak
2007-02-21 Rémi Denis-Courmont- Support for multiple medias in SDP parser
2007-02-20 Rémi Denis-CourmontFix SAP protocol/format parsing
2007-02-20 Rémi Denis-CourmontFix port number setting when there is no session-level...
2007-02-20 Rémi Denis-CourmontLook for x-plgroup also among media-level attributes
2007-02-20 Rémi Denis-CourmontFix crash in SDP parser
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-15 Rémi Denis-CourmontSuppress timeout parameter from net_Select() - refs...
2007-02-14 Rémi Denis-Courmont- Write COMEDIA MRLs properly (host is the remote rathe...
2007-02-12 Rémi Denis-CourmontFix SAP TCP/RTP support
2007-02-12 Rémi Denis-CourmontUndo [18814]
2007-02-12 Damien Fouilleul- win32 replacements for inet_pton/inet_ntop
2007-02-11 Rémi Denis-CourmontRemove useless parameter to net_Select
2007-02-11 Rémi Denis-CourmontFix fallback to live555
2007-02-11 Rémi Denis-CourmontFix SAP parser (again)
2007-02-11 Rémi Denis-CourmontImprove SAP parser
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-25 Rémi Denis-CourmontRemove leftover FIXME
2006-11-21 Rafaël CarréUnref D-Bus connections when not using them anymore
2006-11-20 Rafaël CarréRemove Audio cds and their tracks at ejection
2006-11-19 Derk-Jan Hartman* Fix shoutcast SD Delete. playlist is not locked.
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-17 Rafaël Carrétypo
2006-11-17 Rafaël CarréShould fix API compatibility with HAL 0.5.0
2006-11-17 Rafaël CarréRemoves broken D-Bus version check
2006-11-15 Rafaël CarréFixes devices removal, and crash on exit
2006-11-15 Rafaël CarréManages hot ejection of devices
2006-11-14 Rafaël CarréAdds real-time device adding (not removal yet)
2006-11-14 Rémi Denis-CourmontClean up and avoid leak in sap decompression
2006-11-14 Rafaël CarréReturns from Run() thread instead of sleeping eternally
2006-11-14 Derk-Jan Hartman* forwardport [17753]: sap sdp_t initialization
2006-11-13 Rafaël CarréDon't use D-Bus with hal < 0.5.0
2006-11-05 Rémi Denis-CourmontUse ListenUDP
2006-11-04 Rémi Denis-CourmontFix remotely triggerable memory leak
2006-11-04 Rémi Denis-CourmontFix const warning
next