]> git.sesse.net Git - vlc/history - modules/demux/live555.cpp
Use live555 asynchronous calls.
[vlc] / modules / demux / live555.cpp
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
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-18 JP DingerCosmetics.
2009-05-18 JP DingerRemove an extra base64 decode implementation and use...
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-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 vlc_fourcc_GetCodec when suitable.
2009-05-05 Jean-Paul Samanlive555: Mark --rtsp-{http,mcast} as safe.
2009-05-05 Jean-Paul Samanlive555: Mark --rtsp-tcp as safe.
2009-05-05 Jean-Paul Samanlive555: Fix #2676 show proper time when pausing iso...
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-20 Laurent AimarEnabled again timeout for win32 in live555.
2009-04-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-15 Laurent AimarDisable timeout usage under WIN32 with live555.
2009-04-15 Laurent AimarFixed TCP rollover.
2009-03-07 Rémi Denis-CourmontUse dialog_Login
2009-02-02 Jean-Paul Samanlive555: unbreak windows RTSP servers (introduced in...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Steven KramerUse Live555 'double authorization' for RTSP-over-HTTP
2009-01-23 Dominique Leuenbergerlive555: fix compiler warnings re: unused variables.
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-11-22 Christophe MutricyFix memleak
2008-11-20 Laurent AimarFix rate slower/faster in rewind mode.
2008-11-20 Jean-Paul Saman(live555) RTSP fastforward works from Qt4 interface.
2008-11-10 Sebastien Escudierlive555.cpp typo
2008-11-01 Rolf AhrenbergRTSP authentication with DSS
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-22 Rémi Denis-CourmontCosmetic fixes
2008-10-22 Sebastien EscudierUse live555 timeout option and reduce waiting time
2008-10-15 Sebastien Escudierlive555 timeout prevention thread fixes
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-09-09 Derk-Jan Hartmanlive555: fix a potential crash introduced by [169ecd7a1...
2008-09-08 Rémi Denis-CourmontFix crash when thread creation fails, fix msleep usage.
2008-09-08 Rémi Denis-Courmontlive555: remove useless vlc_thread_ready from timeout...
2008-09-08 Derk-Jan Hartmanlive555: check for support of GET_PARAMETER
2008-09-01 Rafaël Carrélive555: use floats for i_npt as well, remove useless...
2008-09-01 Rafaël Carrélive555: keep the npt clock unit: floats representing...
next