log libmpdemux/realrtsp/rtsp.c @ 18795:4e089f3ebde1

age author description
Fri, 23 Jun 2006 20:18:48 +0000 ben removed some includes that are now useless
Fri, 23 Jun 2006 20:17:12 +0000 ben new RTSP demuxer dedicated file, based on old code from realrtsp one but intended to be much more generic
Wed, 21 Jun 2006 17:50:50 +0000 ben cosmetic changes (defines will be used later in other parts of the code)
Wed, 21 Jun 2006 17:39:27 +0000 ben better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)
Sun, 19 Mar 2006 16:02:03 +0000 rtognimp Do not use ptr when it's NULL. CID 89
Wed, 08 Feb 2006 23:44:44 +0000 rtognimp Fix CSeq answer for keepalive OPTIONS requests during playback
Fri, 06 Jan 2006 14:39:10 +0000 rtognimp This patch makes real rtsp tell the server to deliver data at specified
Mon, 05 Dec 2005 01:27:32 +0000 rathann fix
Tue, 22 Nov 2005 19:24:09 +0000 rtognimp Ignore OPTIONS rtsp command during playback. Fixes
Sat, 03 Sep 2005 10:58:52 +0000 faust3 replace sleep with usec_sleep, required for recent mingw versions, patch by Robert Swain <robert.swain at gmail.com>
Wed, 22 Jun 2005 11:58:56 +0000 reimar fix illegal memory accesses
Fri, 03 Jun 2005 15:33:26 +0000 nicodvb printf converted to mp_msg; made static many unnecessarily global symbols
Sun, 29 May 2005 12:54:00 +0000 nicodvb ported all network streams to the new API
Fri, 15 Apr 2005 23:30:44 +0000 rtognimp Fix potential buffer overflow if server answers with too many lines
Mon, 18 Oct 2004 20:08:44 +0000 rtognimp Fix compilation when LOG is defined
Sat, 26 Jun 2004 10:38:26 +0000 alex cseq starts from 1 according to the standard, patch by Yoshinori Sato
Sun, 25 Apr 2004 00:17:23 +0000 rtognimp More bounds checking fixes (thnaks to Miguel Freitas)
Fri, 19 Dec 2003 22:49:29 +0000 rtognimp 10l let path behave like before the start/stop patch
Sun, 23 Nov 2003 13:35:55 +0000 rtognimp Real rtsp Range parameter (Start and End) support.
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Wed, 11 Jun 2003 16:48:09 +0000 diego Networking support under MinGW.
Thu, 29 May 2003 19:36:58 +0000 alex Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de>
Sat, 19 Apr 2003 14:54:03 +0000 rtognimp Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schultz and Dan Christiansen)
Thu, 17 Apr 2003 20:39:41 +0000 rtognimp Real rstp:// streaming support, ported from xine