Age | Commit message (Expand) | Author |
2011-10-10 | Fixed asprintf usage | Petri Hintukainen |
2011-10-03 | Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke... | Chris Rankin |
2011-10-01 | Mark simple file and socket descriptors as uninheritable. | Chris Rankin |
2010-02-21 | Typo fix | Ulrich Eckhardt |
2010-02-21 | Avoid invalid fstat calls when opening empty files | Ulrich Eckhardt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-02-10 | Fix broken size checks in various input plugins (ref. CVE-2008-5239). | Darren Salt |
2009-01-04 | Fix for CVE-2008-5239 | Matthias Hopf |
2008-05-07 | Use strn?dup instead of alloc + strn?cpy. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use asprintf() rather than malloc() + sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272] | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-07-08 | Have the file input plugin use _x_mrl_unescape() instead of its own code. | Darren Salt |
2007-06-03 | Add a comment & changelog entry for the mmap bug fix. | Darren Salt |
2007-06-03 | [patch] Nasty mmap problem with huge files | Andrew de Quincey |
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 |