log stream/librtsp/rtsp_rtp.c @ 37165:681c7f805a23

age author description
Sun, 17 Mar 2013 22:47:41 +0000 diego Add _BSD_SOURCE #define for struct hostent and struct ip_mreq.
Mon, 05 Nov 2012 20:28:39 +0000 reimar Use more appropriate value for memcpy length.
Wed, 31 Oct 2012 19:08:19 +0000 reimar Remove useless indirection that in addition completely broke the code.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 17 Oct 2010 08:49:02 +0000 reimar Add missing avstring include for av_strlcpy.
Wed, 13 Oct 2010 18:56:44 +0000 reimar Replace snprintf by av_strlcpy.
Sun, 27 Jun 2010 15:04:13 +0000 reimar Use MSG_NOSIGNAL flag if available for send().
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 09 Mar 2009 20:31:03 +0000 ben Ensure the string we're trying to compare is actually not NULL.
Wed, 25 Feb 2009 12:51:20 +0000 reimar Use memset to make sure all parts of struct sockaddr_in are always initialized.
Sun, 01 Feb 2009 14:38:28 +0000 diego Restructure network tests: Always check for both inet_aton and inet_pton.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Sun, 01 Feb 2009 13:33:35 +0000 diego HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
Sun, 12 Oct 2008 12:12:41 +0000 diego Move socklen_t typedef from config.h to stream/network.h.
Fri, 29 Aug 2008 22:29:27 +0000 diego consistency cosmetics: Avoid using .. in #include paths.
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Fri, 01 Aug 2008 20:28:58 +0000 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Thu, 20 Dec 2007 10:29:44 +0000 reimar Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/librtsp/rtsp_rtp.c@604c10ae9a03