log rtsp.h @ 6423:2685bf2b0b78 libavformat

age author description
Sun, 29 Aug 2010 10:25:16 +0000 mstorsjo rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet libavformat
Wed, 25 Aug 2010 15:32:29 +0000 mstorsjo Handle IPv6 in the RTSP code libavformat
Wed, 25 Aug 2010 15:32:00 +0000 mstorsjo Handle IPv6 in the SDP demuxer libavformat
Mon, 09 Aug 2010 23:00:13 +0000 aurel get ride of MAX_STREAMS limit in RTSP libavformat
Fri, 06 Aug 2010 10:26:30 +0000 lu_zero Preserve status reason libavformat
Fri, 25 Jun 2010 08:02:50 +0000 mstorsjo RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp libavformat
Mon, 14 Jun 2010 09:09:59 +0000 mstorsjo Cosmetics: Change connexion to connection in code comments libavformat
Tue, 08 Jun 2010 12:40:34 +0000 mstorsjo Add RTSP tunneling over HTTP libavformat
Sat, 05 Jun 2010 19:49:55 +0000 mstorsjo Cosmetics: Reindent/align/wrap libavformat
Sat, 05 Jun 2010 19:45:46 +0000 mstorsjo RTSP: Propagate errors up from ff_rtsp_send_cmd* libavformat
Sat, 05 Jun 2010 19:41:43 +0000 mstorsjo RTSP: Add a second URLContext for outgoing messages libavformat
Tue, 01 Jun 2010 20:00:26 +0000 rbultje Change default number of channels (used if unspecified in the format desc) libavformat
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavformat
Thu, 25 Mar 2010 21:48:58 +0000 mstorsjo Actually parse the auth headers in RTSP libavformat
Thu, 25 Mar 2010 21:47:33 +0000 mstorsjo Make RTSP use the generic http authentication code libavformat
Thu, 25 Mar 2010 21:46:14 +0000 mstorsjo Add separate method/url parameters to the rtsp_send_cmd functions libavformat
Mon, 15 Mar 2010 16:31:15 +0000 mstorsjo Make rtsp_skip_packet non-static, add ff prefix libavformat
Mon, 15 Mar 2010 14:20:07 +0000 mstorsjo RTSP: Synchronize the start time of the chained RTP muxers libavformat
Tue, 23 Feb 2010 11:05:36 +0000 mstorsjo Cosmetics: reindent libavformat
Tue, 23 Feb 2010 00:35:50 +0000 rbultje Prefix non-static RTSP functions with ff_. libavformat
Mon, 22 Feb 2010 19:44:08 +0000 mstorsjo Add declarations and doxygen documentation of generic rtsp support functions libavformat
Mon, 22 Feb 2010 15:46:56 +0000 mstorsjo Create AVFormatContext objects as private transport for output RTSP sessions libavformat
Fri, 19 Feb 2010 17:26:33 +0000 rbultje Remove stale function declaration. libavformat
Fri, 19 Feb 2010 16:26:21 +0000 rbultje Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the libavformat
Fri, 22 Jan 2010 16:04:15 +0000 rbultje Use the control URI from the SDP (if present) rather than the input filename, libavformat
Sun, 25 Oct 2009 00:06:31 +0000 lu_zero Support 3xx redirection in rtsp libavformat
Thu, 17 Sep 2009 21:47:11 +0000 rbultje RTSP basic authentication, patch originally by Philip Coombes libavformat
Mon, 27 Jul 2009 14:03:53 +0000 rbultje Implement support for EOS as used by WMS and other RTSP servers that do not libavformat
Mon, 27 Jul 2009 14:00:10 +0000 rbultje Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See libavformat
Sun, 19 Jul 2009 09:38:58 +0000 stefano Use globally consistent include guard names. libavformat