log libmpdemux/pnm.c @ 17092:c0068de90f44

age author description
Mon, 05 Dec 2005 01:27:32 +0000 rathann fix
Sat, 03 Sep 2005 10:58:52 +0000 faust3 replace sleep with usec_sleep, required for recent mingw versions, patch by Robert Swain <robert.swain at gmail.com>
Fri, 03 Jun 2005 15:33:26 +0000 nicodvb printf converted to mp_msg; made static many unnecessarily global symbols
Thu, 02 Jun 2005 18:57:58 +0000 reimar Change header order to avoid compile error because of STREAM_SEEK
Sun, 29 May 2005 12:54:00 +0000 nicodvb ported all network streams to the new API
Sat, 09 Apr 2005 14:50:36 +0000 rtognimp "Fix" for pnm EOF detection (stop on read errors)
Sat, 09 Apr 2005 13:44:43 +0000 rtognimp Stop streaming if we got a server error or message on pnm streaming.
Wed, 15 Dec 2004 21:27:14 +0000 rtognimp Security fixes ported from upstream (xine)
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes
Mon, 30 Jun 2003 16:42:38 +0000 faust3 fake newer realplayer version
Wed, 11 Jun 2003 16:48:09 +0000 diego Networking support under MinGW.
Sun, 01 Jun 2003 20:27:32 +0000 rtognimp Warning fixes, patch by Dominik Mierzejewski
Thu, 29 May 2003 19:36:58 +0000 alex Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD standard). Patch by FloDt <flodt8@yahoo.de>
Fri, 10 Jan 2003 22:41:49 +0000 arpi buffer overflow fix :)
Thu, 09 Jan 2003 18:00:58 +0000 arpi check if prop_hdr==NULL insteda of sig11
Fri, 27 Dec 2002 22:38:56 +0000 arpi prefer inttypes.h (probably fix cygwin compile)
Thu, 26 Dec 2002 17:25:22 +0000 arpi pnm:// support (ported from xine)