208 Commits (a106d4112d4a4c437ee07679e6d165356e316a87)

Author SHA1 Message Date
Martin Storsjö 9399393333 Cosmetics: reindent 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Martin Storsjö 6f5a3d0a7b Add an RTSP muxer 15 years ago
Martin Storsjö f86f665623 Free metadata in chained RTP muxers in the RTSP muxer 15 years ago
Martin Storsjö af037f8098 Cosmetics: reindent 15 years ago
Martin Storsjö 15ba23150e Add declarations and doxygen documentation of generic rtsp support functions 15 years ago
Martin Storsjö 2efc97c2fe Cosmetics: reindent after applying patches 15 years ago
Martin Storsjö 35cfd6464e Don't follow RTSP redirects when used as a muxer 15 years ago
Martin Storsjö 3e24c7701c Add a function rtsp_setup_output_streams for announcing the SDP 15 years ago
Martin Storsjö fd450a5177 Create AVFormatContext objects as private transport for output RTSP sessions 15 years ago
Martin Storsjö 4280f9bbcd Split rtsp_read_header() into two functions, so that the main part (now also 15 years ago
Martin Storsjö e23d195deb Split out input-specific parts of rtsp_read_header() into its own, new, 15 years ago
Martin Storsjö 30ff7c5cbc Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. 15 years ago
Martin Storsjö 69adcc4ffb Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) 15 years ago
Martin Storsjö 52aa4338cc Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState 15 years ago
Martin Storsjö c02fd3d2e8 Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the 15 years ago
Martin Storsjö dfd017bf0a Add functions to send RTSP commands with content attached to them. This will 15 years ago
Martin Storsjö 9c8fa20d7e When using RTP-over-UDP, send dummy packets during stream setup, similar to 15 years ago
Ronald S. Bultje 7515ed0c1d Reindent after r21741. 15 years ago
Ronald S. Bultje 170870b77c Don't forget to set known audio parameters (samplerate, etc.) if the codec is 15 years ago
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