summaryrefslogtreecommitdiff
path: root/src/input/input_stdin_fifo.c
AgeCommit message (Expand)Author
2009-02-10Fix broken size checks in various input plugins (ref. CVE-2008-5239).Darren Salt
2009-01-04Fix for CVE-2008-5239Matthias Hopf
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.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-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
2005-11-21*BUGFIX*Františ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
2004-04-19- also accept "fd://0" as an mrl for stdin input, as used by GStreamerBastien Nocera
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-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-08use io_helper functions.Thibaut Mattern
2003-05-02require slash on mrl syntax.Miguel Freitas
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-13xine_read_abort for pnmMiguel Freitas
2003-04-13- some cleanupsMiguel Freitas
2003-04-13Input plugin api change:Thibaut Mattern
2003-03-20unused codeMiguel Freitas
2003-03-14testing the idea of aborting because of action pending AND read timeout.Miguel Freitas
2003-03-06stdin and rawdv fixes from Dan DennedyMiguel Freitas
2003-02-20fixed copious bugs in the _read(), _seek() and _get_current_pos()Mike Melanson
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-17fifo: MRLs should work nowMichael Roitzsch
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-12fix stdin plugin, cosmetic cleanups in mp3 demuxerGuenter Bartsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
2002-11-07return of the stdin pluginGuenter Bartsch
2002-10-31adapt input plugins to new MRL syntaxMichael Roitzsch
2002-10-23fix capabilites (preview)Guenter Bartsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-05Fixed mrl checking (mrl:// wasn't respected).Daniel Caujolle-Bert