]> git.sesse.net Git - vlc/history - modules/misc/rtsp.c
Strings
[vlc] / modules / misc / rtsp.c
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...