2005-08-04 |
Rémi Denis-Courmont | Fix heap buffer overflow |
tree | commitdiff |
2005-08-03 |
Rémi Denis-Courmont | Use UTF-8 internally (closes #16 and introduces lots... |
tree | commitdiff |
2005-08-02 |
Christophe Massiot | * src/stream_output/sap.c: Fixed small memory leak. |
tree | commitdiff |
2005-07-30 |
Gildas Bazin | * include/network.h, modules/access/mms/mmstu.c, src... |
tree | commitdiff |
2005-07-29 |
Rémi Denis-Courmont | Forgot this file |
tree | commitdiff |
2005-07-28 |
Rémi Denis-Courmont | Fix typo |
tree | commitdiff |
2005-07-28 |
Rémi Denis-Courmont | Fix compiler warning |
tree | commitdiff |
2005-07-28 |
Rémi Denis-Courmont | inet_pton() replacement |
tree | commitdiff |
2005-07-28 |
Damien Fouilleul | - replaced inet_pton() with WSAStringToAddress() for... |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | - Include proper source IP address in SAP header (longs... |
tree | commitdiff |
2005-07-27 |
Rémi Denis-Courmont | Put correct owner address in SAP-generated SDP |
tree | commitdiff |
2005-07-26 |
Rémi Denis-Courmont | Add const |
tree | commitdiff |
2005-07-21 |
Derk-Jan Hartman | * a missing vlc_freeaddrinfo |
tree | commitdiff |
2005-07-18 |
Rémi Denis-Courmont | Fix use of fatal use of unitialized value (regression... |
tree | commitdiff |
2005-07-17 |
Cyril Deguet | * all: compilation fix with vc7.1 compiler, and removed... |
tree | commitdiff |
2005-07-16 |
Rémi Denis-Courmont | Review and fix ACL duplication - really closes #262 |
tree | commitdiff |
2005-07-16 |
Rémi Denis-Courmont | Copy the default ACL value in ACL_Duplicate - closes... |
tree | commitdiff |
2005-07-16 |
Rocky Bernstein | One needs to #include errno.h in order to use errno... |
tree | commitdiff |
2005-07-15 |
Rémi Denis-Courmont | - Clean up |
tree | commitdiff |
2005-07-14 |
Rémi Denis-Courmont | The solution was too simple, I guess |
tree | commitdiff |
2005-07-13 |
Rémi Denis-Courmont | Use ANSI isspace() for crap compilers that don't know... |
tree | commitdiff |
2005-07-13 |
Damien Fouilleul | isblank() is not an ANSI function,it should really... |
tree | commitdiff |
2005-07-12 |
Rémi Denis-Courmont | Better ACL API (full rewrite) |
tree | commitdiff |
2005-07-10 |
Rémi Denis-Courmont | All signedness fixes |
tree | commitdiff |
2005-07-09 |
Rémi Denis-Courmont | Make Zorglub less unhappy |
tree | commitdiff |
2005-07-08 |
Rémi Denis-Courmont | Copyright fixes |
tree | commitdiff |
2005-06-30 |
Rémi Denis-Courmont | Same as previous commit - for SAP announcer |
tree | commitdiff |
2005-06-26 |
Rémi Denis-Courmont | Fixes httpd_ClientIP on Win32 & the likes |
tree | commitdiff |
2005-06-26 |
Rémi Denis-Courmont | More conservative buffer size |
tree | commitdiff |
2005-06-26 |
Rémi Denis-Courmont | Use integer rather than strings for UDP/TCP port numbers |
tree | commitdiff |
2005-06-25 |
Rémi Denis-Courmont | Fix lame compiler warning |
tree | commitdiff |
2005-06-25 |
Rémi Denis-Courmont | More conservative buffer size |
tree | commitdiff |
2005-06-23 |
Rémi Denis-Courmont | fix use of uninitialized URI string pointer in SAP... |
tree | commitdiff |
2005-06-03 |
Rémi Denis-Courmont | Fix declaration of sout_AnnounceSessionCreate |
tree | commitdiff |
2005-05-31 |
Rémi Denis-Courmont | Kludge to remove square brackets and scopes from addres... |
tree | commitdiff |
2005-05-31 |
Rémi Denis-Courmont | - hopefuly fix sending of SAP announces over IPv6 |
tree | commitdiff |
2005-04-08 |
Christophe Massiot | * src/stream_output/stream_output.c : Print a debug... |
tree | commitdiff |
2005-03-03 |
Clément Stenac | Handle module variables in sout options parser |
tree | commitdiff |
2005-02-07 |
Rémi Denis-Courmont | fix two memleaks and remove a bogus net_Close() |
tree | commitdiff |
2005-02-05 |
Rémi Denis-Courmont | * convert SAP announce name & group from locale to... |
tree | commitdiff |
2004-11-07 |
Rémi Denis-Courmont | net_* API update for encryption (recv / send virtualiza... |
tree | commitdiff |
2004-11-06 |
Yoann Peronneau | * Added group announcing support |
tree | commitdiff |
2004-10-15 |
Gildas Bazin | * src/stream_output/stream_output.c: oops, 1.5 seconds... |
tree | commitdiff |
2004-10-15 |
Gildas Bazin | * src/stream_output/stream_output.c: |
tree | commitdiff |
2004-08-29 |
Clément Stenac | Fix memleaks |
tree | commitdiff |
2004-08-28 |
Sam Hocevar | * Spelling fixes. |
tree | commitdiff |
2004-08-10 |
Derk-Jan Hartman | * include/stream_output.h: add a ip_version field to... |
tree | commitdiff |
2004-08-04 |
Laurent Aimar | * stream_output: sout_CfgParse will accept a special... |
tree | commitdiff |
2004-08-04 |
Derk-Jan Hartman | * Fixed the udp SDPs. More spec compliant now. |
tree | commitdiff |
2004-07-10 |
Laurent Aimar | * all: lot of cosmetics, and added a MUX_GET_MIME... |
tree | commitdiff |
2004-07-06 |
Gildas Bazin | * src/stream_output/stream_output.c: don't forget to... |
tree | commitdiff |
2004-05-12 |
Gildas Bazin | * src/stream_output/stream_output.c: allows spaces... |
tree | commitdiff |
2004-05-11 |
Christophe Massiot | * src/stream_output/stream_output.c: Use strtol for... |
tree | commitdiff |
2004-04-25 |
Laurent Aimar | * x264: compilation fix. |
tree | commitdiff |
2004-04-25 |
Gildas Bazin | * src/stream_output/stream_output.c: small sout_cfg_par... |
tree | commitdiff |
2004-04-25 |
Gildas Bazin | * src/stream_output/stream_output.c: small coding style... |
tree | commitdiff |
2004-04-23 |
Laurent Aimar | * stream_output: fixed bool handling in sout_ParseCfg. |
tree | commitdiff |
2004-04-23 |
Laurent Aimar | * stream_output: added bool support (untested). |
tree | commitdiff |
2004-04-23 |
Laurent Aimar | * stream_output: added a sout_ParseCfg to help sout... |
tree | commitdiff |
2004-04-23 |
Gildas Bazin | * src/*: portability fixes. |
tree | commitdiff |
2004-04-18 |
Clément Stenac | Make the SAP parser happier |
tree | commitdiff |
2004-04-18 |
Clément Stenac | * ALL: Better announce system |
tree | commitdiff |
2004-04-07 |
Laurent Aimar | * input/input_dec.c: we automaticaly switch to minimiz... |
tree | commitdiff |
2004-03-11 |
Laurent Aimar | * stream_output: sout_buffer_t -> block_t. |
tree | commitdiff |
2004-03-10 |
Laurent Aimar | * stream_output.c: delete meta informations after... |
tree | commitdiff |
2004-03-10 |
Laurent Aimar | * input, stream_output: handle sout_instance_t->p_meta. |
tree | commitdiff |
2004-03-06 |
Laurent Aimar | * all: implemented sout asynch support. (ie sout will... |
tree | commitdiff |
2004-03-05 |
Sam Hocevar | * Added "Id" svn:keywords property to all files conta... |
tree | commitdiff |
2004-03-03 |
Gildas Bazin | * ALL: changed the prototype of module_Need() to accept... |
tree | commitdiff |
2004-02-22 |
Laurent Aimar | * all: changed the prototype of sout_InputNew. |
tree | commitdiff |
2004-01-27 |
Gildas Bazin | * modules/packetizer/mpegvideo.c: fixed major bug where... |
tree | commitdiff |
2004-01-23 |
Gildas Bazin | * src/stream_output/stream_output.c, include/stream_out... |
tree | commitdiff |
2004-01-06 |
Clément Stenac | Updated copyrights in libvlc |
tree | commitdiff |
2003-12-07 |
Gildas Bazin | * include/stream_output.h, src/stream_output/stream_out... |
tree | commitdiff |
2003-11-21 |
Laurent Aimar | * all: remove sout_format_t and use es_format_t instead. |
tree | commitdiff |
2003-09-07 |
Laurent Aimar | * libvlc: removed some unused options. |
tree | commitdiff |
2003-08-14 |
Clément Stenac | * all: as announce calls non-standard functions (SLP... |
tree | commitdiff |
2003-08-13 |
Gildas Bazin | * include/announce.h, src/stream_output/announce.c... |
tree | commitdiff |
2003-08-13 |
Clément Stenac | * configure.ac : we need to define HAVE_SLP_H |
tree | commitdiff |
2003-08-09 |
Gildas Bazin | * src/stream_output/stream_output.c, include/stream_out... |
tree | commitdiff |
2003-08-01 |
Laurent Aimar | * stream_output.c: fixed a segfault when muxer isn... |
tree | commitdiff |
2003-07-31 |
Laurent Aimar | * all: added a i_ttl field in network_socket_t to... |
tree | commitdiff |
2003-07-31 |
Laurent Aimar | * stream_output: * some clean and fixed a little memor... |
tree | commitdiff |
2003-07-31 |
Clément Stenac | * modules/control/joystick.c |
tree | commitdiff |
2003-07-22 |
Gildas Bazin | * src/stream_output/stream_output.c: fixed segfault... |
tree | commitdiff |
2003-07-18 |
Derk-Jan Hartman | * add a #include <errno.h> |
tree | commitdiff |
2003-07-17 |
Sam Hocevar | * Makefile.am: Parse mozilla after . so that the... |
tree | commitdiff |
2003-07-17 |
Sam Hocevar | * src/stream_output/announce.c: |
tree | commitdiff |
2003-07-17 |
Sam Hocevar | * src/stream_output/announce.c: |
tree | commitdiff |
2003-07-05 |
Clément Stenac | * sap.c: Improved IPv6 multicast detection |
tree | commitdiff |
2003-07-04 |
Mohammed Adnène... | * bug fix, @ is not necessary in fact ;) |
tree | commitdiff |
2003-07-04 |
Mohammed Adnène... | * Fix Bug thanks to Cif: url form was "IP:port" and... |
tree | commitdiff |
2003-06-26 |
Gildas Bazin | * src/stream_output/announce.c: msvc compilation fix. |
tree | commitdiff |
2003-06-25 |
Sam Hocevar | * src/stream_output/announce.c: |
tree | commitdiff |
2003-06-25 |
Clément Stenac | * ./include/announce.h |
tree | commitdiff |
2003-06-24 |
Gildas Bazin | * src/stream_output/announce.c: inet_pton() isn't suppo... |
tree | commitdiff |
2003-06-23 |
Clément Stenac | Fixed a segfault that could happen if you have ipv6... |
tree | commitdiff |
2003-06-23 |
Clément Stenac | * Stream output now support IPv6 SAP announces |
tree | commitdiff |
2003-06-12 |
Clément Stenac | Code cleanup |
tree | commitdiff |
2003-05-27 |
Eric Petit | * src/stream_output/announce.c : BeOS compile fix. |
tree | commitdiff |
next |