]> git.sesse.net Git - vlc/history - modules/access_output
backport of [13220] [13191] [13192]
[vlc] / modules / access_output /
2005-10-27 Marian Durkovicfixed huge memory leak affecting #rtp stream output
2005-10-25 Marian Durkovicput --sout-udp-ttl back, needed if streaming several...
2005-10-25 Marian Durkovicget rid of confusing --sout-udp-ttl and unneded warning...
2005-10-11 Laurent Aimar * udp: avoid sending uninitialized memory at the end...
2005-09-14 Christophe Massiot * modules/access_output/udp.c: Check send() return...
2005-09-09 Jon Lech Johansen * Bonjour services discovery module using avahi.
2005-08-28 Derk-Jan Hartman* Update some comments
2005-08-26 Derk-Jan Hartman* added --sout-shout-name to set a stream name
2005-08-24 Derk-Jan Hartman* sync up the outgoing shoutcast stream.
2005-08-23 Sam Hocevar * modules/access_output/shout.c: Shoutcast output...
2005-08-02 Rémi Denis-CourmontUse new network modules semantics (closes #283)
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-30 Rémi Denis-CourmontShutdown UDP socket for receival - hopefully closes...
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-06-10 Christophe Massiot * include/vlc_threads.h: Priority level VLC_THREAD_PRI...
2005-06-07 Christophe Massiot * modules/access_output/udp.c: More verbosity when...
2005-06-03 Christophe Massiot * modules/access_output/udp.c: Do not use malloc(...
2005-05-22 Rémi Denis-CourmontSupport for re-using the same TLS/SSL httpd hosts for...
2005-05-22 Rémi Denis-CourmontAnother forgotten file
2005-05-10 Rémi Denis-CourmontSupport for large files in stream output
2005-01-13 Christophe Massiot* modules/access_out/udp.c: Issue a warning when two...
2005-01-07 Christophe Massiot* modules/access_output/udp.c: When using --udp-group...
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-11-15 Benjamin Prachtdon't forget to add options to *ppsz_sout_options...
2004-11-13 Clément StenacMerge string fixes
2004-11-06 Rémi Denis-CourmontHTTP/SSL stream output
2004-09-22 Gildas Bazin* modules/access_output/udp.c: if a packet is bigger...
2004-07-22 Derk-Jan Hartman* frenglish paquets -> packets
2004-07-10 Laurent Aimar * all: sout_ParseCfg -> sout_CfgParse.
2004-07-07 Laurent Aimar * http: added a mime option.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-27 Christophe MassiotReview of sout help strings
2004-04-25 Clément StenacAdd option descriptions
2004-04-24 Laurent Aimar * all: use sout_ParseCfg.
2004-04-07 Gildas Bazin* modules/access_out/file.c: added "stream" shortcut...
2004-03-11 Laurent Aimar * access_output: sout_buffer_t -> block_t.
2004-03-09 Gildas Bazin* include/vlc_common.h: free tab if empty in TAB_REMOVE().
2004-03-06 Laurent Aimar * http, udp: update p_sout->i_out_pace_nocontrol.
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-05 Laurent Aimar * udp: added a 'late' option in milli-second.
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * http: ported to new httpd.
2004-03-03 Christophe Massiot* modules/access_output/udp.c: New group= option, used...
2004-03-01 Gildas Bazin* include/vlc_threads.h:
2004-02-20 Christophe Massiot* modules/access_output/udp.c: do not send out packets...
2004-02-03 Laurent Aimar * http: Err -> Warn for Seek.
2004-01-25 Gildas Bazin* ALL: removed useless add_category_hint().
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2004-01-15 Gildas Bazin* modules/access_output/http.c: fixed small mem leak...
2003-12-06 Jean-Paul SamanFixed compiler waring about signed - unsigned comparisi...
2003-12-04 Gildas Bazin* toolbox: use the "Output_Dir" property when generatin...
2003-11-17 Christophe Massiot* modules/access_output/udp.c: more debug
2003-11-07 Christophe Massiot* src/misc/threads.c: Implementation of real-time prior...
2003-11-01 Laurent Aimar * udp: added a new option: raw, to use it udp{raw...
2003-09-07 Laurent Aimar * file: added an append option. (The default is to...
2003-08-25 Laurent Aimar * http: added alias "mmsh" to output as mmsh (work...
2003-08-24 Laurent Aimar * http: added wma/wmv mime type.
2003-08-18 Laurent Aimar * udp: udp-sout-caching is now also accessible by...
2003-08-03 Benjamin Pracht* modules/access_out/http.c :
2003-08-01 Laurent Aimar * udp: clean up.
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-07-31 Benjamin Pracht* modules/access_out/http.c
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-21 Gildas Bazin* modules/access_output/file.c: make the output file...
2003-06-19 Gildas Bazin* modules/access_output/udp.c: removed unnecessary...
2003-06-19 Gildas Bazin* modules/access_output/udp.c: implemented a caching...
2003-06-12 Gildas Bazin* modules/access_output/file.c: win32 compilation fix.
2003-06-11 Gildas Bazin* modules/access_output/file.c: use open() instead...
2003-05-24 Sam Hocevar * ./modules/access_output/udp.c: if the clock needs...
2003-04-29 Laurent Aimar * file: use - to write on stdout. (but you can only...
2003-04-01 Christophe Massiot* Bumped up revision number to 0.5.3-test2
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-03-06 Laurent Aimar * http: lalala, forgot one line :)
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-25 Laurent Aimar * stream_output.* : added a flags variable to sout_buf...
2003-02-23 Laurent Aimar * all : declaration of http and httpd.
2003-02-23 Laurent Aimar * modules/access_output/http : http output.
2003-02-16 Laurent Aimar * udp: forgot this file...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-02-16 Laurent Aimar * Less checks on muxer type.
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-08 Laurent Aimar * file.c: removed an useless debug message.
2002-12-14 Laurent Aimar Added stream output. (common work with titer).