300 Commits (7c0460496b5eeb1713f00c00e2e61b420bb928e7)

Author SHA1 Message Date
Ronald S. Bultje 985b05d3c9 This patch refactors RDT packet header parsing so that it can be used in 16 years ago
Ronald S. Bultje f5f1e97f33 Reindent after previous patches. 16 years ago
Ronald S. Bultje 119b466811 Implement a RTSPTransport field, which allows proper separation of server 16 years ago
Ronald S. Bultje ab63fb0360 Remove access to rdt_data struct in functions called outside of the 16 years ago
Ronald S. Bultje eee2cbff77 Send improper UDP SETUP request, which is what Realmedia servers expect. 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Baptiste Coudurier 6ad1c9c992 only include sys/select.h if present, fix mingw compilation 16 years ago
Baptiste Coudurier 933bd8e291 include sys/select.h instead of unistd.h to get select, 16 years ago
Ronald S. Bultje 2834c365d2 Reindent after r15317. 16 years ago
Ronald S. Bultje 2e889ae4b9 Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport 16 years ago
Ronald S. Bultje a6789dca1b Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: 16 years ago
Ronald S. Bultje ee0cb67fa3 Factorize out common code for opening of the RTP parsing context between 16 years ago
Ronald S. Bultje 4fce284c08 Implement RDT-specific data parsing routines. After these changes, simple 16 years ago
Ronald S. Bultje 99b2ac0797 Reindent after previous patch. 16 years ago
Ronald S. Bultje 1256d16b6c Implement a RDT-specific SET_PARAMETER command that subscribes to the 16 years ago
Ronald S. Bultje 0ad306bc81 Remove unused code that used to handle protocol concatenation, i.e. trying 16 years ago
Ronald S. Bultje e9dea59f16 Implement Realmedia/RTSP-compatible SETUP command. This includes calculation 16 years ago
Ronald S. Bultje 5f86057ffd Remove useless "else" case in if X { A; return }; else { B }. See discussion 16 years ago
Ronald S. Bultje d6bb9ebdc6 Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line 16 years ago
Ronald S. Bultje 897ade1ba9 Implement Realmedia-compatible DESCRIBE command. 16 years ago
Ronald S. Bultje 1cf151e9ae Send RTSP OPTIONS command to detect server type. 16 years ago
Ronald S. Bultje 30aa6aed4a Read RealChallenge1 field from the server. 16 years ago
Ronald S. Bultje e077604335 Implement RTSPServerType enum as a way to identify the flavour of RTSP that 16 years ago
Ronald S. Bultje 75128a2273 Revert back to old version (r15103). 16 years ago
Ronald S. Bultje 158efd74fe Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" 16 years ago
Ronald S. Bultje 8646b9070b Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP 16 years ago
Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
Luca Abeni 6872368355 Do not free the priv_data field of AVStream on close (it is already 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Luca Abeni d2bf42bef9 Fix receiving from SDP with unicast destinations 17 years ago
Luca Abeni 35b74c3deb Remove the "multicast=" tag from UDP and RTP URLs 17 years ago
Luca Barbato 5ee0e1395d use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg 17 years ago
Ronald S. Bultje 7e6ca34f27 Reindent after rtsp-alternate-protocol* patches. 17 years ago
Ronald S. Bultje 8792f52a9b Change protocol_mask into protocol, since we always just try a single one per 17 years ago
Ronald S. Bultje 8a8754d80f Allow cycling between different protocols (TCP, UDP or multicast) so that if 17 years ago
Ronald S. Bultje 53620bba51 Split the SETUP request into a separate function, as a prelude into allowing 17 years ago
Ronald S. Bultje c482500fa3 Drop RTSP default protocol. 17 years ago
Luca Barbato 7ecc634e8a Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent 17 years ago
Luca Barbato e150211863 Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support 17 years ago
Luca Barbato 16ed032214 Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment 17 years ago
Luca Abeni e8acf0edea Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), 17 years ago
Luca Barbato 489b0d4d98 Make av_read_frame with rtsp client return EINTR on interrupt 17 years ago
Luca Barbato a960a1e041 Make av_read_frame with rtsp client return EINTR on interrupt 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Luca Abeni 7ed19d7fbf Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP 17 years ago
Ronald S. Bultje b316aa1a1e Specify the server address when opening an rtp:// URL in rtsp.c, so 17 years ago
Luca Abeni ecdcbbf66a If local port n is not available, try n + 2 instead of continuing to bind 17 years ago