log stream/stream_netstream.c @ 37188:32aab8a15bfc

age author description
Sat, 25 Jan 2014 16:54:59 +0000 reimar stream_netstream: Simplify packet handling.
Sat, 25 Jan 2014 16:54:58 +0000 reimar stream_netstream: merge declaration and initialization.
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Thu, 27 May 2010 20:38:25 +0000 diego Drop pointless _st suffix from 'struct stream'.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Thu, 16 Oct 2008 17:01:40 +0000 diego Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place
Sun, 31 Aug 2008 13:59:54 +0000 diego Revert moving closesocket definition and network headers to network.h.
Fri, 29 Aug 2008 22:55:39 +0000 diego Move duplicated '#define closesocket close' into network.h along with
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Wed, 14 May 2008 17:20:42 +0000 diego Use standard license headers with standard formatting.
Sun, 13 Jan 2008 12:34:42 +0000 reimar stream_opts should be const
Sun, 02 Dec 2007 21:37:08 +0000 reimar stream_opts arrays should be const
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Mon, 22 Jan 2007 08:02:06 +0000 diego Fix FSF address and otherwise broken license headers.
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Sat, 05 Aug 2006 10:30:06 +0000 ben isolated tcp socket code from network.c to a dedicated file
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/stream_netstream.c@51d9040c4b7a