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
2017-12-31tcp: properly return EOFwm4
2017-11-18lavf/tcp: Fix the type of the optlen argument to getsockopt().Carl Eugen Hoyos
2017-11-17avformat/tcp: add option to enable TCP_NODELAYAman Gupta
2017-05-10libavformat/tcp: fix return code for tcp_acceptSimon Thelen
2017-02-14HTTP: improve performance by reducing forward seeksJoel Cunningham
2017-01-26tcp: set socket buffer sizes before listen/connect/acceptJoel Cunningham
2016-11-06avformat/tcp: Put struct sockaddr_in6 under #ifMichael Niedermayer
2016-11-05avformat/tcp: workaround for IOS9 getaddrinfo in IPv6 only network use hardco...liu jc
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2016-01-22libavformat/tcp.c : add send_buffer_size and recv_buffer_size optionsPerette Barella
2015-09-11avformat/tcp: TCP Protocol: fix descriptor leak on listen and interruptAlexander S. Drozdov
2015-08-01lavf/tcp: increase range for listen and call the underlying socket operations...Stephan Holljes
2015-08-01lavf/tcp: add tcp_acceptStephan Holljes
2015-04-09Merge commit '27852f2f1dec3749ea79883b70484c841169f747'Michael Niedermayer
2015-04-09libavformat: Handle error return from ff_listen_bindAnders Nystrom
2015-03-01Merge commit 'e14f98c62fdf8744b07419314095d1b3248cce75'Michael Niedermayer
2015-02-28tcp: Clarify the units for the timeout avoptionsMartin Storsjö
2014-11-12lavf/tcp: Clarify that the -timeout option takes microseconds.Carl Eugen Hoyos
2014-10-11Merge commit '1d4579e38ecad578c86516fad2837a273d11b320'Michael Niedermayer
2014-10-10tcp: Add AVOption supportLuca Barbato
2014-08-25Merge commit '6ee1cb5740e7490151db7dcec7e20ceaf8a2fe1f'Michael Niedermayer
2014-08-25libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont
2013-12-25doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentationStefano Sabatini
2013-12-25lavf/tcp: honor listen option value in a tagStefano Sabatini
2013-09-10tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö
2013-08-25avformat/tcp: fix pointer to int warningMichael Niedermayer
2013-08-06Merge commit 'abe5268c3328bf0e8fcfb7dc6e231b8920177c3a'Michael Niedermayer
2013-08-06Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer
2013-08-06tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö
2013-08-05network: Use SOCK_CLOEXEC when availableLuca Barbato
2013-07-06tcp: Use a default timeout of 5 sec for opening a connection but not for rece...Michael Niedermayer
2013-07-06tcp: Fix the default timeoutMichael Niedermayer
2013-06-05Merge commit '9835abb6d63fb07613994ae90e72fef758149408'Michael Niedermayer
2013-06-04network: uniform ff_listen_bind and ff_listen_connectLuca Barbato
2013-06-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-02Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'Michael Niedermayer
2013-06-01network: factor out connect-listening codeLuca Barbato
2013-06-01network: factor out bind-listening codeLuca Barbato
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer
2012-10-09tcp: accept params through avio_open2() optionsAndrey Utkin
2012-10-09tcp: use timeout option consistentlyAndrey Utkin
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-25tcp: add port missing error messageJordi Ortiz
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09tcp: add initial timeout limit for incoming connectionsJordi Ortiz
2012-06-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz
2012-06-27tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer