Ronald S. Bultje
|
99b2ac0797
Reindent after previous patch.
|
16 лет назад |
Ronald S. Bultje
|
1256d16b6c
Implement a RDT-specific SET_PARAMETER command that subscribes to the
|
16 лет назад |
Ronald S. Bultje
|
0ad306bc81
Remove unused code that used to handle protocol concatenation, i.e. trying
|
16 лет назад |
Ronald S. Bultje
|
e9dea59f16
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
|
16 лет назад |
Ronald S. Bultje
|
5f86057ffd
Remove useless "else" case in if X { A; return }; else { B }. See discussion
|
16 лет назад |
Ronald S. Bultje
|
d6bb9ebdc6
Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line
|
16 лет назад |
Ronald S. Bultje
|
897ade1ba9
Implement Realmedia-compatible DESCRIBE command.
|
16 лет назад |
Ronald S. Bultje
|
1cf151e9ae
Send RTSP OPTIONS command to detect server type.
|
16 лет назад |
Ronald S. Bultje
|
30aa6aed4a
Read RealChallenge1 field from the server.
|
16 лет назад |
Ronald S. Bultje
|
e077604335
Implement RTSPServerType enum as a way to identify the flavour of RTSP that
|
16 лет назад |
Ronald S. Bultje
|
75128a2273
Revert back to old version (r15103).
|
16 лет назад |
Ronald S. Bultje
|
158efd74fe
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"
|
16 лет назад |
Ronald S. Bultje
|
8646b9070b
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP
|
16 лет назад |
Aurelien Jacobs
|
7246177d80
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
|
16 лет назад |
Aurelien Jacobs
|
ea452b54f0
strcasecmp() requires #include <strings.h>
|
16 лет назад |
Luca Abeni
|
6872368355
Do not free the priv_data field of AVStream on close (it is already
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 лет назад |
Diego Biurrun
|
ccd425e799
Remove unnecessary parentheses from return calls.
|
16 лет назад |
Luca Abeni
|
d2bf42bef9
Fix receiving from SDP with unicast destinations
|
16 лет назад |
Luca Abeni
|
35b74c3deb
Remove the "multicast=" tag from UDP and RTP URLs
|
16 лет назад |
Luca Barbato
|
5ee0e1395d
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg
|
16 лет назад |
Ronald S. Bultje
|
7e6ca34f27
Reindent after rtsp-alternate-protocol* patches.
|
16 лет назад |
Ronald S. Bultje
|
8792f52a9b
Change protocol_mask into protocol, since we always just try a single one per
|
16 лет назад |
Ronald S. Bultje
|
8a8754d80f
Allow cycling between different protocols (TCP, UDP or multicast) so that if
|
16 лет назад |
Ronald S. Bultje
|
53620bba51
Split the SETUP request into a separate function, as a prelude into allowing
|
16 лет назад |
Ronald S. Bultje
|
c482500fa3
Drop RTSP default protocol.
|
17 лет назад |
Luca Barbato
|
7ecc634e8a
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent
|
17 лет назад |
Luca Barbato
|
e150211863
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support
|
17 лет назад |
Luca Barbato
|
16ed032214
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment
|
17 лет назад |
Luca Abeni
|
e8acf0edea
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
|
17 лет назад |
Luca Barbato
|
489b0d4d98
Make av_read_frame with rtsp client return EINTR on interrupt
|
17 лет назад |
Luca Barbato
|
a960a1e041
Make av_read_frame with rtsp client return EINTR on interrupt
|
17 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Luca Abeni
|
7ed19d7fbf
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
|
17 лет назад |
Ronald S. Bultje
|
b316aa1a1e
Specify the server address when opening an rtp:// URL in rtsp.c, so
|
17 лет назад |
Luca Abeni
|
ecdcbbf66a
If local port n is not available, try n + 2 instead of continuing to bind
|
17 лет назад |
Luca Abeni
|
c971ff1977
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
|
17 лет назад |
Luca Abeni
|
50755217f8
Use correct timescale in RTSP seeking
|
17 лет назад |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 лет назад |
Panagiotis Issaris
|
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
|
17 лет назад |
Alex Beregszaszi
|
e2e2e7dd70
.memleak fix by Ronald Bultje. OK'd by Luca.
|
17 лет назад |
Luca Barbato
|
d02678eccc
rtsp multicast fix by Thijs Vermeir $1$2@gmail.com
|
17 лет назад |
Ronald S. Bultje
|
80fb82346e
Use AV_RB* macros where appropriate.
|
17 лет назад |
Eric Paul
|
74ef8b434d
check udp_read_packet return value not to access uninitialized memory
|
17 лет назад |
Måns Rullgård
|
f7d78f3654
replace the uses of old string functions that Reimar missed
|
17 лет назад |
Måns Rullgård
|
75e61b0e88
use new string functions
|
17 лет назад |
Thijs Vermeir
|
8bd32c0424
Add transport method options
|
17 лет назад |
Thijs Vermeir
|
badc9ae2d5
Add support for options
|
17 лет назад |
Alex Beregszaszi
|
9686292664
Don't compile RTSP_DEMUXER if not requested
|
17 лет назад |