]> git.sesse.net Git - vlc/history - modules/misc/rtsp.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / misc / rtsp.c
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)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother bunch of useless test.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Christophe MutricyFix warnings about asprintf() + cosmetics
2007-09-05 Rémi Denis-CourmontFix the exact same remote DoS as in RTSP stream output
2007-09-05 Rémi Denis-Courmont#include order
2007-09-04 Rémi Denis-CourmontFix minor cast mistmatches
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rémi Denis-CourmontCentralize HTTP/RTSP error text
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-09 Christophe MutricyFix warnings.
2007-03-23 Christophe MutricyFix the strings.
2007-03-01 Laurent AimarFixed a small memleak per ES.
2007-02-26 Laurent AimarFixed a deadlock between VLM and httpd. (Issue all...
2007-02-25 Laurent AimarFixed H264 vod (import code from rtp.c, there is a...
2007-01-14 Jean-Paul SamanAdded option to disable session timeout option on RTSP...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-09 Rémi Denis-CourmontReally fix SDP ordering here too (closes #716 again)
2006-09-08 Rémi Denis-CourmontFix SDP line ordering (closes #716)
next