246 Commits (3567fab6e2a5d8a61aa4eff19431582ce48f3c44)

Author SHA1 Message Date
Limin Wang 5ef20244de avformat/udp: add memory alloc checks 4 years ago
Limin Wang f6eaa864f3 avformat/udp: return the error code instead of generic EIO 4 years ago
Limin Wang 6fb2bdd1d0 avformat/udp: cosmetics 4 years ago
Limin Wang 2676277b6d avformat/udp: clarify option description for timeout unit 4 years ago
Zhao Zhili 15a74d21f3 avformat/udp: remove redundant setting of h->max_packet_size 4 years ago
Jun Zhao 3205ed31a7 lavf/udp: fix the comments for default UDP socket recvbuf size 4 years ago
phunkyfish 0830e9116f avformat/udp: support w32pthreads compat 5 years ago
Marton Balint 53aa76686e avformat/udp: cancel pending IO on win32 manually 5 years ago
Marton Balint c2b6493bf7 avformat/udp: remove setting cancel state from the TX thread 5 years ago
Marton Balint 15d160cc0b avformat/udp: increase the default buffer size of a receiving socket to 384K 5 years ago
Marton Balint 67f39b32db avformat/udp: properly use return value of pthread_cond_timedwait 5 years ago
Marton Balint f61e9f8aef avformat/udp: add newline after warning 5 years ago
Xuchen Su 9faee5bc14 avformat/udp: modify the not write-only to read-only mode. 5 years ago
Steven Liu 5db50dbf06 avformat/udp: add logging context to log 5 years ago
Marton Balint ab0812c1a8 avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP multicast source group in IPv4 6 years ago
Marton Balint d3bda871f0 avformat/udp: specify the local address for some source filtered multicast joins 6 years ago
Marton Balint 91a1363452 avformat/udp: add support for generic source filtering 6 years ago
Marton Balint 826972c9d8 avformat/udp: use factorized ip functions 6 years ago
Jun Zhao 49efd41c47 lavf/udp: use ff_log_net_error to replace log_net_error 6 years ago
Derek Buitenhuis cce33ed10f Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined" 7 years ago
Diego Biurrun 825e463a17 build: Add feature test macros for glibc 2.19+ 7 years ago
Carl Eugen Hoyos 3c821a1a7b lavf/udp: Do not use MCAST_* for multicast on tvOS. 8 years ago
Marton Balint cc16229d91 avformat/udp: replace packet_gap with bitrate option 9 years ago
Marton Balint 0a06569487 avformat/udp: do not accumulate packet_gap delay errors 9 years ago
Nicolas George 8b05a7ffe4 lavf/udp: fix dead code. 9 years ago
Michael Niedermayer 4865252c08 avformat/udp: Protect write to circular_buffer_error by mutex 9 years ago
Michael Niedermayer cbd19881f7 avformat/udp: Remove unused variable 9 years ago
Michael Niedermayer 9591ca704b avformat/udp: Close the socket after destroying the thread using the socket 9 years ago
Michael Niedermayer 9b7a8bddac avformat/udp: redesign threaded udp tx code 9 years ago
Pavel Nikiforov 413c842a69 avformat/udp: Add a delay between packets for streaming to clients with short buffer 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato 12b1438286 udp: Provide additional information on getaddrinfo failure 9 years ago
Luca Barbato 34af7813f7 udp: Use the logging context 9 years ago
Ganesh Ajjanagadde 26e8895b73 all: add _DEFAULT_SOURCE locally wherever needed 9 years ago
Luca Barbato 61dc9d647c udp: Fix local_port management 10 years ago
Michael Niedermayer d0059281e6 avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption table 10 years ago
Luca Barbato ff7adead0a udp: Fix pkt_size management 10 years ago
Martin Storsjö 8dc72eeaf6 udp: Fix crashes after adding AVOptions 10 years ago
Luca Barbato 66028b7ba6 udp: Use AVOptions 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Vincent Bernat 5269cef408 avformat/udp: Allow to specify DSCP class 10 years ago
Thomas Volkert 07c3a4f693 avformat/udp: UDP-Lite (RFC 3828) support added 10 years ago
Michael Niedermayer 97cebf3139 avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #if 10 years ago
Michael Niedermayer 74c81106d2 avformat/udp: remove unneeded variable initialization 10 years ago
Michael Niedermayer 7916053ced avformat/udp: dont mix integers with pointers 10 years ago
Michael Niedermayer b2d1e22c2a avformat/udp: fix build on MINIX 11 years ago
Olivier Langlois f1c167496e Support broadcast destination for udp protocol 11 years ago
Lukasz Marek ce1eefe691 lavf: use av_fifo_freep 11 years ago
rogerdpack 0b4c5c99bc avformat/udp: cleanup comments, add a warning if receive buffer is unexpectedly unable to be set high enough 11 years ago