]> git.sesse.net Git - vlc/history - modules/stream_out
modules/gui/macosx/playlist.m: Don't use p_module directly.
[vlc] / modules / stream_out /
2007-12-13 Rémi Denis-CourmontDon't substract twelve twice
2007-12-13 Rémi Denis-CourmontSplit RTP sout further
2007-12-13 Rémi Denis-CourmontForward declare vlc_url_t
2007-11-26 Rémi Denis-CourmontCompile fix
2007-11-23 Jean-Baptiste KempfTypos spotted by Philipp Weissenbacher.
2007-10-30 Pavlov KonstantinSix hundred kiloby... i mean, 32 bytes should be enough...
2007-10-20 Laurent Aimar Added sout_UpdateStatistic and fixed transcode module...
2007-10-20 Felix Paul Kühne* disabled stats updater as internal libvlc headers...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-15 Jean-Paul SamanRemove excess whiteline.
2007-10-04 Rémi Denis-Courmonttranscode: Don't force a default audio bit rate.
2007-10-04 Rémi Denis-CourmontAlso try to obey recommended ptime (20ms) for L16
2007-10-04 Rémi Denis-CourmontTry to make 20ms packets for L8 and G.711
2007-10-04 Rémi Denis-CourmontFactorize rtpmap formatting
2007-10-04 Rémi Denis-CourmontRTP audio stream clock rate is always the sample rate...
2007-10-04 Rémi Denis-CourmontUntested support for streaming G.711 over RTP
2007-09-29 Jean-Paul SamanCheck malloc return value)
2007-09-29 Rémi Denis-CourmontSpecify SSRC in SETUP response
2007-09-27 Rémi Denis-CourmontAlso try to send twice without splice().
2007-09-27 Rémi Denis-CourmontCheck sending error (fixes #134; closes #514)
2007-09-24 Rémi Denis-CourmontRemove never used RTP timestamp_start
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-23 Rémi Denis-CourmontOnly reference the input when we have at least one...
2007-09-22 Rémi Denis-CourmontSpeex RTP payload format output - refs #1291
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
next