summaryrefslogtreecommitdiff
path: root/src/input/input_file.c
AgeCommit message (Expand)Author
2010-02-21Avoid invalid fstat calls when opening empty filesUlrich Eckhardt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
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-07Use strn?dup instead of alloc + strn?cpy.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2007-04-14Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen...Diego 'Flameeyes' Pettenò
2007-12-18Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]Darren Salt
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-07-08Have the file input plugin use _x_mrl_unescape() instead of its own code.Darren Salt
2007-06-03Add a comment & changelog entry for the mmap bug fix.Darren Salt
2007-06-03[patch] Nasty mmap problem with huge filesAndrew de Quincey
2007-03-29Reorder fields to fill hole.Diego 'Flameeyes' Pettenò
2007-02-25Remove unused code.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-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-10-01When the mmap()ed file grows, disable mmap() support.Diego 'Flameeyes' Pettenò
2006-09-16Fixed comment.Thibaut Mattern
2006-09-16Should fix some random crashes (see testsuite).Thibaut Mattern
2006-09-13Return -1 when the file is inaccessible, not found, or empty, so that other i...Diego 'Flameeyes' Pettenò
2006-09-10Fix seeking, remove blocksize support for now, and check if mmap fails.Diego 'Flameeyes' Pettenò
2006-09-10Add missing line.Diego 'Flameeyes' Pettenò
2006-09-09Implement MMAP capable reading for files, reduces memory impact and improve p...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-03-17- implement change advised by Darren:Bastien Nocera
2006-03-16[coverity]Thibaut Mattern
2006-03-16- Also ignore the zero file size for character device nodes, patch fromBastien Nocera
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-09-02Unregister config callbacks.Thibaut Mattern
2005-08-25*BUGFIX*František Dvořák
2005-06-21- Patch from Christophe Thommeret <hftom@free.fr> to avoid checkingBastien Nocera
2005-05-29- Send the XINE_MSG_FILE_EMPTY UI message when trying to play an emptyBastien Nocera
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-09-02Warnings on WIN32.František Dvořák
2004-07-25protect some buffers to be on the safe side (some of them might be hardMichael Roitzsch
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-22File input module now groks file://localhost/... and file://127.0.0.1/... MRLsAndre Pang
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-04-15- generate events for "Permission denied" and "File not found" in the http an...Bastien Nocera
2004-04-10improving config help stringsMichael Roitzsch
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