summaryrefslogtreecommitdiff
path: root/src/input/input_file.c
AgeCommit message (Expand)Author
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
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-26fix some prominent compiler warningsMichael Roitzsch
2003-10-15Oops, small correction yet. File MRLs which don't contain '/:' should work no...František Dvořák
2003-10-15Michael's simply solution for using crazy named directries (with ':' characte...František Dvořák
2003-10-13be nicer on files with '%' insideMichael Roitzsch
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-22Additional changes for win32/msvc port; This is my first real commit so pleas...Tim Champagne
2003-04-13Input plugin api change:Thibaut Mattern
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
2003-03-24file plugin ident should be upcase, like other autoplay featured pluginsDaniel Caujolle-Bert
2003-03-07properly unescape relative MRLsMichael Roitzsch
2003-03-03Remove pthread_cancel() support, these threads are never pthread_cancelledEwald Snel
2003-01-29- add asx parser (sends mrl events)Miguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas