]> git.sesse.net Git - vlc/history - modules/access_output/udp.c
HTTP and UDP access outputs return byte count
[vlc] / modules / access_output / udp.c
2007-02-15 Rémi Denis-CourmontHTTP and UDP access outputs return byte count
2007-02-15 Rémi Denis-CourmontUndo broken Win32 ifdefs (breaks IPv6 case on decent...
2007-02-12 Damien Fouilleul- udp.c: unix fix
2007-02-12 Damien Fouilleul- win32 replacements for inet_pton/inet_ntop
2007-02-12 Damien Fouilleuludp.c: MakeRandMulticast fix for win32, courmisch to...
2007-02-11 Rémi Denis-CourmontSupport for auto-generated pseudo-random multicast...
2007-02-10 Rémi Denis-CourmontMinor cleanup
2007-02-10 Rémi Denis-CourmontAdd some debug
2007-02-10 Rémi Denis-CourmontExport src/dst addr/port from UDP access output
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-02-10 Rémi Denis-CourmontForce RTP for UDP-Lite, as we have no legacy issue...
2007-02-10 Rémi Denis-CourmontRemove useless define
2007-02-10 Rémi Denis-CourmontBig SAP/announce cleanup
2007-02-05 Rémi Denis-Courmontifdef for old OSes
2007-02-05 Rémi Denis-CourmontUDP-Lite access output
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-03 Sigmund Augdal Helbergaccess_output/udp.c: Don't crash horribly when trying...
2006-10-21 Rémi Denis-CourmontMerge UDP access output with core TTL handling
2006-10-20 Rémi Denis-CourmontUnduplicate TTL strings
2006-10-10 Felix Paul Kühne* forward-port [17020]
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-03-30 Clément StenacAccess strings (Refs:#438)
2006-02-18 Rémi Denis-CourmontRemove unused variable
2006-02-08 Sigmund Augdal Helbergaccess_output/udp.c: Attach the writer thread. Fixes...
2006-02-07 Sigmund Augdal Helbergaccess_output/udp.c: use block_Fifo for the empty block...
2006-01-26 Sigmund Augdal Helbergaccess_output/udp.c: Fixed an old memleak.
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Felix Paul Kühneo.O (refs [13767])
2005-12-15 Felix Paul Kühne* unify the Time-To-Live string and fix its Spanish...
2005-12-05 Rémi Denis-CourmontUse net_ConnectUDP
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-08-02 Rémi Denis-CourmontUse new network modules semantics (closes #283)
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-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-CourmontAnother forgotten file
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-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).