Wed, 13 Jan 2010 15:55:42 +0000 |
rbultje |
Fix issue1658 (trailing space in rtpmap descriptor).
libavformat
|
Thu, 07 Jan 2010 22:44:03 +0000 |
rbultje |
Add correct log context to av_log() calls in parse_rtpmap().
libavformat
|
Thu, 07 Jan 2010 22:41:14 +0000 |
rbultje |
Re-indent to more closely follow general coding standards used in other
libavformat
|
Mon, 04 Jan 2010 19:55:43 +0000 |
rbultje |
Remove forward declarations.
libavformat
|
Fri, 01 Jan 2010 12:29:22 +0000 |
stefano |
Fix typo.
libavformat
|
Fri, 01 Jan 2010 12:28:18 +0000 |
stefano |
Remove residual use of the doxygen markup which is deprecated,
libavformat
|
Wed, 30 Dec 2009 16:19:28 +0000 |
lu_zero |
Rename internal function
libavformat
|
Fri, 13 Nov 2009 10:19:42 +0000 |
lucabe |
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer
libavformat
|
Thu, 12 Nov 2009 15:34:17 +0000 |
lucabe |
Split the sdp_read_packet() function out of rtsp_read_packet().
libavformat
|
Thu, 12 Nov 2009 10:31:37 +0000 |
lucabe |
Move some some functions around, so that splitting the SDP code out of
libavformat
|
Sun, 25 Oct 2009 00:41:10 +0000 |
lu_zero |
rtsp_close_streams frees the auth_b64 line already
libavformat
|
Sun, 25 Oct 2009 00:06:31 +0000 |
lu_zero |
Support 3xx redirection in rtsp
libavformat
|
Sat, 24 Oct 2009 16:53:06 +0000 |
lu_zero |
Just remove params understood by the demuxer
libavformat
|
Sat, 24 Oct 2009 15:18:21 +0000 |
lu_zero |
Suppress ?params in the rtsp uri
libavformat
|
Sat, 24 Oct 2009 15:10:58 +0000 |
lu_zero |
Use sdp c= line if the rtsp Transport line doesn't have a destination
libavformat
|
Sat, 24 Oct 2009 12:44:27 +0000 |
diego |
Remove ancient redir demuxer.
libavformat
|
Fri, 18 Sep 2009 13:18:47 +0000 |
rbultje |
Unscrewup indentation (pointed out by Diego).
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
|
Wed, 10 Jun 2009 15:08:02 +0000 |
lu_zero |
Support seeking as defined by the rfc
libavformat
|
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
|