]> git.sesse.net Git - vlc/history - modules/stream_out
Prefer setenv to putenv (evenmore with local variables).
[vlc] / modules / stream_out /
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
2007-08-17 Rémi Denis-CourmontRequest that sender send no RTCP RR.
2007-08-16 Rémi Denis-CourmontSync with bridge changes in other plugins
2007-08-16 Rémi Denis-CourmontMade mosaic shared struct per-instance rather than...
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-08-04 Rémi Denis-CourmontMove code out of module descriptor.
2007-07-25 Antoine CellerierRevert part of the previous commit which was wrong...
2007-07-24 Antoine CellerierFix a memleak when the resize function isn't used ...
2007-06-18 Jean-Paul SamanProperly cleanup afilters and vfilters on Close()....
2007-06-05 Laurent AimarFixed uninitialized field (aout_buffer_t.b_discontinuity).
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Rémi Denis-CourmontForgot this file
2007-05-01 Rémi Denis-CourmontFix some memleaks
2007-04-26 Jean-Paul SamanSmall codingstyle cleanup
2007-04-16 Antoine CellerierTranscode: We want to be strict when calling module_Nee...
2007-04-15 Antoine Cellerier * mosaic_bridge.c: - Add "vfilters" option to apply...
2007-04-15 Antoine CellerierRemove trailing spaces.
2007-04-15 Antoine CellerierComment fix.
2007-04-09 Christophe Mutricyvlc_b64_decode_binary() is in vlc_strings.h
2007-04-09 Rémi Denis-CourmontSDP: fix ordering of b= and a=
2007-04-09 Rémi Denis-CourmontDo not insert TTL in c= line for IPv6 - this was invalid
2007-04-07 Antoine CellerierMosaic bridge: Allow runtime changes of the height...
2007-04-04 Antoine CellerierAdd callback to change mosaic mask at runtime.
2007-04-04 Antoine CellerierRemove mask picture_t leak.
2007-04-04 Antoine CellerierAdd new "mask" option to the mosaic_bridge module....
2007-04-02 Antoine CellerierUse I420 image buffers instead of YUVA for mosaic bridg...
2007-03-23 Christophe MutricyFix the strings.
2007-03-02 Laurent AimarReally fixed 'gather' segfault.
2007-03-01 Laurent AimarFixed a small memleak.
2007-03-01 Laurent AimarFixed a small memleak.
2007-02-28 Jean-Paul SamanPatch by xxcv: Don't change fmt_last.audio.i_rate when...
2007-02-27 Laurent AimarDo not force a default TTL value (the value 1 will...
2007-02-27 Rémi Denis-CourmontIP6 "MUST NOT" have a TTL.
2007-02-27 Laurent AimarRemoved debug left over.
next