summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.h
Commit message (Expand)AuthorAgeFilesLines
...
* Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje2010-06-011-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-2/+2
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-251-1/+2
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-251-2/+6
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-251-6/+14
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-151-0/+5
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-151-0/+3
* Cosmetics: reindentMartin Storsjö2010-02-231-11/+11
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-231-11/+8
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-221-0/+90
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-221-1/+1
* Remove stale function declaration.Martin Storsjö2010-02-191-1/+0
* Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers theMartin Storsjö2010-02-191-1/+1
* Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg2010-01-221-0/+5
* Support 3xx redirection in rtspLuca Barbato2009-10-251-0/+4
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-171-0/+3
* Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje2009-07-271-0/+5
* Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje2009-07-271-0/+4
* Use globally consistent include guard names.Stefano Sabatini2009-07-191-3/+3
* Support seeking as defined by the rfcLuca Barbato2009-06-101-0/+1
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-1/+1
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-151-0/+18
* Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje2009-03-211-0/+2
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-171-0/+6
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-261-30/+172
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-211-3/+3
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-161-3/+3
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-161-3/+0
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-1/+1
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-051-2/+2
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-051-18/+0
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-041-7/+7
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje2009-01-071-1/+1
* Fix doxy comments missing one '*'.Ronald S. Bultje2009-01-071-3/+3
* Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje2009-01-071-0/+2
* Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje2009-01-071-0/+60
* Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje2008-09-301-0/+1
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-301-6/+6
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-311-0/+1
* Revert back to old version (r15103).Ronald S. Bultje2008-08-311-4/+3
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje2008-08-311-0/+1
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-191-0/+4
* Drop RTSP default protocol.Ronald S. Bultje2008-01-021-0/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-101-1/+0
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* remove unused rtsp_callbackAlex Beregszaszi2007-04-261-4/+0
* Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris2007-03-051-1/+1
OpenPOWER on IntegriCloud