188 Commits (1be49ce54b7ce9ffe8ce514d7c05df6a88f31261)

Author SHA1 Message Date
Jeremy Morton 2700063655 Don't use tcp_fd if we're not using TCP-based connections (e.g. when 15 years ago
Alan Steremberg 00eb13e05f Use the control URI from the SDP (if present) rather than the input filename, 15 years ago
Ronald S. Bultje 2e13ecfeca Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since 15 years ago
Ronald S. Bultje f8c087333d Change on rtsp_send_cmd() to the _async() version since we don't use the 15 years ago
Ronald S. Bultje 7eaa646fd6 Reindent after r21368. 15 years ago
Ronald S. Bultje 8b9457deab Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized 15 years ago
Ronald S. Bultje 9d50d39629 Fix issue1658 (trailing space in rtpmap descriptor). 15 years ago
Ronald S. Bultje 8f3c87f3e2 Add correct log context to av_log() calls in parse_rtpmap(). 15 years ago
Ronald S. Bultje c896580087 Re-indent to more closely follow general coding standards used in other 15 years ago
Ronald S. Bultje 0e59034ed8 Remove forward declarations. 15 years ago
Stefano Sabatini debe86bfed Fix typo. 15 years ago
Stefano Sabatini 702d0a9e85 Remove residual use of the doxygen markup which is deprecated, 15 years ago
Luca Barbato d7250724ef Rename internal function 15 years ago
Luca Abeni 103dfbe2c4 Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer 15 years ago
Luca Abeni 987131828c Split the sdp_read_packet() function out of rtsp_read_packet(). 15 years ago
Luca Abeni 1ced9da357 Move some some functions around, so that splitting the SDP code out of 15 years ago
Luca Barbato 7549632bda rtsp_close_streams frees the auth_b64 line already 15 years ago
Luca Barbato d243ba30b8 Support 3xx redirection in rtsp 15 years ago
Luca Barbato 921da21745 Just remove params understood by the demuxer 15 years ago
Luca Barbato 7541f32edd Suppress ?params in the rtsp uri 15 years ago
Luca Barbato 224b44957b Use sdp c= line if the rtsp Transport line doesn't have a destination 15 years ago
Diego Biurrun 76e6e9c330 Remove ancient redir demuxer. 15 years ago
Ronald S. Bultje ba93ea6d3e Unscrewup indentation (pointed out by Diego). 15 years ago
Ronald S. Bultje f933789789 RTSP basic authentication, patch originally by Philip Coombes 15 years ago
Ronald S. Bultje fccb1770e6 Implement support for EOS as used by WMS and other RTSP servers that do not 16 years ago
Luca Barbato ec606b36b4 Support seeking as defined by the rfc 16 years ago
Kostya Shishkov 0e848977ce Move function for reading whole specified amount of data from RTSP 16 years ago
Baptiste Coudurier 67c9cd696a fix compilation with DEBUG defined 16 years ago
Luca Abeni 46ff7a5f4a Fix crash when receiving from SDP 16 years ago
Ronald S. Bultje 30e79845b4 Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 16 years ago
Ronald S. Bultje e6327fba98 Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC 16 years ago
Ronald S. Bultje 373afbaf76 Increase the SDP buffer size (again!) and also increase the temporary 16 years ago
Ronald S. Bultje da1e126e0d strchr(string, '\0') returns non-NULL, and is thus not suited for use in 16 years ago
Ronald S. Bultje cc9aced32f Remove slash-skipping code because the function called right after that 16 years ago
Ronald S. Bultje 78f731de92 Reindent something where a if () --> { <-- is on a newline rather than on the 16 years ago
Ronald S. Bultje 7d09a993d1 Free metadata if already allocated; fixes a memleak if the header occurs twice 16 years ago
Ronald S. Bultje 6a8c8b36b9 Fix silly bug in hex_to_data() where it compares a string pointer for whether 16 years ago
Ronald S. Bultje 64917dd3df Remove useless comment about something that is deprecated. See summary in 16 years ago
Ronald S. Bultje 36aa7bc27f Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". 16 years ago
Ronald S. Bultje 1ef36a7035 Merge functional code from get_word() and get_word_sep() into a single 16 years ago
Ronald S. Bultje 7e726132c2 Allow (and parse) incoming server messages (notices) interleaved with TCP 16 years ago
Ronald S. Bultje c4a3d03299 Reindent after r18023. 16 years ago
Ronald S. Bultje 1a30d5415f Add RTP/ASF header parsing, which is part of the SDP of these streams. See 16 years ago
Ronald S. Bultje 743b389074 rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: 16 years ago
Ronald S. Bultje 57f94f54c4 Oops, very silly typo. 16 years ago
Ronald S. Bultje 29b9f58b37 Split rtsp_send_cmd() into two functions, one for the actual sending of the 16 years ago
Ronald S. Bultje bc8763cda9 Rename "fd1" variable ro "fd". There were previously two variables (fd1 and 16 years ago
Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 16 years ago
Ronald S. Bultje 2fea965070 Reindent after r17777. 16 years ago
Ronald S. Bultje f830c9a487 Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix 16 years ago