]> git.sesse.net Git - vlc/history - modules/access/udp.c
udp: fix locking (fixes #14234) and cancellation
[vlc] / modules / access / udp.c
2015-03-23 Rémi Denis-Courmontudp: fix locking (fixes #14234) and cancellation
2015-03-19 Rémi Denis-Courmontudp: use the new FIFO functions
2015-03-17 Rémi Denis-Courmontudp: avoid alloc/free on I/O error
2015-02-25 Rémi Denis-Courmontudp: fix potential deadlock at exit
2014-11-14 Rémi Denis-Courmontudp: memory leak
2014-10-01 Ilkka Ollakkaudp: restore original flow without else block
2014-09-30 Ilkka Ollakkaudp: don't realloc in receiving, just set i_buffer
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-08-24 Tzu-Jung Leeudp: pull and buffer received packets in udp access...
2013-04-30 Rémi Denis-Courmontudp: handle error
2013-04-30 Rémi Denis-Courmontudp: remove impossible case
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-02-05 Rafaël CarréMention 2.0.0 instead of 1.2.0
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-08-22 Rémi Denis-CourmontRemove redumdant family parameter to net_OpenDgram()
2011-08-02 Rémi Denis-CourmontRemove server-port and mark it obsolete
2011-08-02 Rémi Denis-CourmontRemove stray #define
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
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
next