summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpproto.c
Commit message (Expand)AuthorAgeFilesLines
* rtp: Add an option to set the send/receive buffer sizeLuca Barbato2015-04-011-0/+4
* rtp: Map the urloptions to AVOptionsLuca Barbato2015-04-011-33/+65
* rtpproto: Fix the input RTP data format checkMartin Storsjö2014-12-091-1/+1
* rtpproto: Write a warning if the input data written isn't RTP packetizedMartin Storsjö2014-12-081-0/+4
* rtpproto: Free the addrinfo pointer on failureLuca Barbato2014-10-201-1/+3
* rtpproto: Check the right feature detection macroMartin Storsjö2013-08-151-1/+1
* rtpproto: Check for the right feature when reading a sockaddr_in6Dave Yeo2013-08-151-2/+2
* rtpproto: Add an option for writing return packets to the address of the last...Martin Storsjö2013-08-141-5/+84
* rtpproto: Update the parameter documentationMartin Storsjö2013-08-131-1/+2
* rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_urlMartin Storsjö2013-08-011-2/+11
* rtpproto: Check the size before reading buf[1]Martin Storsjö2013-08-011-0/+3
* rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö2013-07-311-1/+2
* rtpproto: Simplify the rtp_read function by looping over the fdsMartin Storsjö2013-07-311-19/+6
* rtpproto: Remove a misplaced commentMartin Storsjö2013-07-311-1/+0
* rtpproto: Support nonblocking readsMartin Storsjö2013-07-311-1/+4
* rtpproto: Support more than one SSM include address, support excludesEd Torbett2013-07-291-24/+86
* 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
* rtpproto: Remove unused definesMartin Storsjö2012-12-121-3/+0
* 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
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-201-1/+0
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-161-1/+1
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-8/+2
* 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
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-4/+4
* rtp: remove disabled codeDiego Biurrun2011-07-211-23/+0
* Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-231-1/+1
* rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-041-1/+1
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-041-2/+2
* avio: make url_close() internal.Anton Khirnov2011-04-041-4/+4
* avio: make url_write() internal.Anton Khirnov2011-04-041-1/+1
* avio: make url_open() internal.Anton Khirnov2011-04-041-2/+3
* avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-231-5/+6
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-1/+1
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-7/+7
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-171-7/+8
* os: replace select with pollLuca Barbato2011-01-281-16/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* rtpproto: Allow specifying the connect option, passed through to udpMartin Storsjö2011-01-061-4/+13
* drop rtp_get_file_handles() which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-16/+0
OpenPOWER on IntegriCloud