]> git.sesse.net Git - vlc/history - modules/services_discovery
Fix previous commit.
[vlc] / modules / services_discovery /
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
2006-11-04 Rémi Denis-CourmontIgnore missing TTL in c= line.
2006-11-04 Rémi Denis-CourmontFix various problems with the SDP parser:
2006-11-04 Rémi Denis-Courmont- Fix quoting of IPv6 addresses in SAP source-filter
2006-10-21 Rémi Denis-CourmontFix Bonjour discovery
2006-10-21 Jean-Paul SamanRemove unused variables
2006-10-21 Jean-Paul SamanRemove unused variable val
2006-10-14 Sigmund Augdal Helbergupnp_cc: compile fix (tested this time)
2006-10-14 Sigmund Augdal Helbergfixed compilation, not tested though
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-20 Jean-Baptiste KempfReplace playlist_NodesCreateForSD by playlist_NodesPair...
2006-09-17 Clément StenacServices discovery are not forced to have a run function
2006-09-16 Clément StenacFix shoutcast handling and remove broken progress detection
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-15 Clément StenacRename playlist_NodesCreateForSD to playlist_NodesPairC...
2006-08-26 Clément Stenac* Allow service discoveries to state whether they prefe...
2006-08-10 Rémi Denis-CourmontPartial UPnP fix from Christian Henz, from Ralf Huvendiek.
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-08-06 Jean-Paul SamanRemove unused variable
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-07-29 Felix Paul Kühne* enhanced the interaction core with some method additi...
2006-07-06 Derk-Jan Hartman* Fix SDP file parsing of the SAP module.
2006-06-28 Derk-Jan Hartman* Fix a potential buffer overflow, UTF-8'ify session...
2006-06-28 Derk-Jan Hartman* Fix some sap SD memleaks. more to follow
2006-05-15 Clément StenacFix bonjour compilation. Completely untested
2006-05-15 Clément StenacNew helper to create nodes for services discovery
2006-05-14 Clément StenacFix shout compile
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-05 Antoine CellerierAdd "shoutcast" as an alias for "shout".
2006-04-30 Antoine CellerierForward port [15485] and [15486].
2006-04-30 Antoine CellerierForward port podcast fixes [15462] and [15465].
2006-04-23 Antoine CellerierSupport for Shoutcast TV. vp3 streams segfault, vp5...
2006-04-22 Antoine Cellerier * shout.c : change playlist layout (remove 1 node)
2006-04-22 Antoine CellerierChange shoutcast service discovery module and write...
2006-04-14 Clément StenacStrings
2006-03-31 Clément StenacAdditional string fixes (Refs:#438)
2006-03-25 Clément StenacStrings review in services_discovery + remove unimpleme...
2006-03-24 Christophe Mutricysap.c: Ressucitate --sap-addr for the lucky one with...
2006-03-23 Christophe Mutricyservices_discovery/*: String review (refs #438) and...
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-27 Rémi Denis-Courmontdaap.c: Attempt to fix compilation
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-04 Clément StenacBetter fix
2006-02-02 Rémi Denis-CourmontAdd libupnp-based UPnP discovery from Christian Henz
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-12-14 Clément StenacUse input_Read in shoutcast and display a progress...
2005-12-09 Rémi Denis-CourmontCumulated UPnP fixes from Christian Henz
2005-12-08 Marian Durkovicfirst step towards SSM support in SDPs - refs #336
2005-12-07 Rémi Denis-CourmontWork around for awfully broken Win32 DNS resolver ...
2005-12-05 Clément StenacString remarks
2005-12-04 Clément StenacAvahi 0.6 patch by Diego 'Flameeyes' Pettenò flameeyes...
2005-12-04 Rémi Denis-CourmontEnable timeshifting automatically with SAP - closes...
2005-11-27 Clément StenacFix new HAL interaction
2005-11-08 Clément StenacSupport new HAL API. Based on patch by Josselin Mouette
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
next