]> git.sesse.net Git - vlc/history - modules/stream_out/rtsp.c
Fix memleaks (corner case).
[vlc] / modules / stream_out / rtsp.c
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.