summaryrefslogtreecommitdiffstats
path: root/libmpdemux/realrtsp/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use ptr when it's NULL. CID 89rtognimp2006-03-191-0/+1
* Fix CSeq answer for keepalive OPTIONS requests during playbackrtognimp2006-02-081-2/+2
* This patch makes real rtsp tell the server to deliver data at specifiedrtognimp2006-01-061-1/+1
* fixrathann2005-12-051-0/+1
* Ignore OPTIONS rtsp command during playback. Fixesrtognimp2005-11-221-1/+2
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-031-1/+1
* fix illegal memory accessesreimar2005-06-221-1/+2
* printf converted to mp_msg; made static many unnecessarily global symbolsnicodvb2005-06-031-27/+27
* ported all network streams to the new APInicodvb2005-05-291-0/+97
* Fix potential buffer overflow if server answers with too many linesrtognimp2005-04-151-1/+2
* Fix compilation when LOG is definedrtognimp2004-10-181-1/+1
* cseq starts from 1 according to the standard, patch by Yoshinori Satoalex2004-06-261-1/+1
* More bounds checking fixes (thnaks to Miguel Freitas)rtognimp2004-04-251-24/+44
* 10l let path behave like before the start/stop patchrtognimp2003-12-191-1/+1
* Real rtsp Range parameter (Start and End) support.rtognimp2003-11-231-0/+31
* many small typo and grammar fixesgabucino2003-10-041-2/+2
* Networking support under MinGW.diego2003-06-111-2/+16
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-291-2/+2
* Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schult...rtognimp2003-04-191-0/+1
* Real rstp:// streaming support, ported from xinertognimp2003-04-171-0/+774