summaryrefslogtreecommitdiff
path: root/src/input/pnm.c
AgeCommit message (Expand)Author
2010-07-19Fix a few small memory leaks.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2008-05-09Use size_t rather than int to store the return value of strlen().Diego 'Flameeyes' Pettenò
2008-05-09Avoid loop for common memory operations (zeroing, copying, moving).Diego 'Flameeyes' Pettenò
2008-05-07Use strn?dup instead of alloc + strn?cpy.Diego 'Flameeyes' Pettenò
2008-05-07Merge file removal.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-07Mark internal functions and data structures static.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2004-12-15Multiple security vulnerabilities fixed on PNM and Real RTSP clientsMiguel Freitas
2003-12-12use xine_hexdump and _x_io* helper functionsJames Stembridge
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-06-20- fake a newer version of RealPlayer to avoid "too old version" from someBastien Nocera
2003-04-13xine_read_abort for pnmMiguel Freitas
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-05try to have the same behaviour reading from network on http/mms/pnm/rtsp.Miguel Freitas
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-22using bswap.h, some more comments. May work on big endian architectures now.Stefan Holst
2003-01-10increase buffersStefan Holst
2002-12-26catch a possible segfaultStefan Holst
2002-12-26pnm stream setup improvementsStefan Holst
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
2002-12-16https://sourceforge.net/tracker/index.php?func=detail&aid=652577&group_id=965...Miguel Freitas
2002-12-16real streaming fixes:Stefan Holst
2002-12-15fixed indenting, change message prefix from "pnm" to "input_pnm",Stefan Holst
2002-12-12* Initial version of an rtsp input plugin. It is far from being perfect,Stefan Holst
2002-11-23pnm protocol input pluginGuenter Bartsch