summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Fix a crash when opening WMS RTSP streamsReinhard Tartler2010-05-21
* 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
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-15
* ReindentMartin Storsjö2010-03-15
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-15
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Cosmetics, break a long line, fix brace placementMartin Storsjö2010-03-11
* RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö2010-03-11
* Include os_support.h which has a fallback declaration of socklen_tDave Yeo2010-03-10
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-09
* RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö2010-03-09
* ReindentMartin Storsjö2010-03-08
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.cDavid Conrad2010-03-07
* Use ff_url_join for assembling URLs, instead of snprintfMartin Storsjö2010-03-05
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
* Cosmetics: reindentMartin Storsjö2010-02-23
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Add an RTSP muxerMartin Storsjö2010-02-22
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-22
* Cosmetics: reindentMartin Storsjö2010-02-22
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-22