69 Commits (d93fdcbf5c0e70ca03aaad2581fd328f277cd7cb)

Author SHA1 Message Date
Luca Barbato d93fdcbf5c Preserve status reason 14 years ago
Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 15 years ago
Martin Storsjö 48e77473e9 Cosmetics: Change connexion to connection in code comments 15 years ago
Josh Allmann f5d33f5241 Add RTSP tunneling over HTTP 15 years ago
Martin Storsjö fc490fcf71 Cosmetics: Reindent/align/wrap 15 years ago
Josh Allmann d0382374b7 RTSP: Propagate errors up from ff_rtsp_send_cmd* 15 years ago
Josh Allmann b8c2c41d66 RTSP: Add a second URLContext for outgoing messages 15 years ago
Ronald S. Bultje 03a3fcee99 Change default number of channels (used if unspecified in the format desc) 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Martin Storsjö 2626308abb Actually parse the auth headers in RTSP 15 years ago
Martin Storsjö aa8bf2fb80 Make RTSP use the generic http authentication code 15 years ago
Martin Storsjö b17d11c632 Add separate method/url parameters to the rtsp_send_cmd functions 15 years ago
Martin Storsjö ec55edba31 Make rtsp_skip_packet non-static, add ff prefix 15 years ago
Martin Storsjö c07c6f8183 RTSP: Synchronize the start time of the chained RTP muxers 15 years ago
Martin Storsjö 9399393333 Cosmetics: reindent 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Martin Storsjö 15ba23150e Add declarations and doxygen documentation of generic rtsp support functions 15 years ago
Martin Storsjö fd450a5177 Create AVFormatContext objects as private transport for output RTSP sessions 15 years ago
Martin Storsjö 251f050481 Remove stale function declaration. 15 years ago
Martin Storsjö c02fd3d2e8 Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the 15 years ago
Alan Steremberg 00eb13e05f Use the control URI from the SDP (if present) rather than the input filename, 15 years ago
Luca Barbato d243ba30b8 Support 3xx redirection in rtsp 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
Ronald S. Bultje c2f3eec445 Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See 16 years ago
Stefano Sabatini 58ad770f92 Use globally consistent include guard names. 16 years ago
Luca Barbato ec606b36b4 Support seeking as defined by the rfc 16 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
Ronald S. Bultje 30e79845b4 Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 16 years ago
Ronald S. Bultje 9c610b7667 Add a @todo item to use ByteIOContext instead of URLContext at some point in 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 26d6b3e230 Document rtsp.h, see "[PATCH] document rtsp.h" thread. 16 years ago
Ronald S. Bultje a9e534d561 Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the 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
Ronald S. Bultje 3b0fc60592 Don't install rtsp.h. It is intended to be private, it depends on rtp code 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
Ronald S. Bultje b516ecdd12 Delete an enum and a function typedef that aren't used anywhere, and 16 years ago
Ronald S. Bultje 1262d638da Move enum RTSPTransport up a bit, so that all fields that are assigned a value 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Ronald S. Bultje 6e5f27ca80 Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by 16 years ago
Ronald S. Bultje 70d4b8ce50 Fix doxy comments missing one '*'. 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 119b466811 Implement a RTSPTransport field, which allows proper separation of server 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Ronald S. Bultje 30aa6aed4a Read RealChallenge1 field from the server. 16 years ago
Ronald S. Bultje 75128a2273 Revert back to old version (r15103). 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Ronald S. Bultje 158efd74fe Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" 16 years ago