]> git.sesse.net Git - vlc/history - modules/misc/rtsp.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / misc / rtsp.c
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)
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-07-12 Jean-Paul SamanRTSP rewind and fastforward support (Scale option)...
2006-05-25 Derk-Jan Hartman* H264 RTP packetization by Vitaly V. Bursov <vitalyvb...
2006-04-30 Derk-Jan Hartman* Fix searching in aggregate mode for the RTSP VoD...
2006-04-27 Jean-Paul SamanFix for VLM commands when 'new test vod mux mp2ts enabl...
2006-04-27 Jean-Paul SamanPlay VOD RTSP from Amino STB with RTSP url: 'rtsp:...
2006-04-14 Clément StenacStrings
2006-03-22 Jean-Paul SamanAdd support for X-Playnow RTSP option
2006-03-22 Clément StenacStrings review in misc/ except dummy and win32text...
2006-03-09 Rémi Denis-CourmontRevert [14683]
2006-03-08 Christophe Mutricyrtsp.c: BeOS fix. variables can't be declared in the...
2006-03-08 Rémi Denis-CourmontDon't use C (de)serialization for float numbers (closes...
2006-03-03 Rémi Denis-CourmontFix error code when server is overloaded
2006-03-01 Derk-Jan Hartman* trackID changes for the VLC rtsp server as suggested...
2006-02-27 Rémi Denis-CourmontSilly me
2006-02-27 Rémi Denis-CourmontCompile fixes
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-26 Jean-Paul SamanRename --rtsp-throtle to --rtsp-throtle-users
2006-02-26 Jean-Paul SamanImplement RTSP VOD connection throtle
2006-02-10 Jean-Paul SamanFix breakage of other RTSP clients
2006-02-10 Jean-Paul SamanUse correct Transport answer
2006-02-10 Sigmund Augdal Helbergmodules/misc/rtsp.c: implement support for raw udp...
2006-02-10 Jean-Paul SamanAlso add support for x-playNow in RtspCallback.
2006-02-10 Jean-Paul SamanRespond to x-playNow option in RTSP SETUP request....
2006-02-04 Jean-Paul Samanfprintf die die
2006-01-12 Antoine CellerierFSF address change.
2005-12-07 Rémi Denis-CourmontAdded a bunch of "const" - should fix warning in VLM...
2005-12-04 Rémi Denis-CourmontDetermine the RTSP control URL host dynamically, as...
2005-12-04 Jean-Paul SamanDo not crash on vlm command: 'new somestring vod enable...
2005-11-09 Felix Paul Kühne* fixed some strings
2005-07-29 Rémi Denis-CourmontFix some memleaks
2005-07-29 Rémi Denis-Courmont- Put correct IP4 owner address
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis-CourmontBind RTSP to all interfaces by default (refs #270)
2005-07-28 Rémi Denis-Courmont- Remove dead multicast code
2005-07-27 Rémi Denis-Courmont- Fix segfault when doing RTSP DESCRIBE (trunk-only...
2005-07-21 Derk-Jan Hartman* Added net_AddressIsMulticast that takes a string...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-29 Gildas Bazin* modules/stream_out/rtp.c, modules/misc/rtsp.c: attemp...
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-06-10 Felix Paul Kühne* fixed some strings
2004-12-19 Gildas Bazin* modules/misc/rtsp.c: fixed support for pause with...
2004-12-16 Clément StenacFix a bug with preferences
2004-12-15 Gildas Bazin* modules/misc/rtsp.c, src/misc/vlm.c: very preliminary...
2004-12-11 Clément StenacImprovements to preferences
2004-10-20 Gildas Bazin* src/misc/vlm.c: added support for the 'mux' option...
2004-09-23 Gildas Bazin* modules/misc/rtsp.c: fixed pause.
2004-09-22 Gildas Bazin* modules/misc/rtsp.c: fixed segfault.
2004-09-22 Gildas Bazin* modules/misc/rtsp.c: misc improvements + respect...
2004-09-20 Gildas Bazin* modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support...
2004-09-16 Gildas Bazin* modules/misc/rtsp.c: getting closer to a basic but...
2004-09-15 Gildas Bazin* modules/stream_out/description.c: new "description...
2004-09-14 Gildas Bazin* src/misc/vlm.c: started "vod server" integration...
2004-09-11 Gildas Bazin* include/vlc_vod.h, modules/misc/rtsp.c: skeleton...