Commit Graph

16 Commits

Author SHA1 Message Date
ben b59ec31daa missing free() if bails out at step 12
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18881 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-01 15:07:57 +00:00
ben 147aa0219a new rtsp-destination option which allows forcing destination ip address (fixes some issues with some reluctant rtsp servers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18879 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-01 14:18:06 +00:00
ben e0a094555d coverity report #179 from xine: variable "rest" not freed or pointed-to in 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
2006-06-29 22:00:01 +00:00
ben 6ab349aa68 cosmetic patch to remove useless sizeof(char) statements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18858 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-29 21:53:35 +00:00
ben 46dc121052 increase buffer size, "CSeq: %u" has a worst case of 17 (fix 1.18 from xine, 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
2006-06-29 21:50:49 +00:00
ben c223351501 be more tolerant on server responses parameters case (fix 1.17 from xine, 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
2006-06-29 21:46:51 +00:00
ben 44e7b2fced 2 more unused functions removal (trying to sync with xine)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18855 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-29 21:27:07 +00:00
ben dc608be232 removed unused hexdump()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18854 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-29 21:20:01 +00:00
ben d7d7500003 fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for report and pacman for fix)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18853 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-29 17:07:57 +00:00
ben 9a82c741ac includes before checking for defines (thanks Reimar for watching me)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18841 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-27 21:39:48 +00:00
ben 62a3993cc8 network code portability for win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18840 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-27 19:18:52 +00:00
ben 808992064d avoid messing up with includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18839 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-27 19:16:43 +00:00
ben 054b52cb01 added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18833 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 21:27:57 +00:00
ben b31df04b82 cosmetic changes to avoid constants redefinition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18826 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 17:27:38 +00:00
ben 7473a37fcc prevent a buffer overflow to occur at teardown
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18804 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 22:23:07 +00:00
ben 4bb2bf6ec5 moved generic rtsp related files from realrtsp to librtsp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18802 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 21:38:28 +00:00