summaryrefslogtreecommitdiffstats
path: root/stream/librtsp/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* stream: remove native RTSP/RTP/PNM supportwm42012-08-011-729/+0
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-3/+3
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-021-1/+2
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-44/+44
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-2/+2
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-2/+2
* Do not include sys/socket.h when using winsock2, it is pointlessreimar2008-07-261-1/+2
* Add missing #include <sys/socket.h>, fixes the warnings:diego2008-07-081-0/+1
* mingw uses Windows sockets.vayne2008-06-281-1/+3
* Fix the issue instead of revertinglu_zero2008-06-251-58/+0
* Move rtsp_close away by simplification - avoids symbol clash with libnemesilu_zero2008-06-251-32/+10
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+804