log libmpdemux/realrtsp/rtsp.c @ 16299:e09a6a771f37

age author description
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