Commit History

Author SHA1 Message Date
  Martin Storsjö 2626308abb Actually parse the auth headers in RTSP 14 years ago
  Martin Storsjö aa8bf2fb80 Make RTSP use the generic http authentication code 14 years ago
  Martin Storsjö b17d11c632 Add separate method/url parameters to the rtsp_send_cmd functions 14 years ago
  Martin Storsjö ec55edba31 Make rtsp_skip_packet non-static, add ff prefix 14 years ago
  Martin Storsjö c07c6f8183 RTSP: Synchronize the start time of the chained RTP muxers 14 years ago
  Martin Storsjö 9399393333 Cosmetics: reindent 14 years ago
  Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 14 years ago
  Martin Storsjö 15ba23150e Add declarations and doxygen documentation of generic rtsp support functions 14 years ago
  Martin Storsjö fd450a5177 Create AVFormatContext objects as private transport for output RTSP sessions 14 years ago
  Martin Storsjö 251f050481 Remove stale function declaration. 14 years ago
  Martin Storsjö c02fd3d2e8 Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the 14 years ago
  Alan Steremberg 00eb13e05f Use the control URI from the SDP (if present) rather than the input filename, 14 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 15 years ago
  Ronald S. Bultje c2f3eec445 Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See 15 years ago
  Stefano Sabatini 58ad770f92 Use globally consistent include guard names. 15 years ago
  Luca Barbato ec606b36b4 Support seeking as defined by the rfc 15 years ago
  Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 15 years ago
  Ronald S. Bultje 30e79845b4 Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, 15 years ago
  Ronald S. Bultje 9c610b7667 Add a @todo item to use ByteIOContext instead of URLContext at some point in 15 years ago
  Ronald S. Bultje 1a30d5415f Add RTP/ASF header parsing, which is part of the SDP of these streams. See 15 years ago
  Ronald S. Bultje 26d6b3e230 Document rtsp.h, see "[PATCH] document rtsp.h" thread. 15 years ago
  Ronald S. Bultje a9e534d561 Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the 15 years ago
  Ronald S. Bultje 2a1d51c573 Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] 15 years ago
  Ronald S. Bultje 3b0fc60592 Don't install rtsp.h. It is intended to be private, it depends on rtp code 15 years ago
  Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 15 years ago
  Ronald S. Bultje 0a861b6f8b Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and 15 years ago
  Ronald S. Bultje b516ecdd12 Delete an enum and a function typedef that aren't used anywhere, and 15 years ago
  Ronald S. Bultje 1262d638da Move enum RTSPTransport up a bit, so that all fields that are assigned a value 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Ronald S. Bultje 6e5f27ca80 Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by 15 years ago
  Ronald S. Bultje 70d4b8ce50 Fix doxy comments missing one '*'. 15 years ago
  Ronald S. Bultje 7a86bafa20 Use the "server" RTSP field to detect whether the server that we're talking 15 years ago
  Ronald S. Bultje 74272b1c0c Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future 15 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
  Ronald S. Bultje 8a8754d80f Allow cycling between different protocols (TCP, UDP or multicast) so that if 16 years ago
  Ronald S. Bultje c482500fa3 Drop RTSP default protocol. 16 years ago
  Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
  Aurelien Jacobs b156b88c13 rtp and rtsp demuxer declarations are not part of public API 17 years ago
  Måns Rullgård 99545457bf include all prerequisites in header files 17 years ago
  Alex Beregszaszi 0913873e5b remove unused rtsp_callback 17 years ago
  Panagiotis Issaris 50c5f1598d Make rtsp_set_callback() comments available to Doxygen 17 years ago
  Panagiotis Issaris 0af4407d35 Move unaltered rtsp.c comments to the header file. 17 years ago
  Panagiotis Issaris 37d2210ae9 Doxygenize comments in rtsp.h 17 years ago