| Commit message (Expand) | Author | Age |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |
* | Remove useless include | rtogni | 2006-07-30 |
* | Make some more function static | rtogni | 2006-07-30 |
* | md5 result is 16 bytes, not 20 | rtogni | 2006-07-30 |
* | xor_table can't be NULL, remove useless check | rtogni | 2006-07-30 |
* | The real hash function is just a md5, replace with lavu code | rtogni | 2006-07-30 |
* | Assume that missing streamcount means one stream, and missing mimetype | rtogni | 2006-07-14 |
* | removes unused parentheses lefted behind in the r19075 sizeof(char) cleanups,... | reynaldo | 2006-07-14 |
* | more sizeof(char) fun | reynaldo | 2006-07-13 |
* | moved generic rtsp related files from realrtsp to librtsp | ben | 2006-06-23 |
* | remove some never called code | ben | 2006-06-23 |
* | removed some includes that are now useless | ben | 2006-06-23 |
* | new RTSP demuxer dedicated file, based on old code from realrtsp one but inte... | ben | 2006-06-23 |
* | some printf() to mp_msg() replacements | ben | 2006-06-23 |
* | move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp... | ben | 2006-06-23 |
* | cosmetic changes (defines will be used later in other parts of the code) | ben | 2006-06-21 |
* | better RTSP RFC compliance (fixes in CSeq and TEARDOWN handling) | ben | 2006-06-21 |
* | missing free in case sdpplin_parse_stream returns invalid stream. | reimar | 2006-04-14 |
* | Do not use ptr when it's NULL. CID 89 | rtognimp | 2006-03-19 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Fix CSeq answer for keepalive OPTIONS requests during playback | rtognimp | 2006-02-08 |
* | OS X compilation fix: Include inttypes.h so that uint32_t is not undefined. | diego | 2006-01-08 |
* | This patch makes real rtsp tell the server to deliver data at specified | rtognimp | 2006-01-06 |
* | fix | rathann | 2005-12-05 |
* | Ignore OPTIONS rtsp command during playback. Fixes | rtognimp | 2005-11-22 |
* | replace sleep with usec_sleep, required for recent mingw versions, patch by R... | faust3 | 2005-09-03 |
* | Revert fix v1.3, it breaks streams with cook audio (ex. | rtognimp | 2005-07-06 |
* | Do some sanity checks before writing stream information | rtognimp | 2005-07-06 |
* | fix illegal memory accesses | reimar | 2005-06-22 |
* | printf converted to mp_msg; made static many unnecessarily global symbols | nicodvb | 2005-06-03 |
* | ported all network streams to the new API | nicodvb | 2005-05-29 |
* | Fix potential buffer overflow if server answers with too many lines | rtognimp | 2005-04-15 |
* | fix security vulnerability reported by iDEFENSE | reimar | 2004-12-15 |
* | Fix streaming if not mlti_data (for some non-multirate streams) | rtognimp | 2004-12-11 |
* | Fix compilation when LOG is defined | rtognimp | 2004-10-18 |
* | EOF detection (fix hanging at end of stream) | rtognimp | 2004-10-18 |
* | chunk size fix from Ross Finlayson, ported from xine | diego | 2004-09-08 |
* | allow empty assignments, necessary for some weird servers... | reimar | 2004-08-30 |
* | small fixes | rathann | 2004-08-28 |
* | no redefinition, clashes with OpenBSD | alex | 2004-07-18 |
* | cseq starts from 1 according to the standard, patch by Yoshinori Sato | alex | 2004-06-26 |
* | More bounds checking fixes (thnaks to Miguel Freitas) | rtognimp | 2004-04-25 |
* | Some sanity and bound checking | rtognimp | 2004-04-24 |
* | Try Real rtsp, then live.com on every rtsp stream (remove extension | rtognimp | 2004-04-14 |
* | 10l let path behave like before the start/stop patch | rtognimp | 2003-12-19 |
* | keyframe detection support by rgselk <rgselknospam@yahoo.com> | alex | 2003-12-08 |
* | Real rtsp Range parameter (Start and End) support. | rtognimp | 2003-11-23 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 |
* | Networking support under MinGW. | diego | 2003-06-11 |
* | Warning fixes, patch by Dominik Mierzejewski | rtognimp | 2003-06-01 |