summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Reindent/rewrapMartin Storsjö2010-10-011-8/+7
* rtsp: Reorganize if statements in rtsp_read_playMartin Storsjö2010-10-011-1/+3
* rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö2010-10-011-2/+2
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-011-5/+12
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-151-0/+6
* Reindent after r25032.Ronald S. Bultje2010-09-031-2/+2
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-031-1/+14
* rtsp: 10l, try to update the correct rtp streamMartin Storsjö2010-09-031-1/+1
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-291-0/+13
* rtsp: Check the RTCP file handle for new packets, tooJosh Allmann2010-08-291-6/+7
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-251-10/+9
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-251-9/+24
* rtsp: Return EOF if the TCP control channel is closedMartin Storsjö2010-08-251-3/+3
* Send OPTIONS request at a regular basis to standard RTSP servers as well,Ronald S. Bultje2010-08-121-3/+1
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-091-4/+11
* Fix spelling in comment(s)Reinhard Tartler2010-08-071-1/+1
* Add RTP packetization of Theora and VorbisJosh Allmann2010-08-071-1/+1
* Preserve status reasonLuca Barbato2010-08-061-2/+4
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-301-1/+1
* rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, tooMartin Storsjö2010-07-281-4/+3
* Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger2010-07-211-1/+1
* Report when a method gets an error status codeLuca Barbato2010-07-121-0/+7
* 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
OpenPOWER on IntegriCloud