summaryrefslogtreecommitdiffstats
path: root/libmpdemux/librtsp
Commit message (Expand)AuthorAgeFilesLines
* coverity report #179 from xine: variable "rest" not freed or pointed-to in fu...ben2006-06-291-0/+1
* cosmetic patch to remove useless sizeof(char) statementsben2006-06-291-7/+7
* increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ...ben2006-06-291-3/+3
* be more tolerant on server responses parameters case (fix 1.17 from xine, see...ben2006-06-291-8/+8
* 2 more unused functions removal (trying to sync with xine)ben2006-06-291-52/+0
* removed unused hexdump()ben2006-06-291-36/+0
* fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for repor...ben2006-06-291-0/+1
* includes before checking for defines (thanks Reimar for watching me)ben2006-06-271-1/+2
* network code portability for win32ben2006-06-271-1/+10
* avoid messing up with includesben2006-06-272-5/+2
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and no...ben2006-06-264-6/+799
* cosmetic changes to avoid constants redefinitionben2006-06-261-8/+15
* prevent a buffer overflow to occur at teardownben2006-06-231-2/+4
* moved generic rtsp related files from realrtsp to librtspben2006-06-234-0/+1212