]> git.sesse.net Git - vlc/history - src/stream_output
* backport [13042]
[vlc] / src / stream_output /
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-10-23 Rémi Denis-CourmontRevert commit [12925] - reopens #403
2005-10-23 Clément Stenacpsz_uri can be null in sap announcer if we have a SDP...
2005-10-20 Marian Durkovicsend proper info in m= line of SAP announcements:
2005-10-16 Derk-Jan Hartman* announces -> announcements (announce is a verb)
2005-09-22 Gildas Bazin* src/stream_output/sap.c: net_Write() returns an int...
2005-09-22 Gildas Bazin* ALL: WinCE EVC compilation fixes.
2005-09-18 Jean-Paul SamanFix compiler warning about signed and unsigned comparisons
2005-08-15 Clément StenacFix a few warnings
2005-08-14 Rémi Denis-CourmontFix SAP announce destination address - closes #314
2005-08-14 Eric Petit ALL: compile fixes
2005-08-06 Cyril Deguet * libvlc.c: don't crash in vlc_iconv if vlc_iconv_open...
2005-08-05 Christophe Massiot * ALL: releasing a few unreleased objects.
2005-08-04 Rémi Denis-CourmontFix heap buffer overflow
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-08-02 Christophe Massiot * src/stream_output/sap.c: Fixed small memory leak.
2005-07-30 Gildas Bazin* include/network.h, modules/access/mms/mmstu.c, src...
2005-07-29 Rémi Denis-CourmontForgot this file
2005-07-28 Rémi Denis-CourmontFix typo
2005-07-28 Rémi Denis-CourmontFix compiler warning
2005-07-28 Rémi Denis-Courmontinet_pton() replacement
2005-07-28 Damien Fouilleul- replaced inet_pton() with WSAStringToAddress() for...
2005-07-27 Rémi Denis-Courmont- Include proper source IP address in SAP header (longs...
2005-07-27 Rémi Denis-CourmontPut correct owner address in SAP-generated SDP
2005-07-26 Rémi Denis-CourmontAdd const
2005-07-21 Derk-Jan Hartman* a missing vlc_freeaddrinfo
2005-07-18 Rémi Denis-CourmontFix use of fatal use of unitialized value (regression...
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-16 Rémi Denis-CourmontReview and fix ACL duplication - really closes #262
2005-07-16 Rémi Denis-CourmontCopy the default ACL value in ACL_Duplicate - closes...
2005-07-16 Rocky BernsteinOne needs to #include errno.h in order to use errno...
2005-07-15 Rémi Denis-Courmont- Clean up
2005-07-14 Rémi Denis-CourmontThe solution was too simple, I guess
2005-07-13 Rémi Denis-CourmontUse ANSI isspace() for crap compilers that don't know...
2005-07-13 Damien Fouilleulisblank() is not an ANSI function,it should really...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-10 Rémi Denis-CourmontAll signedness fixes
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-30 Rémi Denis-CourmontSame as previous commit - for SAP announcer
2005-06-26 Rémi Denis-CourmontFixes httpd_ClientIP on Win32 & the likes
2005-06-26 Rémi Denis-CourmontMore conservative buffer size
2005-06-26 Rémi Denis-CourmontUse integer rather than strings for UDP/TCP port numbers
2005-06-25 Rémi Denis-CourmontFix lame compiler warning
2005-06-25 Rémi Denis-CourmontMore conservative buffer size
2005-06-23 Rémi Denis-Courmontfix use of uninitialized URI string pointer in SAP...
2005-06-03 Rémi Denis-CourmontFix declaration of sout_AnnounceSessionCreate
2005-05-31 Rémi Denis-CourmontKludge to remove square brackets and scopes from addres...
2005-05-31 Rémi Denis-Courmont- hopefuly fix sending of SAP announces over IPv6
2005-04-08 Christophe Massiot * src/stream_output/stream_output.c : Print a debug...
2005-03-03 Clément StenacHandle module variables in sout options parser
2005-02-07 Rémi Denis-Courmontfix two memleaks and remove a bogus net_Close()
2005-02-05 Rémi Denis-Courmont* convert SAP announce name & group from locale to...
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-11-06 Yoann Peronneau* Added group announcing support
2004-10-15 Gildas Bazin* src/stream_output/stream_output.c: oops, 1.5 seconds...
2004-10-15 Gildas Bazin* src/stream_output/stream_output.c:
2004-08-29 Clément StenacFix memleaks
2004-08-28 Sam Hocevar * Spelling fixes.
2004-08-10 Derk-Jan Hartman* include/stream_output.h: add a ip_version field to...
2004-08-04 Laurent Aimar * stream_output: sout_CfgParse will accept a special...
2004-08-04 Derk-Jan Hartman* Fixed the udp SDPs. More spec compliant now.
2004-07-10 Laurent Aimar * all: lot of cosmetics, and added a MUX_GET_MIME...
2004-07-06 Gildas Bazin* src/stream_output/stream_output.c: don't forget to...
2004-05-12 Gildas Bazin* src/stream_output/stream_output.c: allows spaces...
2004-05-11 Christophe Massiot* src/stream_output/stream_output.c: Use strtol for...
2004-04-25 Laurent Aimar * x264: compilation fix.
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small coding style...
2004-04-23 Laurent Aimar * stream_output: fixed bool handling in sout_ParseCfg.
2004-04-23 Laurent Aimar * stream_output: added bool support (untested).
2004-04-23 Laurent Aimar * stream_output: added a sout_ParseCfg to help sout...
2004-04-23 Gildas Bazin* src/*: portability fixes.
2004-04-18 Clément StenacMake the SAP parser happier
2004-04-18 Clément Stenac* ALL: Better announce system
2004-04-07 Laurent Aimar * input/input_dec.c: we automaticaly switch to minimiz...
2004-03-11 Laurent Aimar * stream_output: sout_buffer_t -> block_t.
2004-03-10 Laurent Aimar * stream_output.c: delete meta informations after...
2004-03-10 Laurent Aimar * input, stream_output: handle sout_instance_t->p_meta.
2004-03-06 Laurent Aimar * all: implemented sout asynch support. (ie sout will...
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-02-22 Laurent Aimar * all: changed the prototype of sout_InputNew.
2004-01-27 Gildas Bazin* modules/packetizer/mpegvideo.c: fixed major bug where...
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-07 Gildas Bazin* include/stream_output.h, src/stream_output/stream_out...
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-09-07 Laurent Aimar * libvlc: removed some unused options.
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-08-09 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2003-08-01 Laurent Aimar * stream_output.c: fixed a segfault when muxer isn...
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-07-31 Laurent Aimar * stream_output: * some clean and fixed a little memor...
2003-07-31 Clément Stenac* modules/control/joystick.c
2003-07-22 Gildas Bazin* src/stream_output/stream_output.c: fixed segfault...
2003-07-18 Derk-Jan Hartman* add a #include <errno.h>
2003-07-17 Sam Hocevar * Makefile.am: Parse mozilla after . so that the...
next