| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Read RealChallenge1 field from the server. | Ronald S. Bultje | 2008-08-31 | 1 | -0/+3 |
* | Implement RTSPServerType enum as a way to identify the flavour of RTSP that | Ronald S. Bultje | 2008-08-31 | 1 | -0/+7 |
* | Revert back to old version (r15103). | Ronald S. Bultje | 2008-08-31 | 1 | -47/+0 |
* | Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" | Ronald S. Bultje | 2008-08-31 | 1 | -0/+47 |
* | Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP | Ronald S. Bultje | 2008-08-27 | 1 | -0/+6 |
* | ensure we get explicit definition of various _XOPEN_SOURCE functions we use | Aurelien Jacobs | 2008-08-14 | 1 | -0/+3 |
* | strcasecmp() requires #include <strings.h> | Aurelien Jacobs | 2008-08-13 | 1 | -0/+1 |
* | Do not free the priv_data field of AVStream on close (it is already | Luca Abeni | 2008-06-27 | 1 | -1/+0 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | Fix receiving from SDP with unicast destinations | Luca Abeni | 2008-04-15 | 1 | -1/+2 |
* | Remove the "multicast=" tag from UDP and RTP URLs | Luca Abeni | 2008-04-15 | 1 | -2/+2 |
* | use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg | Luca Barbato | 2008-04-03 | 1 | -1/+1 |
* | Reindent after rtsp-alternate-protocol* patches. | Ronald S. Bultje | 2008-03-19 | 1 | -4/+3 |
* | Change protocol_mask into protocol, since we always just try a single one per | Ronald S. Bultje | 2008-03-19 | 1 | -7/+7 |
* | Allow cycling between different protocols (TCP, UDP or multicast) so that if | Ronald S. Bultje | 2008-03-19 | 1 | -3/+22 |
* | Split the SETUP request into a separate function, as a prelude into allowing | Ronald S. Bultje | 2008-03-17 | 1 | -68/+89 |
* | Drop RTSP default protocol. | Ronald S. Bultje | 2008-01-02 | 1 | -0/+2 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent | Luca Barbato | 2007-12-28 | 1 | -8/+10 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup... | Luca Barbato | 2007-12-28 | 1 | -0/+5 |
* | Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment | Luca Barbato | 2007-12-28 | 1 | -1/+1 |
* | Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), | Luca Abeni | 2007-11-29 | 1 | -6/+8 |
* | Make av_read_frame with rtsp client return EINTR on interrupt | Luca Barbato | 2007-11-22 | 1 | -1/+1 |
* | Make av_read_frame with rtsp client return EINTR on interrupt | Luca Barbato | 2007-11-21 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -1/+1 |
* | Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP | Luca Abeni | 2007-11-16 | 1 | -6/+2 |