]> git.sesse.net Git - vlc/history - src/stream_output/announce.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / stream_output / announce.c
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2009-12-28 Rémi Duraffortsout_announce: use a static mutex instead of a variable.
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-10-22 Rémi Denis-CourmontSAP does needs an object, not specifically a stream...
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-11 Rémi Denis-CourmontSAP announce: rewrite, use one thread per SAP group...
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-03-26 Pierre d'Herbemontsap: Properly manage object memory.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-28 Rafaël Carrésout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PRE...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-15 Rémi Denis-CourmontAnnounce API simplification
2007-09-15 Rémi Denis-CourmontRemove dead code
2007-09-15 Rémi Denis-CourmontUnexport some unused APIs
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-17 Christophe MutricyThat has apparently been fixed
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-01 Rémi Denis-CourmontFix some memleaks
2007-02-12 Damien Fouilleul- getaddrinfo.c: use Win32 shim functions to load getna...
2007-02-10 Rémi Denis-CourmontRestore some kind of SAP support
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-10 Rémi Denis-CourmontCosmetic
2007-02-09 Rémi Denis-CourmontPartial announce API cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-09 Rémi Denis-CourmontFully initialize p_session
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2005-11-29 Clément StenacRemove SLP (Closes:#434)
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-07-27 Rémi Denis-CourmontPut correct owner address in SAP-generated SDP
2005-07-26 Rémi Denis-CourmontAdd const
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-03 Rémi Denis-CourmontFix declaration of sout_AnnounceSessionCreate
2005-05-31 Rémi Denis-Courmont- hopefuly fix sending of SAP announces over IPv6
2005-02-07 Rémi Denis-Courmontfix two memleaks and remove a bogus net_Close()
2004-11-06 Yoann Peronneau* Added group announcing support
2004-04-23 Gildas Bazin* src/*: portability fixes.
2004-04-18 Clément Stenac* ALL: Better announce system
2003-08-14 Clément Stenac* all: as announce calls non-standard functions (SLP...
2003-08-13 Gildas Bazin* include/announce.h, src/stream_output/announce.c...
2003-08-13 Clément Stenac* configure.ac : we need to define HAVE_SLP_H
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-07-31 Clément Stenac* modules/control/joystick.c
2003-07-18 Derk-Jan Hartman* add a #include <errno.h>
2003-07-17 Sam Hocevar * Makefile.am: Parse mozilla after . so that the...
2003-07-17 Sam Hocevar * src/stream_output/announce.c:
2003-07-17 Sam Hocevar * src/stream_output/announce.c:
2003-07-05 Clément Stenac* sap.c: Improved IPv6 multicast detection
2003-07-04 Mohammed Adnène... * bug fix, @ is not necessary in fact ;)
2003-07-04 Mohammed Adnène... * Fix Bug thanks to Cif: url form was "IP:port" and...
2003-06-26 Gildas Bazin* src/stream_output/announce.c: msvc compilation fix.
2003-06-25 Sam Hocevar * src/stream_output/announce.c:
2003-06-25 Clément Stenac* ./include/announce.h
2003-06-24 Gildas Bazin* src/stream_output/announce.c: inet_pton() isn't suppo...
2003-06-23 Clément StenacFixed a segfault that could happen if you have ipv6...
2003-06-23 Clément Stenac* Stream output now support IPv6 SAP announces
2003-06-12 Clément StenacCode cleanup
2003-05-27 Eric Petit * src/stream_output/announce.c : BeOS compile fix.
2003-05-26 Clément Stenac* The VLC-integrated SAP server now sends compliant...
2003-05-22 Gildas Bazin* INSTALL.win32: added a small note about running vlc...
2003-05-20 Clément StenacAll: Support for SAP advertising in stream output