149 Commits (1ef36a7035e7eb3bd9a365bccf240fac29d19e62)

Author SHA1 Message Date
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
Ronald S. Bultje 3ca45429fe Parse the ASMRuleBook SDP line to dynamically create one new AVStream for 16 years ago
Ronald S. Bultje b965ff352f Add comment to indicate why the SDP line buffer is as big as it is. 16 years ago
Ronald S. Bultje e322d3f5be Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion 16 years ago
Luca Abeni be73a544af Rename rtp_payload_data_t to avoid clashes with the POSIX namespace 16 years ago
Luca Barbato 644e7acba4 Rename type to be consistent 16 years ago
Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. 16 years ago
Ronald S. Bultje e0d1eabf14 Change function prototype from taking an AVStream to taking an index to the 16 years ago
Ronald S. Bultje 114732f4c7 Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in 16 years ago
Ronald S. Bultje 6ff1f61530 Call check_back_and_send_rr() function only in case of RTP as a transport. 16 years ago
Ronald S. Bultje 5c918b2775 Reindent after r15544. 16 years ago
Ronald S. Bultje accc248f28 Implement RDTDemuxContext, which contains RDT-specific data (similar to 16 years ago
Ronald S. Bultje 5465b0d474 Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) 16 years ago
Ronald S. Bultje 99a1d1915e Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque 16 years ago
Ronald S. Bultje ed0aacc76e Rename RTP payload contexts to PayloadContext, suggested by Luca in 16 years ago
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Reimar Döffinger 9b5ede5b64 Add (additional) const to many global tables. 16 years ago
Ronald S. Bultje 985b05d3c9 This patch refactors RDT packet header parsing so that it can be used in 16 years ago