summaryrefslogtreecommitdiffstats
path: root/stream/librtsp/rtsp_rtp.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* rtsp_rtp.c: Add missing avstring include for av_strlcpyreimar2010-11-021-0/+1
* rtsp_rtp.c: Replace snprintf by av_strlcpyreimar2010-11-021-1/+1
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-021-1/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-32/+32
* Ensure the string we're trying to compare is actually not NULL.ben2009-03-091-1/+2
* Use memset to make sure all parts of struct sockaddr_in are always initialized.reimar2009-02-251-0/+2
* Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-011-12/+8
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-5/+5
* HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-011-2/+2
* Move socklen_t typedef from config.h to stream/network.h.diego2008-10-121-0/+1
* consistency cosmetics: Avoid using .. in #include paths.diego2008-08-291-2/+2
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-5/+5
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-2/+2
* Start unifying names of internal preprocessor directives.diego2008-07-301-2/+2
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDreimar2007-12-201-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+700