summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
...
* 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
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-18
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-17
* Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje2009-07-27
* Support seeking as defined by the rfcLuca Barbato2009-06-10
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-04
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* Fix crash when receiving from SDPLuca Abeni2009-04-20
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-15
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje2009-04-14
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-24
* Remove slash-skipping code because the function called right after thatRonald S. Bultje2009-03-21
* Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje2009-03-21
* Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje2009-03-21
* Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje2009-03-21
* Remove useless comment about something that is deprecated. See summary inRonald S. Bultje2009-03-21