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
2012-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-01tcp: Check the return values from bind and acceptMartin Storsjö
2012-06-01tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö
2012-06-01tcp: Check the return values from bind and acceptMartin Storsjö
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23tcp: Allow signalling end of reading/writingSamuel Pitoiset
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-05-30TCP: change default timeout to 5secMichael Niedermayer
2011-05-30Revert "Timeout TCP open() after 5 seconds."Michael Niedermayer
2011-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-27tcp: make connect() timeout properlyLuca Barbato
2011-04-21Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-20libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-07proto: introduce listen option in tcpLuca Barbato
2011-04-07proto: factor ff_network_wait_fd and use it on udpLuca Barbato
2011-04-02Timeout TCP open() after 5 seconds.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-06Non-blocking protocol: TCPNicolas George
2011-02-04TCP: factor the poll() callNicolas George
2011-01-28os: replace select with pollLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-12-15tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem
2010-11-04Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje
2010-09-22tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö
2010-08-15Print error messages in case of connection failure or name resolution failureRonald S. Bultje
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-03-26Don't report EINTR from select as an error, retry select insteadMartin Storsjö
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-06Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö
2010-01-28Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje
2010-01-11Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö
2009-07-15Use ff_neterrno instead of errno in tcp.c.Martin Storsjö
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun