summaryrefslogtreecommitdiffstats
path: root/libmpdemux/realrtsp
Commit message (Expand)AuthorAgeFilesLines
* Fix potential buffer overflow if server answers with too many linesrtognimp2005-04-151-1/+2
* fix security vulnerability reported by iDEFENSEreimar2004-12-151-1/+11
* Fix streaming if not mlti_data (for some non-multirate streams)rtognimp2004-12-111-2/+4
* Fix compilation when LOG is definedrtognimp2004-10-181-1/+1
* EOF detection (fix hanging at end of stream)rtognimp2004-10-182-0/+6
* chunk size fix from Ross Finlayson, ported from xinediego2004-09-081-2/+2
* allow empty assignments, necessary for some weird servers...reimar2004-08-301-0/+7
* small fixesrathann2004-08-281-1/+1
* no redefinition, clashes with OpenBSDalex2004-07-181-0/+2
* 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-252-26/+49
* Some sanity and bound checkingrtognimp2004-04-246-25/+71
* Try Real rtsp, then live.com on every rtsp stream (remove extensionrtognimp2004-04-141-1/+1
* 10l let path behave like before the start/stop patchrtognimp2003-12-191-1/+1
* keyframe detection support by rgselk <rgselknospam@yahoo.com>alex2003-12-081-3/+14
* Real rtsp Range parameter (Start and End) support.rtognimp2003-11-233-2/+67
* many small typo and grammar fixesgabucino2003-10-041-2/+2
* Networking support under MinGW.diego2003-06-113-2/+26
* Warning fixes, patch by Dominik Mierzejewskirtognimp2003-06-011-0/+1
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-292-4/+4
* Fix redirection in real rtsp connections.rtognimp2003-05-282-6/+12
* Accept Helix as a valid Real serverrtognimp2003-05-271-1/+1
* Bigendian fix, with help from Viktor Rosenfeldrtognimp2003-05-171-86/+96
* Removed unneded Cygwin #ifdefs. Tested by Diego Biurrunrtognimp2003-04-204-24/+0
* Fix compilation for *BSD, Mac OS X and maybe others (info by Steven M. Schult...rtognimp2003-04-192-0/+2
* Real rstp:// streaming support, ported from xinertognimp2003-04-1714-0/+4313