2012-01-05 |
Martin Storsjö | avio: Add an URLProtocol flag for indicating that a... |
blob | commitdiff | raw |
2011-12-01 |
Martin Storsjö | proto: Use .priv_data_size to allocate the private... |
blob | commitdiff | raw | diff to current |
2011-11-13 |
Martin Storsjö | avformat: Use ff_check_interrupt |
blob | commitdiff | raw | diff to current |
2011-05-27 |
Luca Barbato | tcp: make connect() timeout properly |
blob | commitdiff | raw | diff to current |
2011-04-20 |
Martin Storsjö | libavformat: Make protocols pass URLContext as log... |
blob | commitdiff | raw | diff to current |
2011-04-08 |
Anton Khirnov | lavf: use designated initializers for all protocols |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Anton Khirnov | avio: move extern url_interrupt_cb declaration from... |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Anton Khirnov | avio: AVIO_ prefixes for URL_ open flags. |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Luca Barbato | proto: introduce listen option in tcp |
blob | commitdiff | raw | diff to current |
2011-04-07 |
Luca Barbato | proto: factor ff_network_wait_fd and use it on udp |
blob | commitdiff | raw | diff to current |
2011-03-19 |
Mans Rullgard | Replace FFmpeg with Libav in licence headers |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Nicolas George | Use AVERROR_EXIT with url_interrupt_cb. |
blob | commitdiff | raw | diff to current |
2011-02-23 |
Martin Storsjö | libavformat: Remove FF_NETERRNO() |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Nicolas George | Non-blocking protocol: TCP |
blob | commitdiff | raw | diff to current |
2011-02-04 |
Nicolas George | TCP: factor the poll() call |
blob | commitdiff | raw | diff to current |
2011-01-28 |
Luca Barbato | os: replace select with poll |
blob | commitdiff | raw | diff to current |
2011-01-26 |
Diego Elio Pettenò | Prefix all _demuxer, _muxer, _protocol from libavformat... |
blob | commitdiff | raw | diff to current |
2010-12-14 |
Thomas Guillem | tcp: Check url_interrupt_cb if connect was interrupted... |
blob | commitdiff | raw | diff to current |
2010-11-04 |
Ronald S. Bultje | Remove two instances of AVERROR(ff_neterrno()), because... |
blob | commitdiff | raw | diff to current |
2010-09-21 |
Martin Storsjö | tcp: Check both wfds and efds when waiting for the... |
blob | commitdiff | raw | diff to current |
2010-08-14 |
Ronald S. Bultje | Print error messages in case of connection failure... |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Måns Rullgård | Make ff_url_split() public |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Martin Storsjö | Declare the url_write buffer parameter as const |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Martin Storsjö | Don't report EINTR from select as an error, retry selec... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Aurelien Jacobs | move ff_url_split() and ff_url_join() declarations... |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Martin Storsjö | Rename url_split to ff_url_split |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Martin Storsjö | Don't explicitly initialize networking in the tcp and... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Ronald S. Bultje | Fix BSD compile (PF_UNSPEC is not a standard define... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Martin Storsjö | Use getaddrinfo() instead of resolve_host(). Patch... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Martin Storsjö | Use ff_neterrno instead of errno in tcp.c. |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Ronald S. Bultje | Add url_get_file_handle(), which is used to get the... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Baptiste Coudurier | only include sys/select.h if present, fix mingw compilation |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Baptiste Coudurier | include sys/select.h to get select, according to posix... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
Ronald S. Bultje | Remove check for @ in tcp.c which removes the authoriza... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Ronald S. Bultje | Cosmetics after previous patches. |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Ronald S. Bultje | On failure, return directly because the fail: case... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Ronald S. Bultje | Move malloc() down until after all initializations... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Ronald S. Bultje | Fix memleak on some OSes in case network initialization... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Ronald S. Bultje | Remove useless comments. See "[PATCH] tcp.c/udp.c memle... |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Diego Biurrun | Set TCP protocol to is_streamed=1 as seeking is not... |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Luca Abeni | Include os_support.h only when needed |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Ramiro Polla | Add initialization and cleanup functions for Winsock |
blob | commitdiff | raw | diff to current |
2007-08-08 |
Ramiro Polla | MinGW returns EAGAIN instead of EINPROGRESS |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Panagiotis Issaris | Replace all occurrences of AVERROR_IO with AVERROR... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Alex Beregszaszi | implement ff_socket_nonblock and use it in networking... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Alex Beregszaszi | use ff_neterrno() and FF_NETERROR() for networking... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Alex Beregszaszi | move resolve_host from tcp.c to os_support.c as it... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Alex Beregszaszi | cosmetics in resolve_host |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Alex Beregszaszi | change PF_INET to AF_INET to be consistent in the whole... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
François Revol | This fixes error handling for BeOS, removing the need... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
Ramiro Polla | move networking #includes into separate file |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Ramiro Polla | BeOS cleanup |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Aurelien Jacobs | cosmetics: indentation |
blob | commitdiff | raw | diff to current |
2007-01-18 |
François Revol | The long awaited BeOS cleanup, phase 1 |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Michael Niedermayer | os2 thread, network and freetype2 support by (Paul... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Diego Biurrun | Update licensing information: The FSF changed postal... |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Diego Biurrun | COSMETICS: Remove all trailing whitespace. |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Diego Biurrun | Mac OS X 10.4 compilation fix by Steven M. Schultz... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Måns Rullgård | kill warnings patch by (Måns Rullgård <mru inprovide... |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Petr Doubek | HTTP Authentication Patch by (Petr Doubek <doubek at... |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Mike Melanson | sweeping change from -EIO -> AVERROR_IO |
blob | commitdiff | raw | diff to current |
2004-03-14 |
Leon van Stuivenberg | tcp select() check and enables pressing 'q' when readin... |
blob | commitdiff | raw | diff to current |
2004-03-14 |
Michael Niedermayer | no read loop tcp/http and http CRLF fix by (Leon van... |
blob | commitdiff | raw | diff to current |
2003-09-29 |
Philip Gladstone | Fix a very nasty problem with extra bytes appearing... |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Fabrice Bellard | removed ctype.h header |
blob | commitdiff | raw | diff to current |
2003-07-24 |
François Revol | OSX and BeOS networking fix (socklen_t) |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Fabrice Bellard | support aborting in TCP |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Zdenek Kabelac | * UINTX -> uintx_t INTX -> intx_t |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Fabrice Bellard | renamed libav to libavformat |
blob | commitdiff | raw | diff to current |
|