]> git.sesse.net Git - vlc/history - modules/services_discovery/sap.c
Fix description
[vlc] / modules / services_discovery / sap.c
2008-07-11 Christophe MutricyFix description
2008-07-05 Rémi Denis-CourmontSAP: add PCM payload types which are now supported
2008-07-01 Rémi Denis-CourmontSAP: remotely trigerrable memory leak (CID #70)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-CourmontSAP: yield and release the playlist
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-26 Rafaël CarréServices discoveries: check memory allocation
2008-03-19 Rémi Denis-CourmontSAP: m= subtype is not supposed to be a number in with...
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-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-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/sap.c: Don't trust announcem...
2007-10-17 Rafaël Carrésap: do not release an object we did't yield
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-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-04 Rémi Denis-CourmontFix minor cast mistmatches
2007-08-28 Pierre d'Herbemontmodules/services_discovery/sap.c: "SAP" seems to be...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Pierre d'Herbemontmodules/services_discovery/sap.c: Use the new service...
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 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-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-14 Rémi Denis-CourmontClean up and avoid leak in sap decompression
2006-11-14 Derk-Jan Hartman* forwardport [17753]: sap sdp_t initialization
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-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-17 Clément StenacServices discovery are not forced to have a run function
2006-09-15 Clément StenacRename playlist_NodesCreateForSD to playlist_NodesPairC...
2006-08-03 Clément StenacFix duplicate definitions of FREE
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 StenacNew helper to create nodes for services discovery
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
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-01-12 Antoine CellerierFSF address change.
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-04 Rémi Denis-CourmontEnable timeshifting automatically with SAP - closes...
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...
next