summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
* lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov2022-01-21
* lavf/udp: log net errors to proper contexts rather than NULLAnton Khirnov2022-01-21
* lavf/udp: do not return an uninitialized value from udp_open()Anton Khirnov2022-01-11
* avformat/udp: remove local localaddr arrayLimin Wang2021-11-26
* avformat/udp: fix check for pthread_cond_wait return valueZhao Zhili2021-07-10
* avformat/udp: add memory alloc checksLimin Wang2021-01-16
* avformat/udp: return the error code instead of generic EIOLimin Wang2021-01-16
* avformat/udp: cosmeticsLimin Wang2020-10-22
* avformat/udp: clarify option description for timeout unitLimin Wang2020-10-22
* avformat/udp: remove redundant setting of h->max_packet_sizeZhao Zhili2020-10-16
* lavf/udp: fix the comments for default UDP socket recvbuf sizeJun Zhao2020-07-12
* avformat/udp: support w32pthreads compatphunkyfish2020-03-08
* avformat/udp: cancel pending IO on win32 manuallyMarton Balint2020-02-02
* avformat/udp: remove setting cancel state from the TX threadMarton Balint2020-02-02
* avformat/udp: increase the default buffer size of a receiving socket to 384KMarton Balint2020-01-25
* avformat/udp: properly use return value of pthread_cond_timedwaitMarton Balint2020-01-25
* avformat/udp: add newline after warningMarton Balint2020-01-25
* avformat/udp: modify the not write-only to read-only mode.Xuchen Su2020-01-20
* avformat/udp: add logging context to logSteven Liu2019-10-08
* avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP m...Marton Balint2018-10-03
* avformat/udp: specify the local address for some source filtered multicast joinsMarton Balint2018-10-03
* avformat/udp: add support for generic source filteringMarton Balint2018-10-03
* avformat/udp: use factorized ip functionsMarton Balint2018-10-03
* lavf/udp: use ff_log_net_error to replace log_net_errorJun Zhao2018-08-18
* Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined"Derek Buitenhuis2017-11-23
* lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos2016-09-03
* avformat/udp: replace packet_gap with bitrate optionMarton Balint2016-06-19
* avformat/udp: do not accumulate packet_gap delay errorsMarton Balint2016-06-19
* lavf/udp: fix dead code.Nicolas George2016-06-03
* avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer2016-06-02
* avformat/udp: Remove unused variableMichael Niedermayer2016-05-29
* avformat/udp: Close the socket after destroying the thread using the socketMichael Niedermayer2016-05-25
* avformat/udp: redesign threaded udp tx codeMichael Niedermayer2016-05-25
* avformat/udp: Add a delay between packets for streaming to clients with short...Pavel Nikiforov2016-05-25
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3'Hendrik Leppkes2015-11-29
|\|
| * udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-25
* | Merge commit '34af7813f77e2b5b9dcb34f20bcf53bfcc0ba9c9'Hendrik Leppkes2015-11-29
|\|
| * udp: Use the logging contextLuca Barbato2015-11-25
| * udp: Fix local_port managementLuca Barbato2015-06-22
* | all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-04
* | avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption tableMichael Niedermayer2015-03-29
* | Merge commit 'ff7adead0a667e606f5a41dca591f074f9ff2f32'Michael Niedermayer2015-03-29
|\|
| * udp: Fix pkt_size managementLuca Barbato2015-03-29
* | Merge commit '8dc72eeaf647736c287b59a3856a11904bedd58b'Michael Niedermayer2015-03-19
|\|
| * udp: Fix crashes after adding AVOptionsMartin Storsjö2015-03-19
* | Merge commit '66028b7ba6b411ba12ef553e9c8f1f4a4fe27710'Michael Niedermayer2015-03-16
|\|
| * udp: Use AVOptionsLuca Barbato2015-03-15