Mon, 14 Jun 2010 09:09:59 +0000 |
mstorsjo |
Cosmetics: Change connexion to connection in code comments
libavformat
|
Tue, 01 Jun 2010 07:46:23 +0000 |
mstorsjo |
Declare the url_write buffer parameter as const
libavformat
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
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
|
Sun, 28 Feb 2010 22:33:22 +0000 |
reimar |
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of
libavformat
|
Fri, 22 Jan 2010 16:12:55 +0000 |
rbultje |
Make style a little bit more K&R'ish.
libavformat
|
Fri, 22 Jan 2010 16:10:08 +0000 |
rbultje |
Rename a function which is no longer ipv6-specific. Patch by Martin Storsj
libavformat
|
Thu, 21 Jan 2010 15:42:05 +0000 |
rbultje |
Remove IPv4-only codepath. Patch by Martin Storsj <$first $first st>.
libavformat
|
Tue, 03 Mar 2009 17:04:51 +0000 |
rbultje |
Add url_get_file_handle(), which is used to get the file descriptor
libavformat
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
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, 12 Dec 2008 06:55:48 +0000 |
diego |
Add sys/time.h header #include, fixes compilation on OS/2.
libavformat
|
Sun, 07 Dec 2008 17:29:09 +0000 |
henry |
bind to the multicast address if possible
libavformat
|
Mon, 17 Nov 2008 07:50:25 +0000 |
benoit |
Get rid of MSG_DONTWAIT using a more standard way to use a socket
libavformat
|
Fri, 14 Nov 2008 19:33:22 +0000 |
henry |
check for interrupt when receiving from socket
libavformat
|
Wed, 12 Nov 2008 21:40:53 +0000 |
andoma |
Allow the UDP socket buffer size to be adjusted using a
libavformat
|
Mon, 25 Aug 2008 06:20:00 +0000 |
lucabe |
Fix udp.c compilation with recent glibc (>= 2.8)
libavformat
|
Sat, 23 Aug 2008 17:39:56 +0000 |
rbultje |
Fix memleak on some OSes in case network initialization fails. See
libavformat
|
Sun, 11 May 2008 10:53:21 +0000 |
cehoyos |
Fix type of dest_addr_len to respect return value of udp_set_url.
libavformat
|
Wed, 16 Apr 2008 16:52:35 +0000 |
lu_zero |
doxy header for udp protocol
libavformat
|
Tue, 15 Apr 2008 11:23:07 +0000 |
lucabe |
Remove the "multicast=" tag from UDP and RTP URLs
libavformat
|
Mon, 11 Feb 2008 03:30:42 +0000 |
rfelker |
Do not use GNU-specific (or BSD-specific or whatever they may be)
libavformat
|
Wed, 21 Nov 2007 16:33:06 +0000 |
lucabe |
Include os_support.h only when needed
libavformat
|
Mon, 19 Nov 2007 08:07:33 +0000 |
lucabe |
Remove perror() usage from udp.c
libavformat
|
Thu, 15 Nov 2007 14:26:52 +0000 |
lucabe |
Remove some more duplicated code
libavformat
|
Thu, 15 Nov 2007 13:41:51 +0000 |
lucabe |
Remove the useless variable "my_addr1"
libavformat
|
Thu, 15 Nov 2007 13:34:56 +0000 |
lucabe |
Use the same code to set local_port in the IPv4-only case and in the
libavformat
|
Wed, 14 Nov 2007 08:22:06 +0000 |
lucabe |
Remove some useless assignments (the UDPContext is allocated with av_mallocz())
libavformat
|
Wed, 14 Nov 2007 08:16:51 +0000 |
lucabe |
Simplify set_remote_url(), and remove some code duplication
libavformat
|
Wed, 14 Nov 2007 07:56:20 +0000 |
lucabe |
Use recv() instead of recvfrom() (removes some other differences between
libavformat
|
Wed, 14 Nov 2007 07:45:15 +0000 |
lucabe |
Remove a now unused field
libavformat
|
Wed, 14 Nov 2007 07:43:51 +0000 |
lucabe |
Give better names to multicast functions (they are not IPv6-only)
libavformat
|
Wed, 14 Nov 2007 07:42:46 +0000 |
lucabe |
Avoid to duplicate the multicast code between the IPv4-only and
libavformat
|
Wed, 14 Nov 2007 07:35:36 +0000 |
lucabe |
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
libavformat
|
Wed, 31 Oct 2007 07:27:38 +0000 |
lucabe |
Take the target address family in account when determining the family of
libavformat
|
Wed, 31 Oct 2007 07:08:12 +0000 |
lucabe |
Reindent after last commit
libavformat
|
Wed, 31 Oct 2007 07:02:30 +0000 |
lucabe |
Resolve hosts and bind sockets even when the local_port is not set (0)
libavformat
|
Thu, 16 Aug 2007 22:12:03 +0000 |
ramiro |
Set UDP receive buffer to 64k
libavformat
|
Thu, 09 Aug 2007 23:39:05 +0000 |
ramiro |
Add initialization and cleanup functions for Winsock
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Tue, 12 Jun 2007 08:01:35 +0000 |
diego |
Add some explanatory comments to #endif directives.
libavformat
|
Tue, 12 Jun 2007 07:59:34 +0000 |
diego |
Remove unused static function.
libavformat
|
Fri, 27 Apr 2007 00:35:54 +0000 |
alex |
use ff_neterrno() and FF_NETERROR() for networking error handling
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
|
Thu, 18 Jan 2007 23:23:41 +0000 |
aurel |
cosmetics: indentation
libavformat
|
Thu, 18 Jan 2007 17:48:21 +0000 |
mmu_man |
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL.
libavformat
|
Thu, 18 Jan 2007 17:22:30 +0000 |
mmu_man |
The long awaited BeOS cleanup, phase 1
libavformat
|
Sat, 28 Oct 2006 17:16:18 +0000 |
gpoirier |
Make it possible to reuse UDP socket (optional, disabled by default)
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavformat
|
Sun, 18 Jun 2006 11:33:14 +0000 |
diego |
Add const to (mostly) char* and make some functions static, which aren't used
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
|
Fri, 12 Aug 2005 14:01:03 +0000 |
alex |
FreeBSD ipv6 multicast patch from ports tree
libavformat
|
Thu, 21 Jul 2005 21:10:23 +0000 |
michael |
udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl)
libavformat
|
Wed, 13 Jul 2005 10:18:35 +0000 |
michael |
printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)
libavformat
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Wed, 12 Jan 2005 00:59:42 +0000 |
michael |
dissallow sprintf
libavformat
|
Tue, 09 Nov 2004 00:27:16 +0000 |
michael |
IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)
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
|
Fri, 04 Jul 2003 09:14:14 +0000 |
michaelni |
undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Sun, 09 Feb 2003 18:06:23 +0000 |
bellard |
variable UDP packet size patch by Max Krasnyansky
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|