summaryrefslogtreecommitdiffstats
path: root/libmpdemux/pnm.c
Commit message (Expand)AuthorAgeFilesLines
* fixrathann2005-12-051-0/+1
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-031-1/+1
* printf converted to mp_msg; made static many unnecessarily global symbolsnicodvb2005-06-031-42/+42
* Change header order to avoid compile error because of STREAM_SEEKreimar2005-06-021-6/+6
* ported all network streams to the new APInicodvb2005-05-291-3/+66
* "Fix" for pnm EOF detection (stop on read errors)rtognimp2005-04-091-0/+1
* Stop streaming if we got a server error or message on pnm streaming.rtognimp2005-04-091-4/+8
* Security fixes ported from upstream (xine)rtognimp2004-12-151-2/+26
* many small typo and grammar fixesgabucino2003-10-041-2/+2
* fake newer realplayer versionfaust32003-06-301-1/+1
* Networking support under MinGW.diego2003-06-111-4/+15
* Warning fixes, patch by Dominik Mierzejewskirtognimp2003-06-011-1/+1
* Using recv/send instead read/write for proper MinGW support (it's a 4.2BSD st...alex2003-05-291-2/+2
* buffer overflow fix :)arpi2003-01-101-2/+2
* check if prop_hdr==NULL insteda of sig11arpi2003-01-091-5/+6
* prefer inttypes.h (probably fix cygwin compile)arpi2002-12-271-1/+1
* pnm:// support (ported from xine)arpi2002-12-261-0/+816