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