]> git.sesse.net Git - vlc/history - modules/misc/rtsp.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / misc / rtsp.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2013-12-02 Rémi Duraffortrtsp: fix memory leaks and factorize (cid #1048938)
2013-08-19 Jean-Baptiste KempfRTSP VoD: mark the old one as legacy
2013-07-13 Rémi DuraffortFix potential double free (cid #1047501 and #1047502))
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-12-17 Rafaël CarréRemove variable name clashes in TAB_REMOVE
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-04-01 Rémi Denis-CourmontRename and remove unused ACL parameter of httpd_UrlNewU...
2011-12-18 Pierre Ynardrtsp: remove now useless handling of full --rtsp-host...
2011-10-04 Pierre Ynardold vod: honour --rtsp-host
2011-10-04 Pierre Ynardold vod: cosmetics
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-Courmonthttpd_ServerIP(): return server port too
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-05-17 Laurent AimarConverted misc/rtsp.c to vlc_clone().
2011-03-07 Pierre Ynardvod_rtsp: fix raw transport without x-playNow header
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-01-25 Pierre Ynardrtsp: support Range header in responses
2010-12-04 Rémi Denis-CourmontRTSP: fix a=range syntax
2010-11-19 Pierre Ynardvod: don't handle pause state toggling in the RTSP...
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-17 Pierre Ynardvod: remove pf_media_{add,del}_es
2010-11-02 Pierre Ynardrtp sout: hard code dynamic payload types to 96
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-06-14 Pierre Ynardvod: fix h264 profile-level-id generation
2010-06-14 Pierre Ynardvod: fix h264 sprop-parameter-sets generation
2010-06-14 Pierre Ynardvod: use memcmp()
2010-06-02 Pierre Ynardvod_rtsp: C99 for loop iterator declarations
2010-06-01 Pierre Ynardvod_rtsp: fix scope of variables
2010-06-01 Pierre Ynardvod_rtsp: cosmetics
2010-05-29 Rémi Denis-CourmontFix Server: HTTP and RTSP header syntax
2010-05-25 Rémi Denis-CourmontVOD: missing "unicast;" in SETUP Transport response...
2010-05-23 Pierre Ynardvod_rtsp: use CLOCK_FREQ
2010-05-23 Pierre Ynardvod: limit dynamic payload type to 127
2010-05-23 Pierre Ynardvod: remove useless lock
2010-05-18 Pierre Ynardvod_rtsp: remove tautology
2010-05-18 Pierre Ynardvod_rtsp: do not unpause stream on PAUSE request
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-01-20 Pierre Ynardvod: remove useless strdup()'s
2010-01-20 Pierre Ynardvod: config_GetPsz -> var_InheritString
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-29 Pierre Ynardvod: switch to core code to generate SDP
2009-12-23 Pierre Ynardvod: removing more unused stuff
2009-12-16 Pierre Ynardvod: cosmetics
2009-12-16 Pierre Ynardvod: remove unused stuff
2009-08-24 Sébastien Escudiervod rtsp : unpause srteam after seeking
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-06-30 Pierre Ynardvod_rtsp: fix segfault if memory allocation fails
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 Sébastien EscudierVLM and VOD deadlock Fix #2339
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-20 Sébastien EscudierFree rtsp commands on close
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 vlc_fourcc_GetCodec when suitable.
2009-02-09 Sébastien EscudierFix a race condition between rtsp and httpd
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-05 Rémi Denis-CourmontClarify code (FALSE CID#244)
2008-10-01 Rémi DuraffortFix memleak (CID 225)
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-13 Rémi Duraffort* Fix potential memleak.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-09 Pierre d'Herbemontrtsp: Include xlocale.h for Mac OS X (at least).
2008-07-09 Rémi Denis-CourmontPartially fix parsing of npt=
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Rémi DuraffortFix memleaks (corner case).
2008-07-03 Rémi Denis-CourmontRTP/MPA: the standard frequency is 90kHz (MPEG PCR...
2008-07-02 Rémi Denis-CourmontSort-of RTSP VOD: accept MP3 as MPEG Audio
2008-07-02 Rémi Denis-CourmontSo-called "RTSP" VOD: advertise the actual audio frequency
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-06 Rémi Denis-CourmontAdd missing unicast parameter in the Transport: response
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
next