Martin Storsjö
|
4b054a3400
rtpproto: Check the right feature detection macro
|
11 years ago |
Dave Yeo
|
c3386bd5b4
rtpproto: Check for the right feature when reading a sockaddr_in6
|
11 years ago |
Martin Storsjö
|
6b58e11a83
rtpproto: Add an option for writing return packets to the address of the last received packets
|
11 years ago |
Martin Storsjö
|
2427ac6ccd
rtpproto: Update the parameter documentation
|
11 years ago |
Martin Storsjö
|
ee37d5811c
rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url
|
11 years ago |
Martin Storsjö
|
1851e1d05d
rtpproto: Check the size before reading buf[1]
|
11 years ago |
Martin Storsjö
|
b7e6da988b
rtpproto: Move rtpproto specific function declarations to a separate header
|
11 years ago |
Martin Storsjö
|
892b0be1df
rtpproto: Simplify the rtp_read function by looping over the fds
|
11 years ago |
Martin Storsjö
|
7531588fff
rtpproto: Remove a misplaced comment
|
11 years ago |
Martin Storsjö
|
54e03ff6af
rtpproto: Support nonblocking reads
|
11 years ago |
Ed Torbett
|
7497222090
rtpproto: Support more than one SSM include address, support excludes
|
11 years ago |
Martin Storsjö
|
4d97ca040b
rtpproto: Check the source IP if one single source has been specified
|
11 years ago |
Ed Torbett
|
336353deaa
rtpproto: Support IGMPv3 source specific multicast inclusion
|
11 years ago |
Martin Storsjö
|
29d2595ad7
rtpproto: Remove unused defines
|
12 years ago |
Jordi Ortiz
|
a2dd4f7780
rtp: remove ff_rtp_get_rtcp_file_handle().
|
12 years ago |
Jordi Ortiz
|
d6b9da1178
avio: add (ff)url_get_multi_file_handle() for getting more than one fd
|
12 years ago |
Mans Rullgard
|
6501dcfb5e
Remove unnecessary inclusions of [sys/]time.h
|
12 years ago |
Mans Rullgard
|
4e5a514813
lavf: remove unnecessary inclusions of unistd.h
|
12 years ago |
Martin Storsjö
|
298a587f44
rtp: Factorize the check for distinguishing RTCP packets from RTP
|
13 years ago |
Martin Storsjö
|
32b83aeec1
avio: Add an URLProtocol flag for indicating that a protocol uses network
|
13 years ago |
Martin Storsjö
|
7e58050590
proto: Use .priv_data_size to allocate the private context
|
13 years ago |
Anton Khirnov
|
ddffc2fdc3
avio: add support for passing options to protocols.
|
13 years ago |
Martin Storsjö
|
6f1b7b3944
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
|
13 years ago |
Martin Storsjö
|
9957cdbfd5
avformat: Use ff_check_interrupt
|
13 years ago |
Martin Storsjö
|
bfc6db4477
rtpdec: Add ff_ prefix to all nonstatic symbols
|
13 years ago |
Diego Biurrun
|
4cc843facd
rtp: remove disabled code
|
13 years ago |
Martin Storsjö
|
9abbe8cc13
Use av_printf_format to check the usage of printf style functions
|
13 years ago |
Martin Storsjö
|
f9a6cfdd04
rtpproto: Remove an unused variable
|
14 years ago |
Stefano Sabatini
|
59d96941f0
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
|
14 years ago |
Anton Khirnov
|
f35ff97f2e
lavf: use designated initializers for all protocols
|
14 years ago |
Anton Khirnov
|
f87b1b373a
avio: AVIO_ prefixes for URL_ open flags.
|
14 years ago |
Anton Khirnov
|
5958df341d
avio: deprecate url_max_packet_size().
|
14 years ago |
Anton Khirnov
|
1869ea03b7
avio: make url_get_file_handle() internal.
|
14 years ago |
Anton Khirnov
|
e52a9145c8
avio: make url_close() internal.
|
14 years ago |
Anton Khirnov
|
925e908bc7
avio: make url_write() internal.
|
14 years ago |
Anton Khirnov
|
0589da0aa5
avio: make url_open() internal.
|
14 years ago |
Anton Khirnov
|
4ec153bb66
avio: make udp_set_remote_url/get_local_port internal.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Nicolas George
|
c76374c6db
Use AVERROR_EXIT with url_interrupt_cb.
|
14 years ago |
Martin Storsjö
|
28c4741a66
libavformat: Remove FF_NETERRNO()
|
14 years ago |
Anton Khirnov
|
ab0287fcbd
Move find_info_tag to lavu and add av_ prefix to it
|
14 years ago |
Luca Barbato
|
a8475bbdb6
os: replace select with poll
|
14 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 years ago |
Martin Storsjö
|
babd19ce2e
rtpproto: Allow specifying the connect option, passed through to udp
|
14 years ago |
Aurelien Jacobs
|
a178edf298
drop rtp_get_file_handles() which is not part of public API and not used anymore
|
14 years ago |
Aurelien Jacobs
|
fb660f4015
drop rtp_get_local_port() which is not part of public API and not used anymore
|
14 years ago |
Martin Storsjö
|
4a94cfea02
rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom
|
14 years ago |
Josh Allmann
|
186f1ec5f4
Add rtp_get_rtcp_file_handle function
|
14 years ago |
Josh Allmann
|
7f3468d392
rtp: Replace hardcoded RTCP packet types with defines
|
14 years ago |
Diego Biurrun
|
9a58234fea
Fix misspelled parameter names in Doxygen documentation.
|
14 years ago |