| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | include sys/select.h instead of unistd.h to get select, | Baptiste Coudurier | 2008-09-24 | 1 | -1/+1 |
* | Reindent after r15317. | Ronald S. Bultje | 2008-09-14 | 1 | -1/+1 |
* | Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport | Ronald S. Bultje | 2008-09-14 | 1 | -16/+16 |
* | Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: | Ronald S. Bultje | 2008-09-11 | 1 | -14/+14 |
* | Factorize out common code for opening of the RTP parsing context between | Ronald S. Bultje | 2008-09-11 | 1 | -32/+26 |
* | Implement RDT-specific data parsing routines. After these changes, simple | Ronald S. Bultje | 2008-09-07 | 1 | -2/+8 |
* | Reindent after previous patch. | Ronald S. Bultje | 2008-09-07 | 1 | -22/+22 |
* | Implement a RDT-specific SET_PARAMETER command that subscribes to the | Ronald S. Bultje | 2008-09-07 | 1 | -1/+33 |
* | Remove unused code that used to handle protocol concatenation, i.e. trying | Ronald S. Bultje | 2008-09-03 | 1 | -13/+3 |
* | Implement Realmedia/RTSP-compatible SETUP command. This includes calculation | Ronald S. Bultje | 2008-09-03 | 1 | -6/+29 |
* | Remove useless "else" case in if X { A; return }; else { B }. See discussion | Ronald S. Bultje | 2008-09-01 | 1 | -6/+4 |
* | Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line | Ronald S. Bultje | 2008-09-01 | 1 | -1/+1 |
* | Implement Realmedia-compatible DESCRIBE command. | Ronald S. Bultje | 2008-09-01 | 1 | -0/+9 |
* | Send RTSP OPTIONS command to detect server type. | Ronald S. Bultje | 2008-08-31 | 1 | -0/+37 |