]> git.sesse.net Git - vlc/history - src/stream_output
* include/vlc_es.h: s/es_format_Free/es_format_Clean.
[vlc] / src / stream_output /
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.