summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Report when a method gets an error status codeLuca Barbato2010-07-12
* Make ff_url_split() publicMåns Rullgård2010-06-27
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-25
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-25
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-25
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-25
* Make the http protocol open the connection immediately in http_open againMartin Storsjö2010-06-22
* RTSP: Use the same authentication for the HTTP POST session as for the GETMartin Storsjö2010-06-21
* RTSP: Add the auth credentials to the HTTP tunnel URL, tooMartin Storsjö2010-06-19
* RTSP: Set the connection handles to null after closing themMartin Storsjö2010-06-19
* RTSP: Don't store the connection handles in local variablesJosh Allmann2010-06-19
* RTSP: Clean up rtsp_hd on failureMartin Storsjö2010-06-18
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-14
* RTSP: Shrink SDP fmtp parsing buffer sizeJosh Allmann2010-06-14
* ReindentJosh Allmann2010-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
* Remove unused local variablesMartin Storsjö2010-06-05
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-05
* Fix a crash when opening WMS RTSP streamsMartin Storsjö2010-05-19
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö2010-04-20
* Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö2010-04-20
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-16
* Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje2010-04-15
* Zero-initialize the reply structMartin Storsjö2010-04-04
* Remove a redundant assignment, found by clangMartin Storsjö2010-04-03
* ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.Sam Gerstein2010-04-02
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Replace @returns by @return.Benoit Fouet2010-03-30
* Some spelling fixes.Reimar Döffinger2010-03-29
* Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlabSam Gerstein2010-03-29
* Reassemble the RTSP URL before replacing hostname with the numerical IPMartin Storsjö2010-03-25
* Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary bufferMartin Storsjö2010-03-25
* Don't force basic auth in RTSP, but retry with the server-specified method on...Martin Storsjö2010-03-25
* 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
* ReindentMartin Storsjö2010-03-25
* Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_contentMartin Storsjö2010-03-24
* Issue a warning if the received CSeq isn't the expected oneLuca Barbato2010-03-24
* Handle errors returned from ff_rtsp_read_reply in udp_read_packet properlyMartin Storsjö2010-03-24
* Handle multiple RTSP transport options properly by adding all of them into th...Martin Storsjö2010-03-23
* Parse options in the RTSP URL only from the last question mark onwardsMartin Storsjö2010-03-23
* Reconstruct the RTSP URL, in order to remove the auth part from the URL sent ...Martin Storsjö2010-03-23
* ReindentMartin Storsjö2010-03-22
* Add support for TCP as lower transport in the RTSP muxerMartin Storsjö2010-03-22
* Use the caller's RTSPMessageHeader in rtsp_setup_input_streamsMartin Storsjö2010-03-22