]> git.sesse.net Git - vlc/history - modules/stream_out/rtsp.c
aout: add wait parameter to aout_DecFlush()
[vlc] / modules / stream_out / rtsp.c
2014-04-22 Rémi Denis-Courmontsout/rtsp: dead code
2014-02-15 Rafaël Carrés/sout_stream_id_t/sout_stream_id_sys_t/
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-04-01 Rémi Denis-CourmontRename and remove unused ACL parameter of httpd_UrlNewU...
2012-01-14 Pierre YnardVoD: fix deadlock between RTSP and VLM
2011-10-16 Pierre Ynardrtsp: fix authentication variables
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-04 Pierre Ynardrtsp: Basic authentication
2011-09-28 Rémi Denis-CourmontRTP: pass path rather than URL to RtspSetup()
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-Courmonthttpd_ServerIP(): return server port too
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-03-14 Pierre Ynardrtsp: fix crash with VoD when all tracks are not set up
2011-03-14 Pierre Ynardrtsp: fix for loop
2011-01-25 Pierre Ynardrtsp: support Range header in responses
2010-12-23 Pierre Ynardrtsp: check Range validity before starting to process...
2010-12-17 Pierre Ynardrtsp: return an error when the client tries to seek...
2010-12-17 Pierre Ynardrtsp: pass proper PLAY requests to VoD
2010-12-17 Pierre Ynardrtsp: small simplification
2010-12-17 Pierre Ynardvod: playing/seeking improvement
2010-12-17 Pierre Ynardrtsp: don't forget to set ssrc
2010-12-17 Pierre Ynardvod: support for adding tracks after start-up
2010-12-15 Pierre Ynardrtsp: track muting support
2010-12-14 Pierre Ynardrtsp: clean up multicast parameters
2010-12-12 Pierre Ynardrtsp: clean up useless stuff
2010-12-12 Pierre Ynardrtsp: clean up RTP-Info generation
2010-12-12 Pierre Ynardrtsp: handle SETUP requests on already set up tracks
2010-11-27 Pierre Ynardrtsp: implement session timeouts
2010-11-19 Pierre Ynardvod: don't handle pause state toggling in the RTSP...
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module
2010-11-01 Pierre Ynardrtp sout: simplify
2010-10-24 Pierre Ynardrtsp: fix socket leak
2010-05-29 Rémi Denis-CourmontFix Server: HTTP and RTSP header syntax
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-01-28 Pierre Ynardrtp sout: fix another race condition in RTSP
2010-01-27 Pierre Ynardrtp sout: fix race condition in RTSP
2010-01-27 Pierre Ynardrtp sout: fix socket leak
2010-01-22 Pierre Ynardrtp sout: use the URL helper everywhere
2010-01-22 Pierre Ynardrtp sout: fix RTSP track numbering in SDP
2010-01-22 Pierre Ynardrtp sout: fix duplicate slashes in RTSP URLs
2009-12-20 Pierre Ynardrtp sout: safer numbering of RTSP tracks
2009-12-19 Pierre Ynardrtp sout: implement rtptime parameter
2009-12-12 Pierre Ynardrtp sout: ensure seq value in rtsp is accurate
2009-12-07 Pierre YnardRevert "rtp sout: implement rtptime parameter"
2009-12-07 Rémi Denis-CourmontRTP out: hint the IP stack we won't be receiving anythi...
2009-12-06 Pierre Ynardrtp sout: implement rtptime parameter
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Pierre Ynardrtsp: fix RTP-Info header syntax
2008-07-03 Rémi DuraffortFix memleaks (corner case).
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-07 Rémi Denis-CourmontFix Range handling
2008-05-07 Rémi Denis-CourmontAdd RTSP Date:
2008-05-07 Rémi Denis-CourmontRTSP: output proper Range: header
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Jean-Paul SamanMake comment a bit more descriptive.
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-10 Rafaël CarréFix RTSP server
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-29 Rémi Denis-CourmontSpecify SSRC in SETUP response
2007-09-24 Rémi Denis-CourmontBasic support for RTP-Info
2007-09-24 Rémi Denis-CourmontComplain if the protocol is not RTSP
2007-09-24 Rémi Denis-CourmontWe only support RTSP one point ZERO. Do not claim other...
2007-09-24 Rémi Denis-CourmontFactor out RTSP control URL writing so it can be re...
2007-09-21 Rémi Denis-CourmontAdd --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
2007-09-17 Rémi Denis-CourmontHandle RTSP URLs that ends with a single slash properly
2007-09-11 Rémi Denis-CourmontRemove extraneous \n
2007-09-07 Rémi Denis-CourmontUse plain sockets rather than the UDP access output...
2007-09-01 Rémi Denis-CourmontFix segmentation fault
2007-09-01 Rémi Denis-CourmontRemove old unused code
2007-09-01 Rémi Denis-CourmontFactorize aggregate and non-aggregate RTSP code paths
2007-09-01 Rémi Denis-CourmontCosmetics
2007-09-01 Rémi Denis-CourmontImprove randomness of RTSP session ID.
2007-08-31 Rémi Denis-CourmontImplement dummy RTSP GET_PARAMETER so that clients...
2007-08-31 Rémi Denis-CourmontFix RTSP Content-Base header and SDP session control...
2007-08-30 Rémi Denis-CourmontFix a bunch of bugs I added, and simplify some stuff
2007-08-26 Rémi Denis-CourmontImplement the Timestamp header
2007-08-26 Rémi Denis-Courmont- refuse to act if Range is specified since we cannot...
2007-08-24 Rémi Denis-CourmontReally[1] implement non-aggregate PLAY
2007-08-24 Rémi Denis-CourmontUse a single table with a single index for tracks for...
2007-08-24 Rémi Denis-CourmontImplement non-aggregate TEARDOWN
2007-08-24 Rémi Denis-CourmontDon't return negative session number
2007-08-24 Rémi Denis-CourmontIsolate RTSP from the rest of RTP
2007-08-23 Rémi Denis-CourmontHide sout ID from RTSP code
2007-08-23 Rémi Denis-CourmontMore boundary cleanup
2007-08-23 Rémi Denis-CourmontCleanup RTP / RTSP boundary a little
2007-08-23 Rémi Denis-CourmontFix previous commit
2007-08-23 Rémi Denis-Courmont- Loosen dependency of RTSP code on stream ID
2007-08-23 Rémi Denis-CourmontFix struct duplication
2007-08-23 Rémi Denis-CourmontRemove useless #include
2007-08-23 Rémi Denis-CourmontSplit RTP sout into multiple pieces.