Wed, 19 May 2010 09:46:29 +0000 |
mstorsjo |
Fix a crash when opening WMS RTSP streams
libavformat
|
Sun, 25 Apr 2010 14:27:42 +0000 |
stefano |
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
libavformat
|
Tue, 20 Apr 2010 07:38:52 +0000 |
mstorsjo |
Reset RTCP timestamps after seeking, add range start offset to the packets timestamps
libavformat
|
Tue, 20 Apr 2010 07:34:28 +0000 |
mstorsjo |
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
libavformat
|
Fri, 16 Apr 2010 00:20:11 +0000 |
ramiro |
AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
libavformat
|
Thu, 15 Apr 2010 18:27:27 +0000 |
rbultje |
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error).
libavformat
|
Sun, 04 Apr 2010 21:59:06 +0000 |
mstorsjo |
Zero-initialize the reply struct
libavformat
|
Sat, 03 Apr 2010 12:16:33 +0000 |
mstorsjo |
Remove a redundant assignment, found by clang
libavformat
|
Fri, 02 Apr 2010 20:14:55 +0000 |
rbultje |
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
libavformat
|
Thu, 01 Apr 2010 21:43:22 +0000 |
rbultje |
Merge Vorbis / Theora depayloaders.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Tue, 30 Mar 2010 15:50:57 +0000 |
benoit |
Replace @returns by @return.
libavformat
|
Mon, 29 Mar 2010 19:17:49 +0000 |
reimar |
Some spelling fixes.
libavformat
|
Mon, 29 Mar 2010 17:36:08 +0000 |
rbultje |
Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab
libavformat
|
Thu, 25 Mar 2010 22:21:09 +0000 |
mstorsjo |
Reassemble the RTSP URL before replacing hostname with the numerical IP
libavformat
|
Thu, 25 Mar 2010 22:04:41 +0000 |
mstorsjo |
Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer
libavformat
|
Thu, 25 Mar 2010 21:49:43 +0000 |
mstorsjo |
Don't force basic auth in RTSP, but retry with the server-specified method on failure
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
|
Thu, 25 Mar 2010 19:47:26 +0000 |
mstorsjo |
Reindent
libavformat
|
Wed, 24 Mar 2010 23:06:58 +0000 |
mstorsjo |
Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content
libavformat
|
Wed, 24 Mar 2010 22:38:48 +0000 |
lu_zero |
Issue a warning if the received CSeq isn't the expected one
libavformat
|
Wed, 24 Mar 2010 18:52:27 +0000 |
mstorsjo |
Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly
libavformat
|
Tue, 23 Mar 2010 08:00:37 +0000 |
mstorsjo |
Handle multiple RTSP transport options properly by adding all of them into the mask
libavformat
|
Tue, 23 Mar 2010 07:59:23 +0000 |
mstorsjo |
Parse options in the RTSP URL only from the last question mark onwards
libavformat
|
Tue, 23 Mar 2010 07:55:15 +0000 |
mstorsjo |
Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server
libavformat
|
Mon, 22 Mar 2010 15:07:36 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 22 Mar 2010 15:07:05 +0000 |
mstorsjo |
Add support for TCP as lower transport in the RTSP muxer
libavformat
|
Mon, 22 Mar 2010 14:42:52 +0000 |
mstorsjo |
Use the caller's RTSPMessageHeader in rtsp_setup_input_streams
libavformat
|
Mon, 15 Mar 2010 16:31:15 +0000 |
mstorsjo |
Make rtsp_skip_packet non-static, add ff prefix
libavformat
|
Mon, 15 Mar 2010 16:15:51 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 15 Mar 2010 14:20:07 +0000 |
mstorsjo |
RTSP: Synchronize the start time of the chained RTP muxers
libavformat
|
Sun, 14 Mar 2010 23:59:48 +0000 |
aurel |
move ff_url_split() and ff_url_join() declarations to internal.h
libavformat
|
Thu, 11 Mar 2010 08:33:04 +0000 |
mstorsjo |
Cosmetics, break a long line, fix brace placement
libavformat
|
Thu, 11 Mar 2010 08:24:18 +0000 |
mstorsjo |
RTSP muxer: Create the SDP with the numerical IP of the peer
libavformat
|
Wed, 10 Mar 2010 07:44:51 +0000 |
mstorsjo |
Include os_support.h which has a fallback declaration of socklen_t
libavformat
|
Tue, 09 Mar 2010 16:04:41 +0000 |
mstorsjo |
Use rt->control_uri consequently instead of s->filename in all RTSP commands
libavformat
|
Tue, 09 Mar 2010 14:59:40 +0000 |
mstorsjo |
RTSP: Resolve and use the actual IP address of the peer we're connected to,
libavformat
|
Mon, 08 Mar 2010 09:05:03 +0000 |
mstorsjo |
Reindent
libavformat
|
Mon, 08 Mar 2010 09:03:25 +0000 |
mstorsjo |
Rename url_split to ff_url_split
libavformat
|
Sun, 07 Mar 2010 19:48:59 +0000 |
conrad |
Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c
libavformat
|
Fri, 05 Mar 2010 22:35:21 +0000 |
mstorsjo |
Use ff_url_join for assembling URLs, instead of snprintf
libavformat
|
Sun, 28 Feb 2010 11:03:14 +0000 |
mstorsjo |
Rename RTP depacketizer files from rtp_* to rtpdec_*
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 21:28:19 +0000 |
mstorsjo |
Add an RTSP muxer
libavformat
|
Mon, 22 Feb 2010 21:20:30 +0000 |
mstorsjo |
Free metadata in chained RTP muxers in the RTSP muxer
libavformat
|
Mon, 22 Feb 2010 19:47:22 +0000 |
mstorsjo |
Cosmetics: reindent
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 16:11:38 +0000 |
mstorsjo |
Cosmetics: reindent after applying patches
libavformat
|
Mon, 22 Feb 2010 15:57:40 +0000 |
mstorsjo |
Don't follow RTSP redirects when used as a muxer
libavformat
|
Mon, 22 Feb 2010 15:56:18 +0000 |
mstorsjo |
Add a function rtsp_setup_output_streams for announcing the SDP
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 23:23:40 +0000 |
rbultje |
Split rtsp_read_header() into two functions, so that the main part (now also
libavformat
|
Fri, 19 Feb 2010 23:21:44 +0000 |
rbultje |
Split out input-specific parts of rtsp_read_header() into its own, new,
libavformat
|
Fri, 19 Feb 2010 23:13:21 +0000 |
rbultje |
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.
libavformat
|
Fri, 19 Feb 2010 23:11:59 +0000 |
rbultje |
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)
libavformat
|
Fri, 19 Feb 2010 23:10:19 +0000 |
rbultje |
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
libavformat
|
Fri, 19 Feb 2010 16:26:21 +0000 |
rbultje |
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the
libavformat
|
Wed, 17 Feb 2010 19:24:02 +0000 |
rbultje |
Add functions to send RTSP commands with content attached to them. This will
libavformat
|
Tue, 16 Feb 2010 22:50:50 +0000 |
rbultje |
When using RTP-over-UDP, send dummy packets during stream setup, similar to
libavformat
|
Wed, 10 Feb 2010 18:31:47 +0000 |
rbultje |
Reindent after r21741.
libavformat
|
Wed, 10 Feb 2010 18:30:55 +0000 |
rbultje |
Don't forget to set known audio parameters (samplerate, etc.) if the codec is
libavformat
|
Tue, 26 Jan 2010 15:51:54 +0000 |
rbultje |
Don't use tcp_fd if we're not using TCP-based connections (e.g. when
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
|
Thu, 21 Jan 2010 20:04:17 +0000 |
rbultje |
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since
libavformat
|
Thu, 21 Jan 2010 20:01:11 +0000 |
rbultje |
Change on rtsp_send_cmd() to the _async() version since we don't use the
libavformat
|
Thu, 21 Jan 2010 19:50:40 +0000 |
rbultje |
Reindent after r21368.
libavformat
|
Thu, 21 Jan 2010 19:48:30 +0000 |
rbultje |
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized
libavformat
|
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
|