]> git.sesse.net Git - vlc/history - modules/stream_out/standard.c
Improvements to preferences
[vlc] / modules / stream_out / standard.c
2004-12-11 Clément StenacImprovements to preferences
2004-11-06 Yoann Peronneau* Added group announcing support
2004-09-10 Gildas Bazin* modules/stream_out/standard.c: compilation fix.
2004-08-29 Clément StenacFix memleaks
2004-07-10 Laurent Aimar * all: cosmetics.
2004-06-06 Laurent Aimar * standard: fixed a segfault.
2004-05-13 Gildas Bazin* modules/stream_out/standard.c: fixed a few small...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-24 Clément StenacCompilation fix and give option descriptions
2004-04-24 Gildas Bazin* modules/stream_out/*: attempt at adding descriptions...
2004-04-24 Laurent Aimar * standard: created sap/slp(boolean) sap-name/slp...
2004-04-24 Laurent Aimar * all: use sout_ParseCfg. But "standard" can't use...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-04-17 Benjamin Pracht* Little cleanup of sap announces :
2004-03-11 Laurent Aimar * stream_out: sout_buffer_t -> block_t.
2004-01-25 Gildas Bazin* modules/stream_out/*: coding style changes + strings...
2004-01-15 Gildas Bazin* src/input/input.c: fixed memleaks.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-09-13 Laurent Aimar * standard : added .ts and .ps
2003-08-29 Laurent Aimar * asf: you can now add 'title', 'author', 'copyright...
2003-08-28 Laurent Aimar * standard :
2003-08-14 Clément Stenac* all: as announce calls non-standard functions (SLP...
2003-08-13 Gildas Bazin* modules/stream_out/standard.c: fixed segfault on...
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-07 Gildas Bazin* modules/gui/wxwindows/streamout.cpp: added vorbis...
2003-07-05 Clément Stenac* sap.c: Improved IPv6 multicast detection
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-26 Clément Stenac* The VLC-integrated SAP server now sends compliant...
2003-05-20 Clément StenacAll: Support for SAP advertising in stream output
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...