index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
pnm.c
Age
Commit message (
Expand
)
Author
2014-11-06
Copyright year update by hg log.
Torsten Jager
2014-11-06
pnm: silence warnings.
Torsten Jager
2013-09-13
Copyright year update by hg log info
Torsten Jager
2010-07-25
Merge from 1.1; resync translation files.
Darren Salt
2010-07-19
Fix a few small memory leaks.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-01-18
Merge from 1.1.
Darren Salt
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-05-09
Use size_t rather than int to store the return value of strlen().
Diego 'Flameeyes' Pettenò
2008-05-09
Avoid loop for common memory operations (zeroing, copying, moving).
Diego 'Flameeyes' Pettenò
2008-05-07
Use strn?dup instead of alloc + strn?cpy.
Diego 'Flameeyes' Pettenò
2008-05-07
Merge file removal.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-05-07
Mark internal functions and data structures static.
Diego 'Flameeyes' Pettenò
2007-12-23
Mark rm_header and pnm_data_header static.
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-18
Use strndup.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-04-08
Mark various private arrays, structs & fn parameters as static and/or const.
Darren Salt
2006-06-20
Fix generic warnings.
Diego 'Flameeyes' Pettenò
2004-12-15
Multiple security vulnerabilities fixed on PNM and Real RTSP clients
Miguel Freitas
2003-12-12
use xine_hexdump and _x_io* helper functions
James Stembridge
2003-12-09
update copyright year (and we have to do it again in 3 weeks... ;-) )
Daniel Caujolle-Bert
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-06-20
- fake a newer version of RealPlayer to avoid "too old version" from some
Bastien Nocera
2003-04-13
xine_read_abort for pnm
Miguel Freitas
2003-02-28
Xine assert() replacement:
Stephen Torri
2003-02-05
try to have the same behaviour reading from network on http/mms/pnm/rtsp.
Miguel Freitas
2003-01-31
- MAX_PREVIEW_SIZE = 4096
Miguel Freitas
2003-01-22
using bswap.h, some more comments. May work on big endian architectures now.
Stefan Holst
2003-01-10
increase buffers
Stefan Holst
2002-12-26
catch a possible segfault
Stefan Holst
2002-12-26
pnm stream setup improvements
Stefan Holst
2002-12-22
Make xine-lib compile with the SunPro compiler
Robin KAY
2002-12-16
https://sourceforge.net/tracker/index.php?func=detail&aid=652577&group_id=965...
Miguel Freitas
2002-12-16
real streaming fixes:
Stefan Holst
2002-12-15
fixed 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-23
pnm protocol input plugin
Guenter Bartsch