]> git.sesse.net Git - vlc/history - src/stream_output
* backport of [11356]
[vlc] / src / stream_output /
2005-06-03 Rémi Denis-CourmontFix declation of sout_AnnounceSessionCreate
2005-06-01 Rémi Denis-CourmontPartial fix for sending IPv6 SAP announces
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...
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
2003-05-19 Gildas Bazin* src/stream_output/stream_output.c, modules/stream_out...
2003-04-29 Laurent Aimar * stream_output.c: some sanity checks and bypass defau...
2003-04-29 Laurent Aimar * stream_output.c: fix segfault when not specifying...
2003-04-18 Laurent Aimar * stream_output.c: add a vlc_mutex_lock/unlock ...
2003-04-16 Laurent Aimar * modules/packetizer/mpegvideo.c : cut after a complet...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-17 Laurent Aimar * all: fixed some stupid bugs.
2003-03-15 Laurent Aimar * sout: fix a stupid bug making avi muxer segfaulting.
2003-03-12 Sam Hocevar * ./src/stream_output/stream_output.c: Win32 compilat...
2003-03-11 Laurent Aimar * removed strdupa.
2003-03-11 Sam Hocevar * ./src/stream_output/stream_output.c: fixed a minor...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-02-25 Laurent Aimar * stream_output.* : added a flags variable to sout_buf...
2003-02-24 Laurent Aimar * stream_output.c : added a sanity check.
2003-02-24 Laurent Aimar * stream_output.c : fixed compilation.
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-17 Laurent Aimar * all: use p_vlc->pf_memcpy instead of memcpy on big...
2003-01-14 Laurent Aimar * stream_output.c: fix a bug with "null" stream.
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-08 Sam Hocevar * ./src/stream_output/stream_output.c: minor fix...
2003-01-08 Laurent Aimar * all: added a new function (sout_BufferChain) and...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).
2002-11-11 Sam Hocevar * ./include/*, ./src/*: separated WIN32 #tests and...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-09-30 Sam Hocevar * src/*: another bunch of .cvsignore files.
2002-08-14 Olivier Teulière * compilation fix (by sam)
2002-08-12 Christophe Massiot* Fixed miscellaneous bugs.
2002-08-12 Christophe Massiot* Fixed a variable overflow bug in the audio output.