]> git.sesse.net Git - vlc/history - modules/stream_out/rtp.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / rtp.c
2010-07-08 Sébastien Escudierrtp : safety check.
2010-06-14 Pierre Ynardvod: fix memleak
2010-06-14 Pierre Ynardrtp: fix h264 profile-level-id generation
2010-06-13 An L. Berrtp: fix h264 sprop-parameter-sets generation
2010-06-02 Pierre Ynardvod_rtsp: C99 for loop iterator declarations
2010-05-26 Pierre Ynardrtp sout: move ES port number initialization
2010-05-26 Pierre Ynardrtp sout: don't add a=rtcp: in SDP if RTP port is not...
2010-05-25 Pierre Ynardrtp sout: fix reporting of sequence number when using...
2010-05-05 Rémi Denis-Courmontnet_Listen: pass socket type parameter
2010-03-13 Rémi Denis-CourmontRTP output: fix SRTP error path
2010-03-13 Rémi Denis-CourmontRTP output: E/S needs not be a VLC object
2010-03-13 Rémi Denis-CourmontRTP output: avoid vlc_thread_create()
2010-02-20 Rémi Denis-CourmontRTP out: use make_path for SDP file
2010-02-17 Rémi Denis-CourmontMissing initializer
2010-02-17 Rémi Denis-CourmontRTP out: fix race condition in SDP generation from...
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-CourmontRTP out: use clz
2010-01-28 Pierre Ynardrtp sout: fix DCCP socket leak
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-23 Pierre Ynardrtp sout: support IPv6 in SDP for RTSP
2010-01-23 Pierre Ynardrtp sout: factor out some SDP code
2010-01-22 Pierre Ynardrtp sout: fix RTSP track numbering in SDP
2010-01-21 Pierre Ynardrtp sout: fix comment about TTL
2010-01-21 Pierre Ynardrtp sout: config_GetInt -> var_InheritInteger
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-12-29 Pierre Ynardrtp sout: adjust scope of variable
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-11 Pierre Ynardrtp sout: add missing caching option
2009-12-07 Pierre YnardRevert "rtp sout: implement rtptime parameter"
2009-12-07 Rémi Denis-CourmontRTP out: hint the IP stack we won't be receiving anythi...
2009-12-06 Pierre Ynardrtp sout: implement rtptime parameter
2009-11-30 Rémi Denis-CourmontRTP out: convert s16l to s16b on the fly
2009-10-06 Rémi Denis-CourmontRTP out: support build without libvlc_srtp
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-10-05 Rémi Denis-CourmontRTP output: accept COMEDIA connections in a separate...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-20 Pierre d'Herbemontrtp: Remove an unused variable.
2009-07-20 Rémi Denis-CourmontHandle an error
2009-07-20 Rémi Denis-CourmontRemove redumdant boolean
2009-07-20 Rémi Denis-CourmontDo not generate a SDP file if SDP is not yet defined...
2009-07-20 Rémi Denis-CourmontDecode file path in sout-rtp-sdp
2009-06-24 Rémi Denis-CourmontRTP: fix sdp=file:// with mux
2009-06-24 Rémi Denis-CourmontRTP/PS: fix crash at exit
2009-06-10 Rémi Denis-CourmontFail properly for unknown G726 bit rates
2009-06-09 Rémi Denis-CourmontCleanup
2009-06-09 Rémi Denis-CourmontUse CLOCK_FREQ
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 Rémi Denis-CourmontRTP output: fix port allocation in all cases
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarAdded and used VLC_CODEC_MP3 when applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-03-10 Rémi Denis-CourmontWin32 compile fix
2009-03-10 Rémi Denis-CourmontRTP out: improve soft-error handling
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortstream_out_rtp: fix potential memleak (#2447)
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-07 Rémi Denis-CourmontRTP: when sending to RTP an odd port we need to specify...
2009-01-07 Rémi Denis-CourmontRTP: fix the conflicting audio and video port error...
2008-12-09 Vicente Jimenez... Corrected comparison in RTP port selection. While loop...
2008-12-03 Rémi Denis-CourmontRTP sout: pick truly random ISN and SSRC
2008-12-03 Rémi Denis-CourmontRevert debug crap
2008-12-03 Rémi Denis-CourmontRTP sout: use same port as RTP input by default
2008-11-13 Vicente Jimenez... Misspelling DCCP code
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Rémi Denis-CourmontFix crash on RTSP error with TS muxing (CID#179)
2008-10-05 Rémi Denis-Courmontifdef out dead "future" code (CID#148)
2008-09-27 Sebastien EscudierRTP: fix TTL
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-20 Rémi Denis-CourmontRTP out: use a bitmap for dynamic payload book keeping
2008-09-20 Rémi Denis-CourmontRTP: need one more bit for TTL -1 (default) value
2008-09-19 Sebastien Escudierfix rtp default ttl value
2008-09-04 Rafaël Carrértp: g726 packetization
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-27 Rémi Denis-CourmontRTP sout: get rid of block_FifoWake and don't get stuck...
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-13 Rémi DuraffortFix memleak.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
next