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