summaryrefslogtreecommitdiffstats
path: root/libmpdemux/realrtsp
Commit message (Expand)AuthorAgeFilesLines
* xor_table can't be NULL, remove useless checkrtogni2006-07-301-4/+1
* The real hash function is just a md5, replace with lavu codertogni2006-07-301-262/+6
* Assume that missing streamcount means one stream, and missing mimetype rtogni2006-07-141-3/+42
* removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,...reynaldo2006-07-142-8/+8
* more sizeof(char) funreynaldo2006-07-133-10/+10
* moved generic rtsp related files from realrtsp to librtspben2006-06-237-1215/+3
* remove some never called codeben2006-06-232-18/+0
* removed some includes that are now uselessben2006-06-231-2/+1
* new RTSP demuxer dedicated file, based on old code from realrtsp one but inte...ben2006-06-231-94/+0
* some printf() to mp_msg() replacementsben2006-06-231-6/+7
* move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp...ben2006-06-233-39/+83
* cosmetic changes (defines will be used later in other parts of the code)ben2006-06-212-14/+21
* better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)ben2006-06-213-18/+63
* missing free in case sdpplin_parse_stream returns invalid stream.reimar2006-04-141-2/+4
* Do not use ptr when it's NULL. CID 89rtognimp2006-03-191-0/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Fix CSeq answer for keepalive OPTIONS requests during playbackrtognimp2006-02-081-2/+2
* OS X compilation fix: Include inttypes.h so that uint32_t is not undefined.diego2006-01-081-0/+1
* This patch makes real rtsp tell the server to deliver data at specifiedrtognimp2006-01-064-4/+15
* 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
* Revert fix v1.3, it breaks streams with cook audio (ex.rtognimp2005-07-061-3/+3
* Do some sanity checks before writing stream informationrtognimp2005-07-061-1/+6
* fix illegal memory accessesreimar2005-06-222-3/+4
* 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 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