OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / tcp.c
2011-05-27 Luca Barbatotcp: make connect() timeout properly
2011-04-20 Martin Storsjölibavformat: Make protocols pass URLContext as log...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-07 Luca Barbatoproto: introduce listen option in tcp
2011-04-07 Luca Barbatoproto: factor ff_network_wait_fd and use it on udp
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-15 Nicolas GeorgeUse AVERROR_EXIT with url_interrupt_cb.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-06 Nicolas GeorgeNon-blocking protocol: TCP
2011-02-04 Nicolas GeorgeTCP: factor the poll() call
2011-01-28 Luca Barbatoos: replace select with poll
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-12-14 Thomas Guillemtcp: Check url_interrupt_cb if connect was interrupted...
2010-11-04 Ronald S. BultjeRemove two instances of AVERROR(ff_neterrno()), because...
2010-09-21 Martin Storsjötcp: Check both wfds and efds when waiting for the...
2010-08-14 Ronald S. BultjePrint error messages in case of connection failure...
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-01 Martin StorsjöDeclare the url_write buffer parameter as const
2010-03-26 Martin StorsjöDon't report EINTR from select as an error, retry selec...
2010-03-14 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöDon't explicitly initialize networking in the tcp and...
2010-01-27 Ronald S. BultjeFix BSD compile (PF_UNSPEC is not a standard define...
2010-01-11 Martin StorsjöUse getaddrinfo() instead of resolve_host(). Patch...
2009-07-15 Martin StorsjöUse ff_neterrno instead of errno in tcp.c.
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-26 Baptiste Coudurieronly include sys/select.h if present, fix mingw compilation
2008-09-24 Baptiste Coudurierinclude sys/select.h to get select, according to posix...
2008-08-24 Ronald S. BultjeRemove check for @ in tcp.c which removes the authoriza...
2008-08-23 Ronald S. BultjeCosmetics after previous patches.
2008-08-23 Ronald S. BultjeOn failure, return directly because the fail: case...
2008-08-23 Ronald S. BultjeMove malloc() down until after all initializations...
2008-08-23 Ronald S. BultjeFix memleak on some OSes in case network initialization...
2008-08-23 Ronald S. BultjeRemove useless comments. See "[PATCH] tcp.c/udp.c memle...
2008-03-05 Diego BiurrunSet TCP protocol to is_streamed=1 as seeking is not...
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-08-09 Ramiro PollaAdd initialization and cleanup functions for Winsock
2007-08-08 Ramiro PollaMinGW returns EAGAIN instead of EINPROGRESS
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-26 Alex Beregszaszimove resolve_host from tcp.c to os_support.c as it...
2007-04-26 Alex Beregszaszicosmetics in resolve_host
2007-02-22 Alex Beregszaszichange PF_INET to AF_INET to be consistent in the whole...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-21 Ramiro PollaBeOS cleanup
2007-01-18 Aurelien Jacobscosmetics: indentation
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-02-02 Michael Niedermayeros2 thread, network and freetype2 support by (Paul...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-09 Diego BiurrunMac OS X 10.4 compilation fix by Steven M. Schultz...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-03-14 Leon van Stuivenbergtcp select() check and enables pressing 'q' when readin...
2004-03-14 Michael Niedermayerno read loop tcp/http and http CRLF fix by (Leon van...
2003-09-29 Philip GladstoneFix a very nasty problem with extra bytes appearing...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-07-24 François RevolOSX and BeOS networking fix (socklen_t)
2003-07-17 Fabrice Bellardsupport aborting in TCP
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat