]> git.sesse.net Git - vlc/history - modules/stream_out
Fix TLS session cleanup
[vlc] / modules / stream_out /
2007-09-21 Rémi Denis-CourmontComment out the dccp-service-code stuff since we do...
2007-09-21 Rémi Denis-CourmontAdd --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-20 Rémi Denis-CourmontAnother Win32 problem
2007-09-20 Rémi Denis-CourmontFix typo
2007-09-19 Rémi Denis-CourmontRTCP: support for RTP/RTCP multiplexed on the same...
2007-09-19 Rémi Denis-CourmontRemove unused variables
2007-09-19 Rémi Denis-CourmontPartial support for RTP over connection-oriented media
2007-09-18 Jean-Paul SamanLast bit of cleanup in transcode_osd_new()
2007-09-18 Jean-Paul SamanSimplify handling of osdmenu streaming
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-18 Jean-Paul SamanCheck malloc returns value
2007-09-17 Rémi Denis-CourmontHandle RTSP URLs that ends with a single slash properly
2007-09-17 Rémi Denis-CourmontDo not compute values that are never used (anymore)
2007-09-16 Rémi Denis-CourmontForce the sending threads to wakeup at exit - closes...
2007-09-15 Rémi Denis-CourmontAnnounce API simplification
2007-09-15 Rémi Denis-Courmontstream_out_std: use new SDP API too
2007-09-15 Rémi Denis-CourmontRework SDP API a little
2007-09-14 Rémi Denis-Courmont- Add aggregate control URL
2007-09-12 Rémi Denis-CourmontAs yet untested T.140 RTP packetization
2007-09-12 Rémi Denis-CourmontSimplify
2007-09-11 Rémi Denis-CourmontGeneric support for text streams in RTP.
2007-09-11 Rémi Denis-CourmontKill FIXME
2007-09-11 Rémi Denis-CourmontFix SDP generation with non-RTP mux
2007-09-11 Rémi Denis-CourmontOups: s/getsockname/getpeername/
2007-09-11 Rémi Denis-CourmontUse the SDP helpers
2007-09-11 Rémi Denis-CourmontRemove extraneous \n
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Rémi Denis-CourmontSupport for UDP-Lite (with full checksum coverage only...
2007-09-09 Rémi Denis-CourmontWe only support "rtsp"; do not pretend to support rtspu...
2007-09-09 Rémi Denis-Courmontstream_out_rtp: Linux splice() support
2007-09-08 Rémi Denis-CourmontRTCP SR is back
2007-09-08 Rémi Denis-CourmontBring back the lightweight RTCP sender
2007-09-08 Rémi Denis-CourmontMake room for RTCP support
2007-09-08 Rémi Denis-CourmontBring back the clock thread for RTP output.
2007-09-08 Ilkka OllakkaQT 7.2 seems to handle PPS/SPS ok, so send them too.
2007-09-08 Rémi Denis-CourmontFix warnings
2007-09-08 Rémi Denis-CourmontCode factorization
2007-09-08 Rémi Denis-CourmontCosmetics
2007-09-07 Rémi Denis-CourmontSend data the same way for the explicit #rtp destination
2007-09-07 Rémi Denis-CourmontUse plain sockets rather than the UDP access output...
2007-09-07 Rémi Denis-Courmontseparate grabber creation
2007-09-07 Rémi Denis-Courmont#include order
2007-09-04 Rémi Denis-CourmontFix some cast warnings
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-09-01 Rémi Denis-CourmontDSO friendliness
2007-09-01 Rémi Denis-CourmontAnother set of useless if statements
2007-09-01 Rémi Denis-Courmont- do not check "always true" case
2007-09-01 Rémi Denis-CourmontRemove unsupported profiles
2007-09-01 Rémi Denis-CourmontDo not implicitly encourage raw TS over UDP-Lite, DCCP...
2007-09-01 Rémi Denis-CourmontFix RTP/TS sequence number regression
2007-09-01 Rémi Denis-CourmontFix undefined variable use
2007-08-31 Rémi Denis-CourmontImplement dummy RTSP GET_PARAMETER so that clients...
2007-08-31 Rémi Denis-CourmontAnother round of MTU fixes (review welcome)
2007-08-31 Rémi Denis-CourmontAdd a const
2007-08-31 Rémi Denis-CourmontUse common RTP header formatting for RTP/TS
2007-08-31 Rémi Denis-CourmontSame as previous commit
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-30 Rémi Denis-CourmontFactorize some code from RTP packetization for RTP...
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-CourmontAdvertise port 0 in SDP when not streaming to a fixed...
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-24 Rémi Denis-CourmontFix strcasestr warning
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-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.
2007-08-22 Rémi Denis-CourmontDo not send scope ID over the wire
2007-08-22 Rémi Denis-CourmontFix Require header support
2007-08-22 Rémi Denis-CourmontFix RTSP Transport mode handling
2007-08-22 Rémi Denis-CourmontRemove duplicate check
2007-08-22 Rémi Denis-CourmontVarious RTSP conformance fixes:
2007-08-22 Rémi Denis-CourmontBunch of conformance fixes:
2007-08-21 Rémi Denis-CourmontFix previous commit
2007-08-21 Rémi Denis-Courmont- Do not parse CSeq; do not assume it fits in an integer
2007-08-21 Rémi Denis-CourmontCentralize HTTP/RTSP error text
2007-08-21 Rémi Denis-CourmontFix remote DoS against the RTSP server when Transport...
2007-08-21 Rémi Denis-CourmontUse memcmp()
2007-08-21 Rémi Denis-CourmontUse session-wide RTCP RR bandwidth. Fix overflow
2007-08-21 Rémi Denis-CourmontCosmetic
2007-08-20 Rémi Denis-Courmont- Fix TTL in SDP
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Rémi Denis-CourmontEnable RTCP SR from the RTP sout
next