Age | Commit message (Expand) | Author |
2014-03-10 | Silence compiler warnings on register_enum () arg #4. | Torsten Jager |
2013-09-13 | Copyright year update by hg log info | Torsten Jager |
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-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 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Don't use the if(foo) free(foo); construct, as free(NULL); is well defined. | 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 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | 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-04-14 | Mark string arrays as arrays of constant pointers, and do the same for memcpy... | Diego 'Flameeyes' Pettenò |
2007-02-20 | Mark a fwe arrays static and avoid casts that are not needed. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | 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ò |
2007-01-09 | Support setting the start time over MMSH protocol. | Claudio Ciccani |
2007-01-03 | Added support for setting the playback start time (same as the RTSP plugin). | Claudio Ciccani |
2006-10-23 | - unregister all the configuration callbacks when disposing of the class | Bastien Nocera |
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 |
2006-04-05 | 1) various warning fixes | František Dvořák |
2006-03-25 | - unregister the callback instead of disallowing the unload of the plugin | Bastien Nocera |
2006-03-24 | - don't unload the mms input plugin, as the callback for media.network.bandwidth | Bastien Nocera |
2005-10-14 | input plugin time seeking patch. | Miguel Freitas |
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-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
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 |
2004-04-26 | removing unused "this" variable and collapsing the code a bit | Michael Roitzsch |
2004-04-15 | Big MMS over tcp protocol cleanup / rework. | Thibaut Mattern |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-04-07 | fix compiler warnings | Michael Roitzsch |
2004-04-06 | Asf demuxer: | Thibaut Mattern |
2004-02-17 | Make default type of connection in MMS configurable (autoprobe, TCP or HTTP). | František Dvořák |
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 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |