summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Make ff_url_split() publicMåns Rullgård2010-06-271-2/+2
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-251-2/+1
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-251-67/+2
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-251-58/+0
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-251-25/+12
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-221-3/+8
* RTSP: Use the same authentication for the HTTP POST session as for the GETMartin Storsjö2010-06-211-0/+18
* RTSP: Add the auth credentials to the HTTP tunnel URL, tooMartin Storsjö2010-06-191-1/+1
* RTSP: Set the connection handles to null after closing themMartin Storsjö2010-06-191-0/+1
* RTSP: Don't store the connection handles in local variablesJosh Allmann2010-06-191-14/+9
* RTSP: Clean up rtsp_hd on failureMartin Storsjö2010-06-181-0/+2
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-141-1/+1
* RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann2010-06-141-4/+3
* ReindentJosh Allmann2010-06-141-7/+7
* Add RTSP tunneling over HTTPJosh Allmann2010-06-081-4/+76
* Cosmetics: Reindent/align/wrapMartin Storsjö2010-06-051-15/+16
* RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann2010-06-051-9/+16
* Remove unused local variablesMartin Storsjö2010-06-051-1/+0
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-051-6/+15
* Fix a crash when opening WMS RTSP streamsMartin Storsjö2010-05-191-0/+2
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-2/+2
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-201-0/+17
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-201-1/+20
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-161-1/+1
* Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje2010-04-151-1/+1
* Zero-initialize the reply structMartin Storsjö2010-04-041-1/+1
* Remove a redundant assignment, found by clangMartin Storsjö2010-04-031-2/+0
* ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.Sam Gerstein2010-04-021-1/+1
* 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
OpenPOWER on IntegriCloud