Age | Commit message (Expand) | Author |
2007-03-29 | Reorder fields to fill hole. | Diego 'Flameeyes' Pettenò |
2007-02-25 | Remove unused code. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-18 | Make get_description function return a const char * rather than just a char *... | Diego 'Flameeyes' Pettenò |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-10-01 | When the mmap()ed file grows, disable mmap() support. | Diego 'Flameeyes' Pettenò |
2006-09-16 | Fixed comment. | Thibaut Mattern |
2006-09-16 | Should fix some random crashes (see testsuite). | Thibaut Mattern |
2006-09-13 | Return -1 when the file is inaccessible, not found, or empty, so that other i... | Diego 'Flameeyes' Pettenò |
2006-09-10 | Fix seeking, remove blocksize support for now, and check if mmap fails. | Diego 'Flameeyes' Pettenò |
2006-09-10 | Add missing line. | Diego 'Flameeyes' Pettenò |
2006-09-09 | Implement MMAP capable reading for files, reduces memory impact and improve p... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-05-03 | Make 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 from | Bastien Nocera |
2005-10-14 | input plugin time seeking patch. | Miguel Freitas |
2005-09-02 | Unregister config callbacks. | Thibaut Mattern |
2005-08-25 | *BUGFIX* | František Dvořák |
2005-06-21 | - Patch from Christophe Thommeret <hftom@free.fr> to avoid checking | Bastien Nocera |
2005-05-29 | - Send the XINE_MSG_FILE_EMPTY UI message when trying to play an empty | Bastien Nocera |
2005-02-07 | Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries. | Thibaut Mattern |
2005-02-06 | Added a plugin_node_t pointer to the input plugin struct. | Thibaut Mattern |
2004-12-20 | remove all local names beginning with double underscore, because C99 | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-09-02 | Warnings on WIN32. | František Dvořák |
2004-07-25 | protect some buffers to be on the safe side (some of them might be hard | Michael Roitzsch |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-06-22 | File input module now groks file://localhost/... and file://127.0.0.1/... MRLs | Andre Pang |
2004-06-13 | implement 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-10 | improving config help strings | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
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-10-26 | fix some prominent compiler warnings | Michael Roitzsch |
2003-10-15 | Oops, small correction yet. File MRLs which don't contain '/:' should work no... | František Dvořák |
2003-10-15 | Michael's simply solution for using crazy named directries (with ':' characte... | František Dvořák |
2003-10-13 | be nicer on files with '%' inside | Michael Roitzsch |
2003-04-26 | bump up input plugin interface version number | Guenter Bartsch |
2003-04-22 | Additional changes for win32/msvc port; This is my first real commit so pleas... | Tim Champagne |
2003-04-13 | Input plugin api change: | Thibaut Mattern |
2003-04-04 | add initial async error/general message reporting to frontend | Miguel Freitas |
2003-03-24 | file plugin ident should be upcase, like other autoplay featured plugins | Daniel Caujolle-Bert |
2003-03-07 | properly unescape relative MRLs | Michael Roitzsch |
2003-03-03 | Remove pthread_cancel() support, these threads are never pthread_cancelled | Ewald Snel |
2003-01-29 | - add asx parser (sends mrl events) | Miguel Freitas |
2003-01-04 | add 2 demuxer groups (audio and games) with multiple plugins at the | Miguel Freitas |