summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
...
* Include os_support.h which has a fallback declaration of socklen_tDave Yeo2010-03-10
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-09
* RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö2010-03-09
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-07
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* Cosmetics: reindentMartin Storsjö2010-02-23
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Add an RTSP muxerMartin Storsjö2010-02-22
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-22
* Cosmetics: reindentMartin Storsjö2010-02-22
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-22
* Cosmetics: reindent after applying patchesMartin Storsjö2010-02-22
* Don't follow RTSP redirects when used as a muxerMartin Storsjö2010-02-22
* Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö2010-02-22
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-22
* Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö2010-02-19
* Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö2010-02-19
* Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö2010-02-19
* Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö2010-02-19
* Make rtsp_close_streams() take a AVFormatContext instead of a RTSPStateMartin Storsjö2010-02-19
* Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö2010-02-19
* Add functions to send RTSP commands with content attached to them. This willMartin Storsjö2010-02-17
* When using RTP-over-UDP, send dummy packets during stream setup, similar toMartin Storsjö2010-02-16
* Reindent after r21741.Ronald S. Bultje2010-02-10
* Don't forget to set known audio parameters (samplerate, etc.) if the codec isRonald S. Bultje2010-02-10
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-26
* Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg2010-01-22
* Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje2010-01-21
* Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje2010-01-21
* Reindent after r21368.Ronald S. Bultje2010-01-21
* Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje2010-01-21
* Fix issue1658 (trailing space in rtpmap descriptor).Ronald S. Bultje2010-01-13
* Add correct log context to av_log() calls in parse_rtpmap().Ronald S. Bultje2010-01-07
* Re-indent to more closely follow general coding standards used in otherRonald S. Bultje2010-01-07
* Remove forward declarations.Ronald S. Bultje2010-01-04
* Fix typo.Stefano Sabatini2010-01-01
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* Rename internal functionLuca Barbato2009-12-30
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-13
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-12
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-12
* rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato2009-10-25
* Support 3xx redirection in rtspLuca Barbato2009-10-25
* Just remove params understood by the demuxerLuca Barbato2009-10-24
* Suppress ?params in the rtsp uriLuca Barbato2009-10-24
* Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato2009-10-24
* Remove ancient redir demuxer.Diego Biurrun2009-10-24