]> git.sesse.net Git - vlc/history - modules/demux/live555.cpp
vout_macosx: protect vout_display_SendEvent calls to prevent potential crashes
[vlc] / modules / demux / live555.cpp
2012-12-28 Jean-Baptiste Kempflive555: use calloc
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-14 Daniel PengSome RTSP implementations (Foscam H.264 IP cameras...
2012-03-31 Tobias GüntnerImprove range check.
2012-03-23 Sébastien Escudierlive555 : better error message
2012-03-23 Sébastien Escudierrtsp : display a message if the server forbids the...
2012-03-15 Sébastien Escudiercheck for crazy values in rtsp npt range
2012-03-14 Sébastien Escudiernpt's are double in live555 lib. We were loosing precis...
2012-03-14 Sébastien Escudierrename misleading variable name
2012-03-09 Sébastien Escudierlive555 : fix quicktime audio codec settings.
2012-02-23 Sébastien Escudierlive555 : don't call ES_OUT_SET_ES_STATE with NULL...
2012-01-30 Sébastien Escudierlive555 : fix http retry
2011-12-21 Sébastien Escudierlive555 : fix regression from 31ac20b22fc37bcf78991159b...
2011-12-09 Sébastien Escudierlive555 : close when there is no more track.
2011-12-05 Sébastien Escudierlive555 : enable/disable tracks on the fly
2011-12-05 Sébastien Escudierlive555 : when we switch to TCP, remember it
2011-12-05 Sébastien Escudierlive555 : use TAB_ macro to store the tracks
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-08-28 Jean-Baptiste Kempflive555: remove unused variable
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-07-31 Kaarlo RaihaChange unstandard to nonstandard
2011-06-10 Jean-Baptiste Kempflive555: remove unnecessary header
2011-05-19 Jean-Baptiste Kempflive555: remove unused variables
2011-04-07 Sébastien Escudierlive555 check stream_DemuxNew succeeded
2011-03-21 Sébastien Escudierrtsp-tcp variable needs to be created
2011-03-21 Sébastien Escudierrtsp RollOverTcp : close the stream before deleting...
2011-03-04 Sébastien Escudierlive555 : really toggle tcp in case of unsupported...
2011-02-07 Sébastien Escudierlive555 : check for NULL string in OPTION callback
2011-01-29 Pierre Ynardlive555: fix test to update NPT
2011-01-29 Pierre Ynardlive555: don't use the same event for data and RTSP...
2011-01-22 Rémi Denis-Courmontlive555: add audio/DAT12 and audio/L20 RTP payload...
2011-01-07 Rémi Denis-Courmontlive555: print library version in debug
2011-01-07 Sébastien Escudierlive555 : fix typo
2011-01-06 Rémi Denis-Courmontlive: add audio/L24
2011-01-06 Rémi Denis-Courmontlive: set sampe size for G.711
2011-01-06 Rémi Denis-Courmontlive: use VLC_CODEC_* for L8 and L16
2010-11-19 Rémi Denis-Courmontlive555: remove "sdp" access_demux
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-21 Sébastien Escudierlive555 : remove timeout thread before closing rtsp...
2010-10-07 Sébastien Escudierdon't try http tunneling in case of error 404. Also...
2010-10-07 Sébastien Escudierrtsp, don't timeout if DESCRIBE failed
2010-09-29 Sébastien EscudierUse live555 asynchronous calls.
2010-08-03 Rémi DuraffortFix compiler warnings.
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-07-01 Laurent AimarFixed MPEG2 video decoding used in RTSP.
2010-06-22 Sébastien EscudierFix a crash in live555 demuxer on close.
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-05 Greg FarrellMark rtsp-kasenna as safe
2010-05-29 Rémi Denis-Courmontlive: fix HTTP user agent syntax
2010-05-09 Pierre Ynardlive555: recreate URL only to strip username/password
2010-05-05 Pierre Ynardlive555: fix RTSP URL when it contains no path part
2010-04-28 Laurent AimarFixed MS-RSTP RTP packet parsing.
2010-04-21 Rémi Denis-Courmontlive555: rtsp-caching is needed also for SDP
2010-04-18 Rémi Denis-Courmontlive555: fix use-after-free in TCP rollover on MS-RTSP
2010-04-02 Rafaël Carrélive555: add "pnm" alias as used for Real streams
2010-02-11 Sébastien Escudierlive555 : send the scale again after a pause. It avoids...
2010-01-28 Pierre Ynardlive555: privatize b_error (and remove useless checks)
2010-01-20 Pierre Ynardlive555: remove broken obsolete work-around
2010-01-18 Pierre Ynardlive555: fix typo in comment
2009-12-20 Laurent AimarUpdated live555 to use VLC_TS_INVALID/0.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-28 Pierre Ynardlive555: support for subtitle tracks
2009-09-02 Sébastien Escudierlive555 : delay RTSP PAUSE command while in paused...
2009-09-02 Sébastien Escudierlive555 fix use of uninitialized variable. The b_bool...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-25 Sébastien Escudierlive555 : fix pause and seek behaviour.
2009-08-01 Anthony LoiseauTag some more options as safe
2009-07-24 Jean-Paul Samanlive555: do not trigger "no data received in 10s" case...
2009-07-24 Jean-Paul Samanlive555: handle WMServer as a special case
2009-07-22 Jean-Paul Samanlive555: fix seeking
2009-07-09 Laurent AimarUpdated the length in rtsp on PLAY request only if...
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-22 JP DingerCosmetics in live555: Factor out duplicate code, avoid...
2009-06-22 Rémi DuraffortSplit the test for user/passwd and the test for the...
2009-06-22 Rémi DuraffortFix the previsous commit: if the user or the password...
2009-06-22 Rémi DuraffortThese header files are global and not local.
2009-06-22 Rémi DuraffortCleaning.
2009-06-22 Rémi DuraffortRemove duplicate code.
2009-06-22 Rémi DuraffortFIx a segfault: we need both user and password to be...
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-06-15 Rémi DuraffortUse add_password instead of add_string when applicable.
2009-06-11 Ben Hutchingslive555: Discard truncated DV frames
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
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-24 Ben Hutchingslive555: handle DV over RTSP
2009-05-24 Ben Hutchingslive555: handle buffer resize error cases
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
next