summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/udp: check for memory allocation failure when setting localaddrjackarain2023-03-081-0/+4
* lavf: set internal thread namesAnton Khirnov2022-10-241-0/+4
* avformat/udp: remove IPPROTO_IPV6 macroLimin Wang2022-02-121-1/+1
* avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibilityLimin Wang2022-02-121-2/+12
* avformat/udp: use one setsockopt for ipv4/ipv6Limin Wang2022-02-121-12/+20
* avformat/udp: properly check for valid ttl in urlLimin Wang2022-02-121-0/+5
* lavf/udp: switch to new FIFO APIAnton Khirnov2022-02-071-17/+17
* avformat/udp: set ttl upper bound to 255Zhao Zhili2022-02-061-1/+1
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-211-2/+2
* lavf/udp: log net errors to proper contexts rather than NULLAnton Khirnov2022-01-211-15/+20
* lavf/udp: do not return an uninitialized value from udp_open()Anton Khirnov2022-01-111-2/+6
* avformat/udp: remove local localaddr arrayLimin Wang2021-11-261-6/+4
* avformat/udp: fix check for pthread_cond_wait return valueZhao Zhili2021-07-101-3/+1
* avformat/udp: add memory alloc checksLimin Wang2021-01-161-0/+4
* avformat/udp: return the error code instead of generic EIOLimin Wang2021-01-161-22/+36
* avformat/udp: cosmeticsLimin Wang2020-10-221-16/+15
* avformat/udp: clarify option description for timeout unitLimin Wang2020-10-221-1/+1
* avformat/udp: remove redundant setting of h->max_packet_sizeZhao Zhili2020-10-161-3/+0
* lavf/udp: fix the comments for default UDP socket recvbuf sizeJun Zhao2020-07-121-1/+1
* avformat/udp: support w32pthreads compatphunkyfish2020-03-081-1/+6
* avformat/udp: cancel pending IO on win32 manuallyMarton Balint2020-02-021-1/+10
* avformat/udp: remove setting cancel state from the TX threadMarton Balint2020-02-021-4/+0
* avformat/udp: increase the default buffer size of a receiving socket to 384KMarton Balint2020-01-251-1/+2
* avformat/udp: properly use return value of pthread_cond_timedwaitMarton Balint2020-01-251-2/+3
* avformat/udp: add newline after warningMarton Balint2020-01-251-1/+1
* avformat/udp: modify the not write-only to read-only mode.Xuchen Su2020-01-201-1/+1
* avformat/udp: add logging context to logSteven Liu2019-10-081-4/+4
* avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP m...Marton Balint2018-10-031-24/+28
* avformat/udp: specify the local address for some source filtered multicast joinsMarton Balint2018-10-031-4/+11
* avformat/udp: add support for generic source filteringMarton Balint2018-10-031-4/+13
* avformat/udp: use factorized ip functionsMarton Balint2018-10-031-102/+21
* lavf/udp: use ff_log_net_error to replace log_net_errorJun Zhao2018-08-181-24/+17
* Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined"Derek Buitenhuis2017-11-231-4/+0
* lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos2016-09-031-1/+5
* avformat/udp: replace packet_gap with bitrate optionMarton Balint2016-06-191-18/+33
* avformat/udp: do not accumulate packet_gap delay errorsMarton Balint2016-06-191-2/+13
* lavf/udp: fix dead code.Nicolas George2016-06-031-1/+1
* avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer2016-06-021-0/+2
* avformat/udp: Remove unused variableMichael Niedermayer2016-05-291-1/+0
* avformat/udp: Close the socket after destroying the thread using the socketMichael Niedermayer2016-05-251-1/+1
* avformat/udp: redesign threaded udp tx codeMichael Niedermayer2016-05-251-42/+58
* avformat/udp: Add a delay between packets for streaming to clients with short...Pavel Nikiforov2016-05-251-3/+131
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-2/+2
|\
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-5/+5
* | Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3'Hendrik Leppkes2015-11-291-1/+3
|\ \ | |/
| * udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-251-1/+3
* | Merge commit '34af7813f77e2b5b9dcb34f20bcf53bfcc0ba9c9'Hendrik Leppkes2015-11-291-14/+28
|\ \ | |/
| * udp: Use the logging contextLuca Barbato2015-11-251-14/+28
| * udp: Fix local_port managementLuca Barbato2015-06-221-1/+1