| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Recognize the "application" data type, which is required for WMS/UDP | Ronald S. Bultje | 2009-03-03 | 1 | -0/+8 |
* | Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the | Ronald S. Bultje | 2009-02-21 | 1 | -9/+9 |
* | Change sizeof(struct_type) to sizeof(variable). | Ronald S. Bultje | 2009-02-21 | 1 | -1/+1 |
* | Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not | Luca Abeni | 2009-02-17 | 1 | -1/+1 |
* | Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] | Ronald S. Bultje | 2009-02-16 | 1 | -1/+1 |
* | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni | 2009-02-06 | 1 | -1/+1 |
* | Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and | Ronald S. Bultje | 2009-02-05 | 1 | -17/+17 |
* | use new metadata API in rtsp demuxer | Aurelien Jacobs | 2009-02-02 | 1 | -2/+2 |
* | Fix the Transport: line in the SETUP request so that it works with WMS | Ronald S. Bultje | 2009-02-01 | 1 | -3/+10 |
* | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni | 2009-01-27 | 1 | -1/+1 |
* | Skip m= blocks in the SDP if the media type is unknown. This prevents | Ronald S. Bultje | 2009-01-24 | 1 | -0/+5 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Reindent to properly fit a 80 chars terminal. | Ronald S. Bultje | 2009-01-09 | 1 | -4/+5 |
* | Reindent after r16509. | Ronald S. Bultje | 2009-01-09 | 1 | -2/+2 |
* | Apply rtpmap: SDP lines to the last m= line only, since they generally just | Ronald S. Bultje | 2009-01-09 | 1 | -6/+2 |
* | Increase buffer size for RTP packet data because some ASF streams use a | Ronald S. Bultje | 2009-01-09 | 1 | -1/+1 |
* | Use the "server" RTSP field to detect whether the server that we're talking | Ronald S. Bultje | 2009-01-07 | 1 | -0/+5 |
* | Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future | Ronald S. Bultje | 2009-01-07 | 1 | -58/+0 |
* | Allow subscription to any of the streams, not just the first, available in | Ronald S. Bultje | 2009-01-07 | 1 | -15/+56 |
* | Parse the OpaqueData field for every AVStream represented by this "set of | Ronald S. Bultje | 2009-01-07 | 1 | -4/+0 |