log rtsp.c @ 4186:076ba5bc16a4 libavformat

age author description
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
Thu, 11 Sep 2008 17:43:04 +0000 rbultje Factorize out common code for opening of the RTP parsing context between libavformat
Sun, 07 Sep 2008 01:25:47 +0000 rbultje Implement RDT-specific data parsing routines. After these changes, simple libavformat
Sun, 07 Sep 2008 01:24:01 +0000 rbultje Reindent after previous patch. libavformat
Sun, 07 Sep 2008 01:22:18 +0000 rbultje Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformat
Wed, 03 Sep 2008 04:47:44 +0000 rbultje Remove unused code that used to handle protocol concatenation, i.e. trying libavformat
Wed, 03 Sep 2008 04:44:58 +0000 rbultje Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformat
Mon, 01 Sep 2008 13:51:24 +0000 rbultje Remove useless "else" case in if X { A; return }; else { B }. See discussion libavformat
Mon, 01 Sep 2008 13:47:53 +0000 rbultje Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line libavformat
Mon, 01 Sep 2008 13:46:50 +0000 rbultje Implement Realmedia-compatible DESCRIBE command. libavformat
Sun, 31 Aug 2008 17:32:58 +0000 rbultje Send RTSP OPTIONS command to detect server type. libavformat
Sun, 31 Aug 2008 17:32:02 +0000 rbultje Read RealChallenge1 field from the server. libavformat
Sun, 31 Aug 2008 17:30:15 +0000 rbultje Implement RTSPServerType enum as a way to identify the flavour of RTSP that libavformat
Sun, 31 Aug 2008 17:23:01 +0000 rbultje Revert back to old version (r15103). libavformat
Sun, 31 Aug 2008 03:12:13 +0000 rbultje Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" libavformat
Wed, 27 Aug 2008 00:33:22 +0000 rbultje Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP libavformat
Thu, 14 Aug 2008 22:01:59 +0000 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformat
Wed, 13 Aug 2008 17:22:53 +0000 aurel strcasecmp() requires #include <strings.h> libavformat
Fri, 27 Jun 2008 11:55:25 +0000 lucabe Do not free the priv_data field of AVStream on close (it is already libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Tue, 15 Apr 2008 11:28:04 +0000 lucabe Fix receiving from SDP with unicast destinations libavformat
Tue, 15 Apr 2008 11:23:07 +0000 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
Thu, 03 Apr 2008 22:15:16 +0000 lu_zero use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformat
Wed, 19 Mar 2008 14:08:16 +0000 rbultje Reindent after rtsp-alternate-protocol* patches. libavformat
Wed, 19 Mar 2008 14:07:31 +0000 rbultje Change protocol_mask into protocol, since we always just try a single one per libavformat