summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-25
* udp: Use the logging contextLuca Barbato2015-11-25
* udp: Fix local_port managementLuca Barbato2015-06-22
* udp: Fix pkt_size managementLuca Barbato2015-03-29
* udp: Fix crashes after adding AVOptionsMartin Storsjö2015-03-19
* udp: Use AVOptionsLuca Barbato2015-03-15
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-05
* udp: Keep track of include and exclude sources separatelyEd Torbett2013-07-29
* udp: Allow specifying multicast include/blocks as host names as wellEd Torbett2013-07-29
* udp: use socklen_t where appropriateMans Rullgard2012-10-27
* udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-27
* network: Include unistd.h from network.hMartin Storsjö2012-06-26
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
* udp: Properly check for invalid socketsMartin Storsjö2012-06-19
* network: Use av_strerror for getting error messagesMartin Storsjö2012-06-19
* udp: Properly print error from getnameinfoMartin Storsjö2012-06-19
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö2012-03-09
* udp: Only bind to the multicast address if in read-only modeMartin Storsjö2012-03-09
* udp: Clarify the comment about binding the multicast addressMartin Storsjö2012-03-09
* udp: Reorder commentsMartin Storsjö2012-03-09
* udp: Print an error message if bind failsMartin Storsjö2012-03-07
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* udp: Allow specifying the local IP addressMartin Storsjö2011-11-09
* udp: Fix a compilation warningMartin Storsjö2011-06-30
* udp: Receive on the remote port number, if no local port is setCan Wu2011-06-24
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-09
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-19
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
* avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* udp: Enable address reuse by default for multicastDavid Fries2011-02-09
* os: replace select with pollLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-06
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
* ReindentMartin Storsjö2010-10-08