summaryrefslogtreecommitdiffstats
path: root/libmpdemux/realrtsp/real.c
Commit message (Expand)AuthorAgeFilesLines
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-612/+0
* Make some more function staticrtogni2006-07-301-3/+3
* md5 result is 16 bytes, not 20rtogni2006-07-301-1/+1
* 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
* removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,...reynaldo2006-07-141-1/+1
* more sizeof(char) funreynaldo2006-07-131-1/+1
* move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp...ben2006-06-231-0/+23
* better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling)ben2006-06-211-2/+2
* This patch makes real rtsp tell the server to deliver data at specifiedrtognimp2006-01-061-0/+12
* 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
* EOF detection (fix hanging at end of stream)rtognimp2004-10-181-0/+4
* chunk size fix from Ross Finlayson, ported from xinediego2004-09-081-2/+2
* no redefinition, clashes with OpenBSDalex2004-07-181-0/+2
* More bounds checking fixes (thnaks to Miguel Freitas)rtognimp2004-04-251-2/+5
* Some sanity and bound checkingrtognimp2004-04-241-16/+33
* keyframe detection support by rgselk <rgselknospam@yahoo.com>alex2003-12-081-3/+14
* Real rtsp Range parameter (Start and End) support.rtognimp2003-11-231-2/+35
* Bigendian fix, with help from Viktor Rosenfeldrtognimp2003-05-171-86/+96
* Real rstp:// streaming support, ported from xinertognimp2003-04-171-0/+744