Martin Storsjö
|
ec55edba31
Make rtsp_skip_packet non-static, add ff prefix
|
15 лет назад |
Martin Storsjö
|
c040badb70
Reindent
|
15 лет назад |
Martin Storsjö
|
c07c6f8183
RTSP: Synchronize the start time of the chained RTP muxers
|
15 лет назад |
Aurelien Jacobs
|
e4a9e3cc7c
move ff_url_split() and ff_url_join() declarations to internal.h
|
15 лет назад |
Martin Storsjö
|
5c7fd91010
Cosmetics, break a long line, fix brace placement
|
15 лет назад |
Martin Storsjö
|
26cb700c82
RTSP muxer: Create the SDP with the numerical IP of the peer
|
15 лет назад |
Dave Yeo
|
cbfa66d0cf
Include os_support.h which has a fallback declaration of socklen_t
|
15 лет назад |
Martin Storsjö
|
db76ca7f35
Use rt->control_uri consequently instead of s->filename in all RTSP commands
|
15 лет назад |
Martin Storsjö
|
03f8fc0897
RTSP: Resolve and use the actual IP address of the peer we're connected to,
|
15 лет назад |
Martin Storsjö
|
f984dcf6dd
Reindent
|
15 лет назад |
Martin Storsjö
|
c5c6e67c28
Rename url_split to ff_url_split
|
15 лет назад |
David Conrad
|
ac11d562e5
Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c
|
15 лет назад |
Martin Storsjö
|
57b5555c91
Use ff_url_join for assembling URLs, instead of snprintf
|
15 лет назад |
Martin Storsjö
|
f65919af7e
Rename RTP depacketizer files from rtp_* to rtpdec_*
|
15 лет назад |
Martin Storsjö
|
9399393333
Cosmetics: reindent
|
15 лет назад |
Ronald S. Bultje
|
3307e6ea86
Prefix non-static RTSP functions with ff_.
|
15 лет назад |
Martin Storsjö
|
6f5a3d0a7b
Add an RTSP muxer
|
15 лет назад |
Martin Storsjö
|
f86f665623
Free metadata in chained RTP muxers in the RTSP muxer
|
15 лет назад |
Martin Storsjö
|
af037f8098
Cosmetics: reindent
|
15 лет назад |
Martin Storsjö
|
15ba23150e
Add declarations and doxygen documentation of generic rtsp support functions
|
15 лет назад |
Martin Storsjö
|
2efc97c2fe
Cosmetics: reindent after applying patches
|
15 лет назад |
Martin Storsjö
|
35cfd6464e
Don't follow RTSP redirects when used as a muxer
|
15 лет назад |
Martin Storsjö
|
3e24c7701c
Add a function rtsp_setup_output_streams for announcing the SDP
|
15 лет назад |
Martin Storsjö
|
fd450a5177
Create AVFormatContext objects as private transport for output RTSP sessions
|
15 лет назад |
Martin Storsjö
|
4280f9bbcd
Split rtsp_read_header() into two functions, so that the main part (now also
|
15 лет назад |
Martin Storsjö
|
e23d195deb
Split out input-specific parts of rtsp_read_header() into its own, new,
|
15 лет назад |
Martin Storsjö
|
30ff7c5cbc
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.
|
15 лет назад |
Martin Storsjö
|
69adcc4ffb
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)
|
15 лет назад |
Martin Storsjö
|
52aa4338cc
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
|
15 лет назад |
Martin Storsjö
|
c02fd3d2e8
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the
|
15 лет назад |
Martin Storsjö
|
dfd017bf0a
Add functions to send RTSP commands with content attached to them. This will
|
15 лет назад |
Martin Storsjö
|
9c8fa20d7e
When using RTP-over-UDP, send dummy packets during stream setup, similar to
|
15 лет назад |
Ronald S. Bultje
|
7515ed0c1d
Reindent after r21741.
|
15 лет назад |
Ronald S. Bultje
|
170870b77c
Don't forget to set known audio parameters (samplerate, etc.) if the codec is
|
15 лет назад |
Jeremy Morton
|
2700063655
Don't use tcp_fd if we're not using TCP-based connections (e.g. when
|
15 лет назад |
Alan Steremberg
|
00eb13e05f
Use the control URI from the SDP (if present) rather than the input filename,
|
15 лет назад |
Ronald S. Bultje
|
2e13ecfeca
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since
|
15 лет назад |
Ronald S. Bultje
|
f8c087333d
Change on rtsp_send_cmd() to the _async() version since we don't use the
|
15 лет назад |
Ronald S. Bultje
|
7eaa646fd6
Reindent after r21368.
|
15 лет назад |
Ronald S. Bultje
|
8b9457deab
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized
|
15 лет назад |
Ronald S. Bultje
|
9d50d39629
Fix issue1658 (trailing space in rtpmap descriptor).
|
15 лет назад |
Ronald S. Bultje
|
8f3c87f3e2
Add correct log context to av_log() calls in parse_rtpmap().
|
15 лет назад |
Ronald S. Bultje
|
c896580087
Re-indent to more closely follow general coding standards used in other
|
15 лет назад |
Ronald S. Bultje
|
0e59034ed8
Remove forward declarations.
|
15 лет назад |
Stefano Sabatini
|
debe86bfed
Fix typo.
|
15 лет назад |
Stefano Sabatini
|
702d0a9e85
Remove residual use of the doxygen markup which is deprecated,
|
15 лет назад |
Luca Barbato
|
d7250724ef
Rename internal function
|
15 лет назад |
Luca Abeni
|
103dfbe2c4
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer
|
15 лет назад |
Luca Abeni
|
987131828c
Split the sdp_read_packet() function out of rtsp_read_packet().
|
15 лет назад |
Luca Abeni
|
1ced9da357
Move some some functions around, so that splitting the SDP code out of
|
15 лет назад |