log rtsp.c @ 4773:1c9751d3065c libavformat

age author description
Sat, 21 Mar 2009 20:54:47 +0000 rbultje Merge functional code from get_word() and get_word_sep() into a single libavformat
Sat, 21 Mar 2009 20:46:36 +0000 rbultje Allow (and parse) incoming server messages (notices) interleaved with TCP libavformat
Tue, 17 Mar 2009 12:35:55 +0000 rbultje Reindent after r18023. libavformat
Tue, 17 Mar 2009 12:34:57 +0000 rbultje Add RTP/ASF header parsing, which is part of the SDP of these streams. See libavformat
Sat, 07 Mar 2009 15:20:55 +0000 rbultje rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: libavformat
Fri, 06 Mar 2009 03:12:33 +0000 rbultje Oops, very silly typo. libavformat
Wed, 04 Mar 2009 00:57:37 +0000 rbultje Split rtsp_send_cmd() into two functions, one for the actual sending of the libavformat
Tue, 03 Mar 2009 17:06:18 +0000 rbultje Rename "fd1" variable ro "fd". There were previously two variables (fd1 and libavformat
Tue, 03 Mar 2009 17:04:51 +0000 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
Tue, 03 Mar 2009 16:53:04 +0000 rbultje Reindent after r17777. libavformat
Tue, 03 Mar 2009 16:52:35 +0000 rbultje Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix libavformat
Tue, 03 Mar 2009 16:48:56 +0000 rbultje Recognize the "application" data type, which is required for WMS/UDP libavformat
Sat, 21 Feb 2009 22:26:44 +0000 rbultje Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformat
Sat, 21 Feb 2009 14:40:19 +0000 rbultje Change sizeof(struct_type) to sizeof(variable). libavformat
Tue, 17 Feb 2009 08:12:51 +0000 lucabe Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not libavformat
Mon, 16 Feb 2009 16:27:35 +0000 rbultje Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] libavformat
Fri, 06 Feb 2009 10:35:52 +0000 lucabe Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h libavformat
Thu, 05 Feb 2009 22:34:55 +0000 rbultje Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and libavformat
Mon, 02 Feb 2009 23:09:39 +0000 aurel use new metadata API in rtsp demuxer libavformat
Sun, 01 Feb 2009 13:37:45 +0000 rbultje Fix the Transport: line in the SETUP request so that it works with WMS libavformat
Tue, 27 Jan 2009 12:23:16 +0000 lucabe Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformat
Sat, 24 Jan 2009 04:56:18 +0000 rbultje Skip m= blocks in the SDP if the media type is unknown. This prevents libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Fri, 09 Jan 2009 23:44:52 +0000 rbultje Reindent to properly fit a 80 chars terminal. libavformat
Fri, 09 Jan 2009 23:36:39 +0000 rbultje Reindent after r16509. libavformat
Fri, 09 Jan 2009 23:36:17 +0000 rbultje Apply rtpmap: SDP lines to the last m= line only, since they generally just libavformat
Fri, 09 Jan 2009 01:30:14 +0000 rbultje Increase buffer size for RTP packet data because some ASF streams use a libavformat
Wed, 07 Jan 2009 14:55:47 +0000 rbultje Use the "server" RTSP field to detect whether the server that we're talking libavformat
Wed, 07 Jan 2009 14:53:04 +0000 rbultje Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future libavformat
Wed, 07 Jan 2009 14:48:17 +0000 rbultje Allow subscription to any of the streams, not just the first, available in libavformat
Wed, 07 Jan 2009 14:45:13 +0000 rbultje Parse the OpaqueData field for every AVStream represented by this "set of libavformat
Wed, 07 Jan 2009 14:38:44 +0000 rbultje Parse the ASMRuleBook SDP line to dynamically create one new AVStream for libavformat
Sun, 14 Dec 2008 22:23:59 +0000 rbultje Add comment to indicate why the SDP line buffer is as big as it is. libavformat
Sun, 14 Dec 2008 22:23:14 +0000 rbultje Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformat
Sat, 13 Dec 2008 23:25:19 +0000 lucabe Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformat
Sat, 13 Dec 2008 10:45:44 +0000 lu_zero Rename type to be consistent libavformat
Sat, 06 Dec 2008 18:41:17 +0000 rbultje Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformat
Sun, 30 Nov 2008 20:39:16 +0000 rbultje Change function prototype from taking an AVStream to taking an index to the libavformat
Sat, 15 Nov 2008 20:41:59 +0000 rbultje Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in libavformat
Sat, 15 Nov 2008 14:44:48 +0000 rbultje Call check_back_and_send_rr() function only in case of RTP as a transport. libavformat
Sat, 04 Oct 2008 04:19:46 +0000 rbultje Reindent after r15544. libavformat
Sat, 04 Oct 2008 04:19:15 +0000 rbultje Implement RDTDemuxContext, which contains RDT-specific data (similar to libavformat
Sat, 04 Oct 2008 04:17:59 +0000 rbultje Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) libavformat
Sat, 04 Oct 2008 04:16:44 +0000 rbultje Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformat
Sat, 04 Oct 2008 04:11:12 +0000 rbultje Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. libavformat
Thu, 02 Oct 2008 15:52:04 +0000 reimar Add (additional) const to many global tables. libavformat
Wed, 01 Oct 2008 12:37:07 +0000 rbultje This patch refactors RDT packet header parsing so that it can be used in libavformat
Tue, 30 Sep 2008 13:27:19 +0000 rbultje Reindent after previous patches. libavformat
Tue, 30 Sep 2008 13:26:20 +0000 rbultje Implement a RTSPTransport field, which allows proper separation of server libavformat
Tue, 30 Sep 2008 13:23:33 +0000 rbultje Remove access to rdt_data struct in functions called outside of the libavformat
Tue, 30 Sep 2008 13:20:23 +0000 rbultje Send improper UDP SETUP request, which is what Realmedia servers expect. libavformat
Tue, 30 Sep 2008 13:18:41 +0000 rbultje Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us libavformat
Fri, 26 Sep 2008 02:12:37 +0000 bcoudurier only include sys/select.h if present, fix mingw compilation libavformat
Wed, 24 Sep 2008 22:08:50 +0000 bcoudurier include sys/select.h instead of unistd.h to get select, libavformat
Sun, 14 Sep 2008 13:56:12 +0000 rbultje Reindent after r15317. libavformat
Sun, 14 Sep 2008 13:55:21 +0000 rbultje Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformat
Thu, 11 Sep 2008 17:43:44 +0000 rbultje Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformat