Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-02-10 | Merge from 1.1. | Darren Salt |
2009-02-10 | Fix broken size checks in various input plugins (ref. CVE-2008-5239). | Darren Salt |
2009-01-05 | Merge security fixes from 1.1. | Darren Salt |
2009-01-04 | Fix for CVE-2008-5239 | Matthias Hopf |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2007-12-30 | Merge from 1.1 (except po/*; translators needed for this). | Darren Salt |
2007-12-27 | net_plugin not always reading preview buffer to the maximum. | Michel Verbraak |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the input plugins interface version to 18 as they got updated. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all input plugins to the new identifier/description interface. | Diego 'Flameeyes' Pettenò |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-09 | Convert all input plugins to use void * as type for the buf parameter of read... | 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-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-11-28 | *BUGFIX* | František Dvořák |
2005-10-14 | input plugin time seeking patch. | Miguel Freitas |
2005-02-06 | Added a plugin_node_t pointer to the input plugin struct. | Thibaut Mattern |
2005-02-03 | **BUGFIX** | František Dvořák |
2005-01-05 | Warning fixes (Maarten Vanraes). | Darren Salt |
2004-09-17 | Warning patch for Win32 - casted off_t to intmax_t for printing. | František Dvořák |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
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-09-25 | replace C++ style comments | Daniel Caujolle-Bert |
2003-09-25 | IPv6 patch from Njål T. Borch <Njaal.Borch@njaal.net> | Daniel Caujolle-Bert |
2003-06-19 | replace old LOG_MSG macros, add missing host parameter to read error message | Guenter Bartsch |
2003-05-20 | Made some similar changes to the network input as were just made to http | Tim Champagne |
2003-05-20 | This adds http and network input for Win32. I have no idea how to test this u... | Tim Champagne |
2003-05-15 | add broadcaster | Miguel Freitas |
2003-04-26 | bump up input plugin interface version number | Guenter Bartsch |
2003-04-13 | - some cleanups | Miguel Freitas |
2003-04-13 | - use xine_read_abort for http, net, mms, mmsh (more to come) | Miguel Freitas |
2003-04-13 | Input plugin api change: | Thibaut Mattern |
2003-01-31 | - MAX_PREVIEW_SIZE = 4096 | Miguel Freitas |
2002-12-27 | man errno: "must not be explicitly declared; errno may be a macro" | Miguel Freitas |
2002-12-21 | Fix memory leaks | Ewald Snel |