summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-011-4/+0
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-7/+7
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Some spelling fixes.Reimar Döffinger2010-03-291-4/+4
* Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein2010-03-291-3/+13
* Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö2010-03-251-5/+6
* Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö2010-03-251-5/+3
* Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö2010-03-251-1/+9
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-251-2/+9
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-251-13/+9
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-251-54/+39
* ReindentMartin Storsjö2010-03-251-5/+5
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-241-3/+1
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-241-0/+5
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-241-1/+3
* Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö2010-03-231-3/+3
* Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö2010-03-231-1/+1
* Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö2010-03-231-5/+13
* ReindentMartin Storsjö2010-03-221-3/+3
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-221-3/+19
* Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö2010-03-221-3/+2
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-151-2/+2
* ReindentMartin Storsjö2010-03-151-1/+1
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-151-0/+6
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+1
* 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
OpenPOWER on IntegriCloud