131 Commits (832404cea798c913ef57654c4b8326dc4b8adf91)

Author SHA1 Message Date
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
Luca Abeni c971ff1977 Remove the inclusion of rtsp.h and rtp.h from avformat.h, and 17 years ago
Luca Abeni 50755217f8 Use correct timescale in RTSP seeking 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
Alex Beregszaszi e2e2e7dd70 .memleak fix by Ronald Bultje. OK'd by Luca. 18 years ago
Luca Barbato d02678eccc rtsp multicast fix by Thijs Vermeir $1$2@gmail.com 18 years ago
Ronald S. Bultje 80fb82346e Use AV_RB* macros where appropriate. 18 years ago
Eric Paul 74ef8b434d check udp_read_packet return value not to access uninitialized memory 18 years ago
Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 18 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Thijs Vermeir 8bd32c0424 Add transport method options 18 years ago
Thijs Vermeir badc9ae2d5 Add support for options 18 years ago
Alex Beregszaszi 9686292664 Don't compile RTSP_DEMUXER if not requested 18 years ago
Alex Beregszaszi e7047005cb properly compile code for REDIR_DEMUXER 18 years ago
Alex Beregszaszi 0913873e5b remove unused rtsp_callback 18 years ago
Panagiotis Issaris 0af4407d35 Move unaltered rtsp.c comments to the header file. 18 years ago
Marc Hoffman db0ed93e22 Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. 18 years ago
Ramiro Polla 42572ef53f move networking #includes into separate file 18 years ago
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago