]> git.sesse.net Git - vlc/history - modules/services_discovery/sap.c
* forgot about the strings rules for menu-items.
[vlc] / modules / services_discovery / sap.c
2005-10-16 Derk-Jan Hartman* forgot about the strings rules for menu-items.
2005-10-16 Derk-Jan Hartman* announces -> announcements (announce is a verb)
2005-10-02 Jean-Paul Samaninclude charset.h is in the include path and not local
2005-09-25 Clément StenacHandle multicast like unicast in SAP
2005-08-30 Derk-Jan Hartman* When we read the IPv6 address from the SDP, it is...
2005-08-14 Rémi Denis-CourmontFix compiler warnings
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-08-03 Rémi Denis-CourmontThere is no "=~" operator in C (it simply means "=...
2005-08-01 Rémi Denis-CourmontDon't attempt to listen to link-local scope SAP address...
2005-07-25 Derk-Jan Hartman* Fix the two SAP issues reported by Marian Durkovic.
2005-07-21 Derk-Jan Hartman* Added net_AddressIsMulticast that takes a string...
2005-07-16 Rémi Denis-CourmontCosmeticissimism
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-30 Rémi Denis-CourmontStopSend for SAP discovery
2005-06-08 Clément StenacBackport [11359]
2005-06-08 Rémi Denis-Courmontport previous commits
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-05-25 Rémi Denis-CourmontListen for SAP announces of all possible scopes rather...
2005-04-24 Sigmund Augdal Helbergsap.c: clean up playlist handling
2005-04-23 Rémi Denis-Courmont- enable sap-ipv6 by default
2005-04-16 Rémi Denis-CourmontClean up
2005-04-16 Rémi Denis-CourmontForce conversion from UTF-8 when announce is incorrectl...
2005-04-15 Christophe Massiot * ALL: x86-64 fixes.
2005-04-15 Rémi Denis-Courmontsupport for non-global statically defined SAP IPv4...
2005-04-13 Clément StenacDon't autoplay SAP items
2005-04-13 Clément Stenac* Playlist :
2005-04-12 Rémi Denis-CourmontSimplifying
2005-04-01 Rémi Denis-Courmont- invalid free removed (might be the reason why sap...
2005-03-21 Derk-Jan Hartman* Patch to reenable sap-timeout functionality (Bug...
2005-03-08 Gildas Bazin* modules/services_discovery/sap.c, modules/codec/x264...
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-03-01 Clément StenacFix playlist export
2005-02-22 Derk-Jan Hartman* renamed sap module from "SAP interface" to "SAP annou...
2005-02-20 Clément StenacAdd sdp meta-data to playlist
2005-02-06 Clément Stenac* wx : simplify some code, remove some useless duplications
2005-02-05 Rémi Denis-Courmont* convert SAP announce name & group from locale to...
2005-02-04 Rémi Denis-CourmontAttempts to recode SAP announces from UTF-8 to user...
2005-02-04 Rémi Denis-Courmont* Mem leak fixed
2005-01-20 Sigmund Augdal Helbergsap.c: fix too early free in demux
2005-01-16 Clément Stenac* DAAP: add meta-information, delete hosts when they...
2004-12-15 Clément StenacMake SAP node read-only
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-11 Clément StenacImprovements to preferences
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-12-01 Sigmund Augdal Helbergsap.c: attemt to fix sap demux for unhandled streams
2004-11-28 Gildas Bazin* src/misc/vlm.c, modules/demux/playlist/m3u.c, modules...
2004-11-27 Clément Stenachopefully fix SAP crash
2004-11-21 Clément StenacUse item-append when an item is appended to a node...
2004-11-20 Clément StenacSAP IPv6 and additionnal addresses support
2004-11-20 Clément Stenac* do not set request on startup, we don't want autoplay
2004-11-19 Clément StenacFix
2004-11-19 Clément Stenacsap: don't crash on invalid o= field
2004-11-17 Sigmund Augdal Helbergsap.c: don't free the inputs internal buffers! shame...
2004-11-17 Clément StenacRemove SAP node on quit
2004-11-10 Sigmund Augdal Helbergsap.c:
2004-11-10 Clément StenacFix crash when a session is deleted
2004-11-10 Clément StenacFix SAP address
2004-11-10 Clément StenacIf proto is RTP/AVP, use rtp
2004-11-10 Clément Stenac* SAP: use session identifiers to decide if we need...
2004-11-09 Clément StenacFix a bunch of memory leaks
2004-11-09 Clément Stenacadd missing option
2004-11-08 Clément StenacInitial Services discovery support