summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-25
* ReindentMartin Storsjö2010-03-25
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-24
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-24
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-24
* Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö2010-03-23
* Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö2010-03-23
* Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö2010-03-23
* ReindentMartin Storsjö2010-03-22
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-22
* Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö2010-03-22
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-15
* ReindentMartin Storsjö2010-03-15
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-15
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Cosmetics, break a long line, fix brace placementMartin Storsjö2010-03-11
* RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö2010-03-11
* 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