Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-12lavf/udp: fix the comments for default UDP socket recvbuf sizeJun Zhao
2020-03-08avformat/udp: support w32pthreads compatphunkyfish
2020-02-02avformat/udp: cancel pending IO on win32 manuallyMarton Balint
2020-02-02avformat/udp: remove setting cancel state from the TX threadMarton Balint
2020-01-26avformat/udp: increase the default buffer size of a receiving socket to 384KMarton Balint
2020-01-26avformat/udp: properly use return value of pthread_cond_timedwaitMarton Balint
2020-01-26avformat/udp: add newline after warningMarton Balint
2020-01-20avformat/udp: modify the not write-only to read-only mode.Xuchen Su
2019-10-08avformat/udp: add logging context to logSteven Liu
2018-10-03avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP m...Marton Balint
2018-10-03avformat/udp: specify the local address for some source filtered multicast joinsMarton Balint
2018-10-03avformat/udp: add support for generic source filteringMarton Balint
2018-10-03avformat/udp: use factorized ip functionsMarton Balint
2018-08-18lavf/udp: use ff_log_net_error to replace log_net_errorJun Zhao
2017-11-23Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined"Derek Buitenhuis
2016-09-03lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos
2016-06-19avformat/udp: replace packet_gap with bitrate optionMarton Balint
2016-06-19avformat/udp: do not accumulate packet_gap delay errorsMarton Balint
2016-06-03lavf/udp: fix dead code.Nicolas George
2016-06-02avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer
2016-05-29avformat/udp: Remove unused variableMichael Niedermayer
2016-05-25avformat/udp: Close the socket after destroying the thread using the socketMichael Niedermayer
2016-05-25avformat/udp: redesign threaded udp tx codeMichael Niedermayer
2016-05-25avformat/udp: Add a delay between packets for streaming to clients with short...Pavel Nikiforov
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-29Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3'Hendrik Leppkes
2015-11-29Merge commit '34af7813f77e2b5b9dcb34f20bcf53bfcc0ba9c9'Hendrik Leppkes
2015-11-25udp: Provide additional information on getaddrinfo failureLuca Barbato
2015-11-25udp: Use the logging contextLuca Barbato
2015-10-04all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde
2015-06-22udp: Fix local_port managementLuca Barbato
2015-03-29avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption tableMichael Niedermayer
2015-03-29Merge commit 'ff7adead0a667e606f5a41dca591f074f9ff2f32'Michael Niedermayer
2015-03-29udp: Fix pkt_size managementLuca Barbato
2015-03-19Merge commit '8dc72eeaf647736c287b59a3856a11904bedd58b'Michael Niedermayer
2015-03-19udp: Fix crashes after adding AVOptionsMartin Storsjö
2015-03-16Merge commit '66028b7ba6b411ba12ef553e9c8f1f4a4fe27710'Michael Niedermayer
2015-03-15udp: Use AVOptionsLuca Barbato
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-11-27avformat/udp: Allow to specify DSCP classVincent Bernat
2014-11-05avformat/udp: UDP-Lite (RFC 3828) support addedThomas Volkert
2014-08-30avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #ifMichael Niedermayer
2014-08-16avformat/udp: remove unneeded variable initializationMichael Niedermayer
2014-08-16avformat/udp: dont mix integers with pointersMichael Niedermayer
2014-06-07avformat/udp: fix build on MINIXMichael Niedermayer
2014-05-13Support broadcast destination for udp protocolOlivier Langlois
2014-05-08lavf: use av_fifo_freepLukasz Marek