summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/rtpproto: when local rtp port and local rtcp port are not specified,...lemonlinger@gmail.com2013-10-251-13/+30
* Merge commit '4b054a3400f728c54470ee6a1eefe1d82420f6a2'Michael Niedermayer2013-08-161-1/+1
|\
| * rtpproto: Check the right feature detection macroMartin Storsjö2013-08-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-151-2/+2
|\ \ | |/
| * rtpproto: Check for the right feature when reading a sockaddr_in6Dave Yeo2013-08-151-2/+2
* | Merge commit '6b58e11a8331690ec32e9869db89ae10c54614e9'Michael Niedermayer2013-08-141-5/+84
|\ \ | |/
| * rtpproto: Add an option for writing return packets to the address of the last...Martin Storsjö2013-08-141-5/+84
* | Merge commit '2427ac6ccd868811d1fe9df7c64c50ca58abe6f6'Michael Niedermayer2013-08-141-1/+2
|\ \ | |/
| * rtpproto: Update the parameter documentationMartin Storsjö2013-08-131-1/+2
* | Merge commit 'ee37d5811caa8f4ad125a37fe6ce3f9e66cd72f2'Michael Niedermayer2013-08-011-2/+11
|\ \ | |/
| * rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_urlMartin Storsjö2013-08-011-2/+11
* | Merge commit '1851e1d05d06f6ef3436c667e4354da0f407b226'Michael Niedermayer2013-08-011-0/+3
|\ \ | |/
| * rtpproto: Check the size before reading buf[1]Martin Storsjö2013-08-011-0/+3
* | Merge commit 'b7e6da988bfd5def40ccf3476eb8ce2f98a969a5'Michael Niedermayer2013-08-011-1/+2
|\ \ | |/
| * rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-311-1/+2
* | Merge commit '892b0be1dfbdeaf71235fb6c593286e4f5c7e4ec'Michael Niedermayer2013-08-011-19/+6
|\ \ | |/
| * rtpproto: Simplify the rtp_read function by looping over the fdsMartin Storsjö2013-07-311-19/+6
* | Merge commit '7531588fffbca1f0afdcc06635999c00dfc16ca6'Michael Niedermayer2013-08-011-1/+0
|\ \ | |/
| * rtpproto: Remove a misplaced commentMartin Storsjö2013-07-311-1/+0
* | Merge commit '54e03ff6af8a070f1055edd26028f3f7b2e2ca8e'Michael Niedermayer2013-08-011-1/+4
|\ \ | |/
| * rtpproto: Support nonblocking readsMartin Storsjö2013-07-311-1/+4
* | Merge commit '74972220909787af5a3ffe66f7fa8041827c2bd2'Michael Niedermayer2013-07-301-24/+86
|\ \ | |/
| * rtpproto: Support more than one SSM include address, support excludesEd Torbett2013-07-291-24/+86
* | Merge commit '36fb0d02a1faa11eaee51de01fb4061ad6092af9'Michael Niedermayer2013-07-201-75/+53
|\ \ | |/
| * rtpproto: Check the source IP if one single source has been specifiedMartin Storsjö2013-07-191-1/+57
| * rtpproto: Support IGMPv3 source specific multicast inclusionEd Torbett2013-07-191-4/+11
* | avformat/rt*p: Joining a SSM multicast group using an SDP (Issue #2171)Ed Torbett2013-07-181-4/+89
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-131-3/+0
|\ \ | |/
| * rtpproto: Remove unused definesMartin Storsjö2012-12-121-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-10/+19
|\ \ | |/
| * rtp: remove ff_rtp_get_rtcp_file_handle().Jordi Ortiz2012-08-171-5/+0
| * avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-171-8/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-2/+0
|\ \ | |/
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
| * lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-1/+1
|\ \ | |/
| * rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+1
|\ \ | |/
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-8/+2
|\ \ | |/
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-8/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-3/+3
|\ \ | |/
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-131-2/+2
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-2/+2
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-4/+4
|\ \ | |/
| * rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-4/+4
* | rtp: disable udp fifos, the rtp code cannot work with the fifos in its curren...Michael Niedermayer2011-07-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-23/+0
|\ \ | |/
| * rtp: remove disabled codeDiego Biurrun2011-07-211-23/+0
OpenPOWER on IntegriCloud