log rtsp.c @ 5004:84a7b7a2f252 libavformat

age author description
Thu, 04 Jun 2009 06:25:53 +0000 kostya Move function for reading whole specified amount of data from RTSP libavformat
Sun, 31 May 2009 04:32:45 +0000 bcoudurier fix compilation with DEBUG defined libavformat
Mon, 20 Apr 2009 20:06:55 +0000 lucabe Fix crash when receiving from SDP libavformat
Wed, 15 Apr 2009 13:04:34 +0000 rbultje Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, libavformat
Tue, 14 Apr 2009 15:01:46 +0000 rbultje Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC libavformat
Tue, 14 Apr 2009 13:22:40 +0000 rbultje Increase the SDP buffer size (again!) and also increase the temporary libavformat
Tue, 24 Mar 2009 03:24:59 +0000 rbultje strchr(string, '\0') returns non-NULL, and is thus not suited for use in libavformat
Sat, 21 Mar 2009 21:02:08 +0000 rbultje Remove slash-skipping code because the function called right after that libavformat
Sat, 21 Mar 2009 21:00:51 +0000 rbultje Reindent something where a if () --> { <-- is on a newline rather than on the libavformat
Sat, 21 Mar 2009 20:59:59 +0000 rbultje Free metadata if already allocated; fixes a memleak if the header occurs twice libavformat
Sat, 21 Mar 2009 20:58:41 +0000 rbultje Fix silly bug in hex_to_data() where it compares a string pointer for whether libavformat
Sat, 21 Mar 2009 20:56:57 +0000 rbultje Remove useless comment about something that is deprecated. See summary in libavformat
Sat, 21 Mar 2009 20:55:52 +0000 rbultje Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". libavformat
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