| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+2 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -2/+0 |
* | avformat: Remove avformat and avio headers from protocols | Andreas Rheinhardt | 2023-09-10 | 1 | -2/+0 |
* | avformat/udp: check for memory allocation failure when setting localaddr | jackarain | 2023-03-08 | 1 | -0/+4 |
* | lavf: set internal thread names | Anton Khirnov | 2022-10-24 | 1 | -0/+4 |
* | avformat/udp: remove IPPROTO_IPV6 macro | Limin Wang | 2022-02-12 | 1 | -1/+1 |
* | avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibility | Limin Wang | 2022-02-12 | 1 | -2/+12 |
* | avformat/udp: use one setsockopt for ipv4/ipv6 | Limin Wang | 2022-02-12 | 1 | -12/+20 |
* | avformat/udp: properly check for valid ttl in url | Limin Wang | 2022-02-12 | 1 | -0/+5 |
* | lavf/udp: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -17/+17 |
* | avformat/udp: set ttl upper bound to 255 | Zhao Zhili | 2022-02-06 | 1 | -1/+1 |
* | lavf/network: log ff_socket() errors to proper contexts rather than NULL | Anton Khirnov | 2022-01-21 | 1 | -2/+2 |
* | lavf/udp: log net errors to proper contexts rather than NULL | Anton Khirnov | 2022-01-21 | 1 | -15/+20 |
* | lavf/udp: do not return an uninitialized value from udp_open() | Anton Khirnov | 2022-01-11 | 1 | -2/+6 |
* | avformat/udp: remove local localaddr array | Limin Wang | 2021-11-26 | 1 | -6/+4 |
* | avformat/udp: fix check for pthread_cond_wait return value | Zhao Zhili | 2021-07-10 | 1 | -3/+1 |
* | avformat/udp: add memory alloc checks | Limin Wang | 2021-01-16 | 1 | -0/+4 |
* | avformat/udp: return the error code instead of generic EIO | Limin Wang | 2021-01-16 | 1 | -22/+36 |
* | avformat/udp: cosmetics | Limin Wang | 2020-10-22 | 1 | -16/+15 |
* | avformat/udp: clarify option description for timeout unit | Limin Wang | 2020-10-22 | 1 | -1/+1 |
* | avformat/udp: remove redundant setting of h->max_packet_size | Zhao Zhili | 2020-10-16 | 1 | -3/+0 |
* | lavf/udp: fix the comments for default UDP socket recvbuf size | Jun Zhao | 2020-07-12 | 1 | -1/+1 |
* | avformat/udp: support w32pthreads compat | phunkyfish | 2020-03-08 | 1 | -1/+6 |
* | avformat/udp: cancel pending IO on win32 manually | Marton Balint | 2020-02-02 | 1 | -1/+10 |
* | avformat/udp: remove setting cancel state from the TX thread | Marton Balint | 2020-02-02 | 1 | -4/+0 |
* | avformat/udp: increase the default buffer size of a receiving socket to 384K | Marton Balint | 2020-01-25 | 1 | -1/+2 |
* | avformat/udp: properly use return value of pthread_cond_timedwait | Marton Balint | 2020-01-25 | 1 | -2/+3 |
* | avformat/udp: add newline after warning | Marton Balint | 2020-01-25 | 1 | -1/+1 |
* | avformat/udp: modify the not write-only to read-only mode. | Xuchen Su | 2020-01-20 | 1 | -1/+1 |
* | avformat/udp: add logging context to log | Steven Liu | 2019-10-08 | 1 | -4/+4 |
* | avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP m... | Marton Balint | 2018-10-03 | 1 | -24/+28 |
* | avformat/udp: specify the local address for some source filtered multicast joins | Marton Balint | 2018-10-03 | 1 | -4/+11 |
* | avformat/udp: add support for generic source filtering | Marton Balint | 2018-10-03 | 1 | -4/+13 |
* | avformat/udp: use factorized ip functions | Marton Balint | 2018-10-03 | 1 | -102/+21 |
* | lavf/udp: use ff_log_net_error to replace log_net_error | Jun Zhao | 2018-08-18 | 1 | -24/+17 |
* | Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined" | Derek Buitenhuis | 2017-11-23 | 1 | -4/+0 |
* | lavf/udp: Do not use MCAST_* for multicast on tvOS. | Carl Eugen Hoyos | 2016-09-03 | 1 | -1/+5 |
* | avformat/udp: replace packet_gap with bitrate option | Marton Balint | 2016-06-19 | 1 | -18/+33 |
* | avformat/udp: do not accumulate packet_gap delay errors | Marton Balint | 2016-06-19 | 1 | -2/+13 |
* | lavf/udp: fix dead code. | Nicolas George | 2016-06-03 | 1 | -1/+1 |
* | avformat/udp: Protect write to circular_buffer_error by mutex | Michael Niedermayer | 2016-06-02 | 1 | -0/+2 |
* | avformat/udp: Remove unused variable | Michael Niedermayer | 2016-05-29 | 1 | -1/+0 |
* | avformat/udp: Close the socket after destroying the thread using the socket | Michael Niedermayer | 2016-05-25 | 1 | -1/+1 |
* | avformat/udp: redesign threaded udp tx code | Michael Niedermayer | 2016-05-25 | 1 | -42/+58 |
* | avformat/udp: Add a delay between packets for streaming to clients with short... | Pavel Nikiforov | 2016-05-25 | 1 | -3/+131 |
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -2/+2 |
|\ |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -1/+1 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -5/+5 |
* | | Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3' | Hendrik Leppkes | 2015-11-29 | 1 | -1/+3 |
|\| |
|