| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Parse the ASMRuleBook SDP line to dynamically create one new AVStream for | Ronald S. Bultje | 2009-01-07 | 1 | -0/+3 |
* | Add comment to indicate why the SDP line buffer is as big as it is. | Ronald S. Bultje | 2008-12-14 | 1 | -0/+4 |
* | Increase SDP line buffer size because ASF headers in RTSP-MS are very big. Se... | Ronald S. Bultje | 2008-12-14 | 1 | -1/+1 |
* | Rename rtp_payload_data_t to avoid clashes with the POSIX namespace | Luca Abeni | 2008-12-13 | 1 | -8/+8 |
* | Rename type to be consistent | Luca Barbato | 2008-12-13 | 1 | -4/+3 |
* | Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. | Ronald S. Bultje | 2008-12-06 | 1 | -3/+3 |
* | Change function prototype from taking an AVStream to taking an index to the | Ronald S. Bultje | 2008-11-30 | 1 | -1/+1 |
* | Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in | Ronald S. Bultje | 2008-11-15 | 1 | -1/+1 |
* | Call check_back_and_send_rr() function only in case of RTP as a transport. | Ronald S. Bultje | 2008-11-15 | 1 | -1/+1 |
* | Reindent after r15544. | Ronald S. Bultje | 2008-10-04 | 1 | -2/+4 |
* | Implement RDTDemuxContext, which contains RDT-specific data (similar to | Ronald S. Bultje | 2008-10-04 | 1 | -2/+13 |
* | Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) | Ronald S. Bultje | 2008-10-04 | 1 | -18/+18 |
* | Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque | Ronald S. Bultje | 2008-10-04 | 1 | -2/+3 |
* | Rename RTP payload contexts to PayloadContext, suggested by Luca in | Ronald S. Bultje | 2008-10-04 | 1 | -1/+1 |
* | Use enum typers instead of int. | Diego Pettenò | 2008-10-02 | 1 | -1/+2 |
* | Add (additional) const to many global tables. | Reimar Döffinger | 2008-10-02 | 1 | -1/+1 |
* | This patch refactors RDT packet header parsing so that it can be used in | Ronald S. Bultje | 2008-10-01 | 1 | -0/+3 |
* | Reindent after previous patches. | Ronald S. Bultje | 2008-09-30 | 1 | -3/+3 |
* | Implement a RTSPTransport field, which allows proper separation of server | Ronald S. Bultje | 2008-09-30 | 1 | -7/+23 |
* | Remove access to rdt_data struct in functions called outside of the | Ronald S. Bultje | 2008-09-30 | 1 | -1/+2 |
* | Send improper UDP SETUP request, which is what Realmedia servers expect. | Ronald S. Bultje | 2008-09-30 | 1 | -2/+5 |
* | Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us | Ronald S. Bultje | 2008-09-30 | 1 | -33/+33 |
* | only include sys/select.h if present, fix mingw compilation | Baptiste Coudurier | 2008-09-26 | 1 | -0/+2 |