| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use tcp_fd if we're not using TCP-based connections (e.g. when | Jeremy Morton | 2010-01-26 | 1 | -1/+1 |
* | Use the control URI from the SDP (if present) rather than the input filename, | Alan Steremberg | 2010-01-22 | 1 | -8/+17 |
* | Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since | Ronald S. Bultje | 2010-01-21 | 1 | -9/+5 |
* | Change on rtsp_send_cmd() to the _async() version since we don't use the | Ronald S. Bultje | 2010-01-21 | 1 | -1/+1 |
* | Reindent after r21368. | Ronald S. Bultje | 2010-01-21 | 1 | -3/+3 |
* | Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized | Ronald S. Bultje | 2010-01-21 | 1 | -1/+1 |
* | Fix issue1658 (trailing space in rtpmap descriptor). | Ronald S. Bultje | 2010-01-13 | 1 | -2/+5 |
* | Add correct log context to av_log() calls in parse_rtpmap(). | Ronald S. Bultje | 2010-01-07 | 1 | -6/+7 |
* | Re-indent to more closely follow general coding standards used in other | Ronald S. Bultje | 2010-01-07 | 1 | -222/+240 |
* | Remove forward declarations. | Ronald S. Bultje | 2010-01-04 | 1 | -127/+119 |
* | Fix typo. | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | Rename internal function | Luca Barbato | 2009-12-30 | 1 | -3/+3 |
* | Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer | Luca Abeni | 2009-11-13 | 1 | -3/+5 |
* | Split the sdp_read_packet() function out of rtsp_read_packet(). | Luca Abeni | 2009-11-12 | 1 | -52/+63 |
* | Move some some functions around, so that splitting the SDP code out of | Luca Abeni | 2009-11-12 | 1 | -161/+162 |
* | rtsp_close_streams frees the auth_b64 line already | Luca Barbato | 2009-10-25 | 1 | -1/+0 |
* | Support 3xx redirection in rtsp | Luca Barbato | 2009-10-25 | 1 | -1/+11 |
* | Just remove params understood by the demuxer | Luca Barbato | 2009-10-24 | 1 | -10/+12 |
* | Suppress ?params in the rtsp uri | Luca Barbato | 2009-10-24 | 1 | -0/+5 |
* | Use sdp c= line if the rtsp Transport line doesn't have a destination | Luca Barbato | 2009-10-24 | 1 | -5/+12 |
* | Remove ancient redir demuxer. | Diego Biurrun | 2009-10-24 | 1 | -66/+0 |
* | Unscrewup indentation (pointed out by Diego). | Ronald S. Bultje | 2009-09-18 | 1 | -2/+2 |
* | RTSP basic authentication, patch originally by Philip Coombes | Ronald S. Bultje | 2009-09-17 | 1 | -4/+23 |
* | Implement support for EOS as used by WMS and other RTSP servers that do not | Ronald S. Bultje | 2009-07-27 | 1 | -0/+20 |
* | Support seeking as defined by the rfc | Luca Barbato | 2009-06-10 | 1 | -0/+3 |
* | Move function for reading whole specified amount of data from RTSP | Kostya Shishkov | 2009-06-04 | 1 | -20/+6 |
* | fix compilation with DEBUG defined | Baptiste Coudurier | 2009-05-31 | 1 | -15/+13 |
* | Fix crash when receiving from SDP | Luca Abeni | 2009-04-20 | 1 | -2/+7 |
* | Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, | Ronald S. Bultje | 2009-04-15 | 1 | -3/+38 |
* | Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC | Ronald S. Bultje | 2009-04-14 | 1 | -2/+8 |
* | Increase the SDP buffer size (again!) and also increase the temporary | Ronald S. Bultje | 2009-04-14 | 1 | -3/+7 |
* | strchr(string, '\0') returns non-NULL, and is thus not suited for use in | Ronald S. Bultje | 2009-03-24 | 1 | -1/+3 |
* | Remove slash-skipping code because the function called right after that | Ronald S. Bultje | 2009-03-21 | 1 | -3/+0 |
* | Reindent something where a if () --> { <-- is on a newline rather than on the | Ronald S. Bultje | 2009-03-21 | 1 | -2/+1 |
* | Free metadata if already allocated; fixes a memleak if the header occurs twice | Ronald S. Bultje | 2009-03-21 | 1 | -0/+2 |
* | Fix silly bug in hex_to_data() where it compares a string pointer for whether | Ronald S. Bultje | 2009-03-21 | 1 | -1/+1 |
* | Remove useless comment about something that is deprecated. See summary in | Ronald S. Bultje | 2009-03-21 | 1 | -3/+0 |
* | Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". | Ronald S. Bultje | 2009-03-21 | 1 | -2/+1 |
* | Merge functional code from get_word() and get_word_sep() into a single | Ronald S. Bultje | 2009-03-21 | 1 | -23/+12 |
* | Allow (and parse) incoming server messages (notices) interleaved with TCP | Ronald S. Bultje | 2009-03-21 | 1 | -14/+51 |
* | Reindent after r18023. | Ronald S. Bultje | 2009-03-17 | 1 | -8/+8 |
* | Add RTP/ASF header parsing, which is part of the SDP of these streams. See | Ronald S. Bultje | 2009-03-17 | 1 | -1/+10 |
* | rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: | Ronald S. Bultje | 2009-03-07 | 1 | -1/+1 |
* | Oops, very silly typo. | Ronald S. Bultje | 2009-03-06 | 1 | -1/+1 |
* | Split rtsp_send_cmd() into two functions, one for the actual sending of the | Ronald S. Bultje | 2009-03-04 | 1 | -19/+28 |
* | Rename "fd1" variable ro "fd". There were previously two variables (fd1 and | Ronald S. Bultje | 2009-03-03 | 1 | -7/+7 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -3/+3 |
* | Reindent after r17777. | Ronald S. Bultje | 2009-03-03 | 1 | -13/+14 |
* | Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix | Ronald S. Bultje | 2009-03-03 | 1 | -3/+36 |