summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-25
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-25
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-25
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-12
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-09
* Fix spelling in comment(s)Reinhard Tartler2010-08-07
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-07
* Preserve status reasonLuca Barbato2010-08-06
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-28
* Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger2010-07-21
* 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