]> git.sesse.net Git - vlc/history - modules/access/udp.c
Remove trailing whitespace
[vlc] / modules / access / udp.c
2005-09-29 Jean-Paul SamanRemove trailing whitespace
2005-08-24 Christophe Massiot * modules/access/udp.c: Disabled ts forcing on streamt...
2005-08-08 Jean-Paul SamanTrack RTP sequence numbers and mark the first MPEG2...
2005-08-02 Rémi Denis-CourmontFix typo in previous commit
2005-08-01 Rémi Denis-CourmontDon't reinvent strchr()
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-30 Rémi Denis-CourmontStopSend for UDP access
2005-04-08 Christophe Massiot * modules/access/udp.c : Fixed a segfault.
2005-01-07 Christophe Massiot* modules/access/udp.c: When udp is invoked as 'rtp...
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-11-27 Gildas Bazin* modules/access/udp.c: force proper demuxers in rtp...
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-08-24 Laurent Aimar * udp: unused line.
2004-08-06 Gildas Bazin* modules/access/udp.c: use the "ts" demux when in...
2004-06-06 Laurent Aimar * udp: increase the mtu by *2 instead of 10%.
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-04 Laurent Aimar * udp: activate udp-auto-mtu by default. It increases...
2004-06-04 Laurent Aimar * udp: converted to access2 (using pf_block, so for...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-21 Derk-Jan Hartman* modules/demux/sgimb.c
2004-01-31 Alexis de Lattre * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP...
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2004-01-21 Laurent Aimar * net: added net_OpenUDP
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-11-07 Laurent Aimar * udp: mp3/rtp is now correctly working.
2003-10-23 Jean-Paul SamanReviewed file:
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-08-24 Derk-Jan Hartman* changed debug strings to diff between unsupported...
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-07-23 Jean-Paul SamanWhen recv() returns -1 a bug is triggered inside RTPRea...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/*: grrr... apparently I also need...
2003-03-24 Gildas Bazin* modules/access/*: don't forget to reinitialize the...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-12 Christophe MassiotPatch courtesy of gibalou :
2003-02-07 Marc Aribertiglibc 2.1 port for linupy (linux on a yopy pda)
2003-02-04 Christophe Massiot* modules/access/*: Fixed compilation problems with...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-30 Christophe MassiotAdded RTP shortcuts to udp.c for backwards compatibility.
2002-12-30 Christophe Massiot* modules/access/udp.c: Merged the UDP and RTP plug...
2002-12-16 Gildas Bazin* modules/access/udp.c, modules/access/rtp.c, modules...
2002-12-12 Gildas Bazin* src/input/input_clock.c, include/input_ext-intf.h...
2002-12-11 Laurent Aimar * all: access plugins should not modify
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-08-07 Sam Hocevar * ./modules/demux/mpeg/system.c: added a helper plugi...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...