]> git.sesse.net Git - vlc/history - modules/access/udp.c
access_udp: remove obsolete shortcuts.
[vlc] / modules / access / udp.c
2010-08-17 Rémi Duraffortaccess_udp: remove obsolete shortcuts.
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 JP DingerA couple more obvious missing (int64_t) cast fixes.
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-05 Laurent AimarDo not ask stream layer to buffer data in UDP.
2008-08-26 Rémi Denis-CourmontNo need to set i_buffer twice
2008-06-07 Rémi Denis-CourmontUDP: remove old RTP code
2008-06-07 Rémi Denis-CourmontRemove some dead code
2008-06-07 Rémi Denis-CourmontUDP: remove unneeded DCCP support
2008-06-04 Rémi Denis-Courmontaccess_udp: remove UDP-Lite support
2008-06-04 Rémi Denis-CourmontDo not use the old UDP access for RTP/AVP
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-09 Rafaël CarréDo not leak psz_demux
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-02 Rémi Denis-CourmontSet the DCCP service code properly.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-21 Rémi Denis-Courmont - Fix error handling
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-27 Rémi Denis-CourmontDetect EOF for datagram connection
2007-09-19 Rémi Denis-CourmontFix RTP prebufferring regression
2007-09-17 Rémi Denis-CourmontAttempt to fix today's RTP access changes
2007-09-17 Rémi Denis-CourmontIgnore muxed RTCP packets for AVP profile
2007-09-17 Rémi Denis-Courmont- Restore RTP pre-buffering broken in previous commit.
2007-09-17 Rémi Denis-CourmontDo not use BlockChoose when the access is explicitly...
2007-09-17 Rémi Denis-CourmontRemove useless #define
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...
next