summaryrefslogtreecommitdiffstats
path: root/libmpdemux/librtsp
Commit message (Collapse)AuthorAgeFilesLines
* coverity report #179 from xine: variable "rest" not freed or pointed-to in ↵ben2006-06-291-0/+1
| | | | | | function "rtsp_put" (see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.19&r2=1.20) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18859 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic patch to remove useless sizeof(char) statementsben2006-06-291-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18858 b3059339-0415-0410-9bf9-f77b7e298cf2
* increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, ↵ben2006-06-291-3/+3
| | | | | | see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.17&r2=1.18) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18857 b3059339-0415-0410-9bf9-f77b7e298cf2
* be more tolerant on server responses parameters case (fix 1.17 from xine, ↵ben2006-06-291-8/+8
| | | | | | see http://xine.cvs.sourceforge.net/xine/xine-lib/src/input/librtsp/rtsp.c?r1=1.16&r2=1.17) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18856 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 more unused functions removal (trying to sync with xine)ben2006-06-291-52/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18855 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused hexdump()ben2006-06-291-36/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18854 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for ↵ben2006-06-291-0/+1
| | | | | | report and pacman for fix) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18853 b3059339-0415-0410-9bf9-f77b7e298cf2
* includes before checking for defines (thanks Reimar for watching me)ben2006-06-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18841 b3059339-0415-0410-9bf9-f77b7e298cf2
* network code portability for win32ben2006-06-271-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18840 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid messing up with includesben2006-06-272-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18839 b3059339-0415-0410-9bf9-f77b7e298cf2
* added new native rtsp demuxer code for mpeg-ts over rtp (now both real and ↵ben2006-06-264-6/+799
| | | | | | non-real servers should be handled) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18833 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic changes to avoid constants redefinitionben2006-06-261-8/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18826 b3059339-0415-0410-9bf9-f77b7e298cf2
* prevent a buffer overflow to occur at teardownben2006-06-231-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18804 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved generic rtsp related files from realrtsp to librtspben2006-06-234-0/+1212
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18802 b3059339-0415-0410-9bf9-f77b7e298cf2