Sun, 27 Jun 2010 14:16:46 +0000 |
mru |
Make ff_url_split() public
libavformat
|
Tue, 01 Jun 2010 07:46:23 +0000 |
mstorsjo |
Declare the url_write buffer parameter as const
libavformat
|
Fri, 26 Mar 2010 16:04:38 +0000 |
mstorsjo |
Don't report EINTR from select as an error, retry select instead
libavformat
|
Sun, 14 Mar 2010 23:59:48 +0000 |
aurel |
move ff_url_split() and ff_url_join() declarations to internal.h
libavformat
|
Mon, 08 Mar 2010 09:03:25 +0000 |
mstorsjo |
Rename url_split to ff_url_split
libavformat
|
Fri, 05 Mar 2010 22:38:48 +0000 |
mstorsjo |
Don't explicitly initialize networking in the tcp and udp protocols
libavformat
|
Wed, 27 Jan 2010 22:31:13 +0000 |
rbultje |
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
libavformat
|
Mon, 11 Jan 2010 17:32:40 +0000 |
rbultje |
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsj
libavformat
|
Wed, 15 Jul 2009 05:52:49 +0000 |
diego |
Use ff_neterrno instead of errno in tcp.c.
libavformat
|
Tue, 03 Mar 2009 17:04:51 +0000 |
rbultje |
Add url_get_file_handle(), which is used to get the file descriptor
libavformat
|
Mon, 19 Jan 2009 15:46:40 +0000 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
libavformat
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
Fri, 26 Sep 2008 02:12:37 +0000 |
bcoudurier |
only include sys/select.h if present, fix mingw compilation
libavformat
|
Wed, 24 Sep 2008 22:11:53 +0000 |
bcoudurier |
include sys/select.h to get select, according to posix 2001,
libavformat
|
Sun, 24 Aug 2008 16:22:40 +0000 |
rbultje |
Remove check for @ in tcp.c which removes the authorization data from the
libavformat
|
Sat, 23 Aug 2008 18:52:26 +0000 |
rbultje |
Cosmetics after previous patches.
libavformat
|
Sat, 23 Aug 2008 18:49:16 +0000 |
rbultje |
On failure, return directly because the fail: case does nothing. This also
libavformat
|
Sat, 23 Aug 2008 18:46:30 +0000 |
rbultje |
Move malloc() down until after all initializations, so that the resource is
libavformat
|
Sat, 23 Aug 2008 17:39:56 +0000 |
rbultje |
Fix memleak on some OSes in case network initialization fails. See
libavformat
|
Sat, 23 Aug 2008 17:39:10 +0000 |
rbultje |
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.
libavformat
|
Wed, 05 Mar 2008 15:29:10 +0000 |
diego |
Set TCP protocol to is_streamed=1 as seeking is not possible.
libavformat
|
Wed, 21 Nov 2007 16:33:06 +0000 |
lucabe |
Include os_support.h only when needed
libavformat
|
Thu, 09 Aug 2007 23:39:05 +0000 |
ramiro |
Add initialization and cleanup functions for Winsock
libavformat
|
Wed, 08 Aug 2007 12:08:16 +0000 |
ramiro |
MinGW returns EAGAIN instead of EINPROGRESS
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Fri, 27 Apr 2007 00:41:50 +0000 |
alex |
implement ff_socket_nonblock and use it in networking code
libavformat
|
Fri, 27 Apr 2007 00:35:54 +0000 |
alex |
use ff_neterrno() and FF_NETERROR() for networking error handling
libavformat
|
Thu, 26 Apr 2007 18:04:42 +0000 |
alex |
move resolve_host from tcp.c to os_support.c as it is used widely
libavformat
|
Thu, 26 Apr 2007 18:00:28 +0000 |
alex |
cosmetics in resolve_host
libavformat
|
Thu, 22 Feb 2007 13:34:36 +0000 |
alex |
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards
libavformat
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
Sun, 04 Feb 2007 17:05:44 +0000 |
mru |
move networking #includes into separate file
libavformat
|
Sun, 21 Jan 2007 20:40:22 +0000 |
gpoirier |
BeOS cleanup
libavformat
|
Thu, 18 Jan 2007 23:23:41 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Thu, 18 Jan 2007 17:22:30 +0000 |
mmu_man |
The long awaited BeOS cleanup, phase 1
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Thu, 02 Feb 2006 13:07:30 +0000 |
michael |
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Mon, 09 May 2005 10:48:12 +0000 |
diego |
Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>
libavformat
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Thu, 12 Aug 2004 00:09:32 +0000 |
michael |
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>)
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Sun, 14 Mar 2004 19:40:43 +0000 |
michael |
tcp select() check and enables pressing 'q' when reading/(writing) from
libavformat
|
Sun, 14 Mar 2004 02:59:33 +0000 |
michael |
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
Mon, 29 Sep 2003 01:41:30 +0000 |
philipjsg |
Fix a very nasty problem with extra bytes appearing in TCP data streams.
libavformat
|
Mon, 08 Sep 2003 20:04:44 +0000 |
bellard |
removed ctype.h header
libavformat
|
Thu, 24 Jul 2003 13:30:27 +0000 |
mmu_man |
OSX and BeOS networking fix (socklen_t)
libavformat
|
Thu, 17 Jul 2003 10:28:27 +0000 |
bellard |
support aborting in TCP
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|