]> git.sesse.net Git - vlc/history - modules/access_output/udp.c
Improvements to preferences
[vlc] / modules / access_output / udp.c
2004-12-11 Clément StenacImprovements to preferences
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-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-03-11 Laurent Aimar * access_output: sout_buffer_t -> block_t.
2004-03-06 Laurent Aimar * http, udp: update p_sout->i_out_pace_nocontrol.
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 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-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...
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-08-18 Laurent Aimar * udp: udp-sout-caching is now also accessible by...
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-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-05-24 Sam Hocevar * ./modules/access_output/udp.c: if the clock needs...
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-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-16 Laurent Aimar * udp: forgot this file...
2003-02-16 Laurent Aimar * Less checks on muxer type.
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2002-12-14 Laurent Aimar Added stream output. (common work with titer).