aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxerLuca Abeni2009-11-131-3/+5
* Split the sdp_read_packet() function out of rtsp_read_packet().Luca Abeni2009-11-121-52/+63
* Move some some functions around, so that splitting the SDP code out ofLuca Abeni2009-11-121-161/+162
* rtsp_close_streams frees the auth_b64 line alreadyLuca Barbato2009-10-251-1/+0
* Support 3xx redirection in rtspLuca Barbato2009-10-251-1/+11
* Just remove params understood by the demuxerLuca Barbato2009-10-241-10/+12
* Suppress ?params in the rtsp uriLuca Barbato2009-10-241-0/+5
* Use sdp c= line if the rtsp Transport line doesn't have a destinationLuca Barbato2009-10-241-5/+12
* Remove ancient redir demuxer.Diego Biurrun2009-10-241-66/+0
* Unscrewup indentation (pointed out by Diego).Ronald S. Bultje2009-09-181-2/+2
* RTSP basic authentication, patch originally by Philip CoombesRonald S. Bultje2009-09-171-4/+23
* Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje2009-07-271-0/+20
* Support seeking as defined by the rfcLuca Barbato2009-06-101-0/+3
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-041-20/+6
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-311-15/+13
* Fix crash when receiving from SDPLuca Abeni2009-04-201-2/+7
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-151-3/+38
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-141-2/+8
* Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje2009-04-141-3/+7
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-241-1/+3
* Remove slash-skipping code because the function called right after thatRonald S. Bultje2009-03-211-3/+0
* Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje2009-03-211-2/+1
* Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje2009-03-211-0/+2
* Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje2009-03-211-1/+1
* Remove useless comment about something that is deprecated. See summary inRonald S. Bultje2009-03-211-3/+0
* Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje2009-03-211-2/+1
* Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje2009-03-211-23/+12
* Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje2009-03-211-14/+51
* Reindent after r18023.Ronald S. Bultje2009-03-171-8/+8
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-171-1/+10
* rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje2009-03-071-1/+1
* Oops, very silly typo.Ronald S. Bultje2009-03-061-1/+1
* Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje2009-03-041-19/+28
* Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje2009-03-031-7/+7
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-3/+3
* Reindent after r17777.Ronald S. Bultje2009-03-031-13/+14
* Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje2009-03-031-3/+36
* Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje2009-03-031-0/+8
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-211-9/+9
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-211-1/+1
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-171-1/+1
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-161-1/+1
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-061-1/+1
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-051-17/+17
* use new metadata API in rtsp demuxerAurelien Jacobs2009-02-021-2/+2
* Fix the Transport: line in the SETUP request so that it works with WMSRonald S. Bultje2009-02-011-3/+10
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-271-1/+1
* Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje2009-01-241-0/+5
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4