summaryrefslogtreecommitdiff
path: root/src/input/input_pnm.c
AgeCommit message (Expand)Author
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-04-051) various warning fixesFrantišek Dvořák
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2005-02-03**BUGFIX**František Dvořák
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-27fix compiler warning about LOG_MODULE being redefinedMichael Roitzsch
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-10-19Disable saving of real streams - will make users angry but will stop real fro...James Stembridge
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-13xine_read_abort for pnmMiguel Freitas
2003-04-13Input plugin api change:Thibaut Mattern
2003-02-28Xine assert() replacement:Stephen Torri
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
2002-12-27man errno: "must not be explicitly declared; errno may be a macro"Miguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-15- set high water marks to higher values in http, pnm andStefan Holst
2002-12-12small bugfix - init plugin instance struct to 0Guenter Bartsch
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