summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
Commit message (Expand)AuthorAge
...
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-29
* drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs2010-10-23
* rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö2010-10-08
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-01
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-03
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-29
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-25
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-25
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-09
* Preserve status reasonLuca Barbato2010-08-06
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-25
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-14
* Add RTSP tunneling over HTTPJosh Allmann2010-06-08
* Cosmetics: Reindent/align/wrapMartin Storsjö2010-06-05
* RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann2010-06-05
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-05
* Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje2010-06-01
* Replace @returns by @return.Benoit Fouet2010-03-30
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-25
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-25
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-25
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-15
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-15
* Cosmetics: reindentMartin Storsjö2010-02-23
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-22
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-22
* Remove stale function declaration.Martin Storsjö2010-02-19
* Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö2010-02-19
* Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg2010-01-22
* Support 3xx redirection in rtspLuca Barbato2009-10-25
* 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
* Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje2009-07-27
* Use globally consistent include guard names.Stefano Sabatini2009-07-19
* Support seeking as defined by the rfcLuca Barbato2009-06-10
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-15
* Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje2009-03-21
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-17
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-26
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-16
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-16
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-05
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-05
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-04
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje2009-01-07