]> git.sesse.net Git - vlc/history - modules/stream_out/rtp.h
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / rtp.h
2010-02-17 Rémi Denis-CourmontRTP out: fix race condition in SDP generation from...
2010-01-22 Pierre Ynardrtp sout: fix RTSP track numbering in SDP
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-06 Pierre Ynardrtp sout: implement rtptime parameter
2009-11-30 Rémi Denis-CourmontRTP out: convert s16l to s16b on the fly
2008-09-04 Rafaël Carrértp: g726 packetization
2008-06-11 Rémi Denis-CourmontRemove useless stream parameter
2008-06-11 Rémi Denis-CourmontRTP sout: rework sample-based audio codecs to not excee...
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-03-02 Pierre d'HerbemontMore Id and permission fixes.
2007-12-13 Rémi Denis-CourmontSplit RTP sout further
2007-09-29 Rémi Denis-CourmontSpecify SSRC in SETUP response
2007-09-24 Rémi Denis-CourmontBasic support for RTP-Info
2007-09-21 Rémi Denis-CourmontAdd --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
2007-09-19 Rémi Denis-CourmontRTCP: support for RTP/RTCP multiplexed on the same...
2007-09-08 Rémi Denis-CourmontRTCP SR is back
2007-09-08 Rémi Denis-CourmontBring back the lightweight RTCP sender
2007-09-07 Rémi Denis-CourmontUse plain sockets rather than the UDP access output...
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-CourmontRemove per-ID destination since it is not actually...
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-Courmont- Loosen dependency of RTSP code on stream ID
2007-08-23 Rémi Denis-CourmontFix struct duplication
2007-08-23 Rémi Denis-CourmontSplit RTP sout into multiple pieces.