166 Commits (95ce961d886668bb713094bd0f71b40925cf680f)

Author SHA1 Message Date
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
Ronald S. Bultje 090438cc81 Recognize the "application" data type, which is required for WMS/UDP 16 years ago
Ronald S. Bultje a9e534d561 Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the 16 years ago
Ronald S. Bultje d541a7d2d1 Change sizeof(struct_type) to sizeof(variable). 16 years ago
Luca Abeni bf6d981806 Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not 16 years ago
Ronald S. Bultje 2a1d51c573 Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] 16 years ago
Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
Ronald S. Bultje 0a861b6f8b Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and 16 years ago
Aurelien Jacobs da61e4136a use new metadata API in rtsp demuxer 16 years ago
Ronald S. Bultje d1c6e47c16 Fix the Transport: line in the SETUP request so that it works with WMS 16 years ago
Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 16 years ago
Ronald S. Bultje cb760a4790 Skip m= blocks in the SDP if the media type is unknown. This prevents 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Ronald S. Bultje 9211bcddb4 Reindent to properly fit a 80 chars terminal. 16 years ago
Ronald S. Bultje ff16f551cf Reindent after r16509. 16 years ago
Ronald S. Bultje 83d14c85da Apply rtpmap: SDP lines to the last m= line only, since they generally just 16 years ago
Ronald S. Bultje e49906c321 Increase buffer size for RTP packet data because some ASF streams use a 16 years ago
Ronald S. Bultje 7a86bafa20 Use the "server" RTSP field to detect whether the server that we're talking 16 years ago
Ronald S. Bultje 74272b1c0c Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future 16 years ago
Ronald S. Bultje 572c6a3814 Allow subscription to any of the streams, not just the first, available in 16 years ago
Ronald S. Bultje 7c68a17754 Parse the OpaqueData field for every AVStream represented by this "set of 16 years ago