]> git.sesse.net Git - vlc/history - modules/access/udp.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / udp.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rémi Denis-CourmontUse net_SetCSCov
2007-09-05 Rémi Denis-CourmontAlways autodetect MRU
2007-08-31 Rémi Denis-CourmontIncrease MTU too lowest legal MTU when it is really...
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-05 Rémi Denis-CourmontFix server port parsing. Bug reported by Gerrit Benker.
2007-07-19 Rémi Denis-CourmontSame as previous commit
2007-07-19 Rémi Denis-CourmontRemove extra whitespace
2007-04-14 Rémi Denis-CourmontRemove unused variable
2007-03-08 Rémi Denis-CourmontReally fix
2007-03-08 Rémi Denis-CourmontFix ordering of CSRC and RTP profile extension
2007-03-06 Rémi Denis-CourmontFix references
2007-03-05 Rémi Denis-Courmont- Fix obvious crash in TCP/RTP/AVP
2007-03-05 Rémi Denis-Courmont- Clean up RTP parser
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-19 Rémi Denis-CourmontFix use of uninitialized memory with raw UDP
2007-02-14 Rémi Denis-CourmontSingle service DCCP/RTP/AVP input
2007-02-13 Rémi Denis-CourmontMark EOF in case of connection-orinted RTP transport
2007-02-13 Rémi Denis-Courmont0 bytes UDP packet are legal!
2007-02-12 Rémi Denis-CourmontFix previous commit
2007-02-12 Rémi Denis-CourmontSupport for TCP/RTP/AVP (rtptcp://).
2007-02-12 Rémi Denis-CourmontFix out-of-bound read in RTP access
2007-02-10 Rémi Denis-CourmontForce RTP for UDP-Lite, as we have no legacy issue...
2007-02-05 Rémi Denis-CourmontI *can* do it
2007-02-05 Rémi Denis-CourmontFix linking
2007-02-05 Rémi Denis-CourmontFix impossible out-of-bound strcmp
2007-02-05 Rémi Denis-CourmontUDP-Lite access
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-04 Rémi Denis-CourmontFix warning
2006-10-30 Jean-Paul SamanRemove excess empty lines
2006-07-19 Clément StenacSome more demux and access code factorization
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-09 Jean-Paul SamanUpdate e-mail address
2006-01-12 Antoine CellerierFSF address change.
2005-11-20 Marian Durkovicalways go through BlockChoose(), since it assigns the...
2005-11-19 Marian Durkovicdon't perform prebuffering for UDP, since it causes...
2005-11-11 Marian Durkovicforwardport [13195]
2005-10-29 Marian Durkovicremoved i_seqno from block_t ; RTP access now stores...
2005-10-27 Marian Durkovicskip 4 bytes also for RTP payload=32 (MPV) - RFC2250
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-10-18 Jean-Paul SamanRTP reordering fixes.
2005-10-17 Jean-Paul Samanreverted most of revision 12872, it didn't work after all
2005-10-17 Jean-Paul SamanSeveral RTP reordering fixes (Thanks to Marian Durkovic...
2005-10-15 Jean-Paul SamanRTP reordering in module/access/udp.c done by me with...
2005-10-06 Laurent Aimar * input: :demux=module really force module and bypass...
2005-10-06 Laurent Aimar * udp: Patch by Marian Durkovic:
2005-10-06 Laurent Aimar udp: support for RTP"header extension. Patch by Zohar...
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...