log stream/realrtsp/real.c @ 34177:fadc00cc31d3

age author description
Fri, 03 Dec 2010 19:52:10 +0000 cboesch Drop MPlayer base64_encode for av_base64_encode.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 02 Sep 2009 10:55:36 +0000 reimar Fix possible crashes with invalid SDPs that result in stream descriptions
Wed, 02 Sep 2009 10:44:26 +0000 reimar Fix several more rtsp-related memleaks.
Wed, 02 Sep 2009 10:22:08 +0000 reimar Make sure we do not strdup(NULL), avoids a crash with non-real streams.
Wed, 02 Sep 2009 10:20:45 +0000 reimar Fix several memleaks in real_setup_and_get_header
Wed, 02 Sep 2009 10:10:42 +0000 reimar Change real_setup_and_get_header to use goto a single exit path to simplify
Tue, 28 Jul 2009 16:25:03 +0000 uau stream/realrtsp/real.c: Fix another integer overflow
Mon, 27 Jul 2009 16:53:48 +0000 uau stream/realrtsp/real.c: Fix integer overflow
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 29 Aug 2008 22:29:27 +0000 diego consistency cosmetics: Avoid using .. in #include paths.
Mon, 28 Apr 2008 14:50:24 +0000 diego Use consistent #include paths without "../".
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Sun, 13 Jan 2008 21:21:25 +0000 rtogni Simplify/cleanup of real_calc_response_and_checksum()
Sun, 13 Jan 2008 21:12:02 +0000 rtogni Don't oversize realchallenge buffers
Sat, 17 Nov 2007 18:08:53 +0000 rtogni Ignore stream id when checking rdt packet flags
Sun, 24 Jun 2007 18:46:41 +0000 rtogni start= and end= parameters on realrtspurls may be optionally quoted with
Mon, 09 Apr 2007 22:11:31 +0000 rtogni Cleanup real_calc_response_and_checksum()
Mon, 09 Apr 2007 21:34:20 +0000 rtogni Merge calc_response_string() into real_calc_response_and_checksum()
Mon, 09 Apr 2007 21:26:49 +0000 rtogni Simplify calc_response_string()
Mon, 09 Apr 2007 20:43:48 +0000 rtogni 10000000l learn to count
Mon, 09 Apr 2007 20:06:45 +0000 rtogni Size of response is known, no need to calculate it
Mon, 09 Apr 2007 19:30:32 +0000 rtogni The size of xor_table is known and fixed, no need to calculate it
Tue, 03 Apr 2007 21:36:36 +0000 rtogni Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte
Tue, 20 Mar 2007 22:32:38 +0000 rtogni Declare eof only when stream 0 gets eof
Tue, 20 Mar 2007 22:30:51 +0000 rtogni Fix for realrtsp urls with more than 2 streams:
Thu, 01 Mar 2007 12:51:33 +0000 reimar Use libavutil AV_RB/AV_WB macros instead of defining out own variants.
Sun, 18 Feb 2007 15:57:50 +0000 rtogni Add support for smil playlist served over realrtsp
Sun, 28 Jan 2007 12:49:44 +0000 rtogni Accept rdt packets with "is-reliable" flag set
Tue, 09 Jan 2007 21:32:25 +0000 rtogni Don't drop last rdt packet on eof
Mon, 01 Jan 2007 22:32:09 +0000 rtogni Memleak fix (implement sdpplin_free() and use it)
Sun, 31 Dec 2006 13:27:53 +0000 rtogni Fix potential buffer overflow in asm rules matching code
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Mon, 30 Oct 2006 22:32:04 +0000 rtogni printf -> mp_msg
Mon, 30 Oct 2006 21:55:58 +0000 rtogni Realrtsp authentication
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/realrtsp/real.c@6c4b8507fb9d