Age | Commit message (Expand) | Author |
2007-04-04 | When EOVERFLOW is not defined, use EINVAL instead. | Pascal S. de Kloe |
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-08 | Prevent segfaults on out-of-range last_channel. | Darren Salt |
2006-07-13 | Added missing NULL sentinel. | Matthias Hopf |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-04-06 | remove some c++ comments missed in the last commit | Mike Lampard |
2006-04-06 | Add ATSC support, thanks to Jack Steven Kelliher, with some minor changes | Mike Lampard |
2006-03-16 | [coverity] | Thibaut Mattern |
2006-02-14 | Kill a printf() warning. | Darren Salt |
2005-11-28 | *BUGFIX* | František Dvořák |
2005-10-14 | input plugin time seeking patch. | Miguel Freitas |
2005-08-25 | *BUGFIX* | František Dvořák |
2005-02-14 | **BUGFIX** don't use background thread for epg data, as it still affects | Mike Lampard |
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 |
2005-01-05 | workaround for some versions of dvbscan which incorrectly output the | Mike Lampard |
2004-12-20 | fix compile warnings | Mike Lampard |
2004-12-19 | multiple epg fixes: fix for incorrectly parsed running status, clear old epg | Mike Lampard |
2004-12-15 | warning fixes | Michael Roitzsch |
2004-12-14 | fix for potential memleak | Mike Lampard |
2004-12-13 | change to new config naming scheme | Mike Lampard |
2004-12-13 | numerous bugfixes, code cleanup, new epg code, based on patch by Pekka | Mike Lampard |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-12-07 | variable declarations above statements please... | Mike Lampard |
2004-12-07 | remove legacy dvbdisplaychan config option. disable left click->EPG, as it | Mike Lampard |
2004-12-06 | patch from Pekka Jääskeläinen for additional mouse control and epg | Mike Lampard |
2004-12-01 | make buffer a multiple of ts packet size | Mike Lampard |
2004-12-01 | allow up to 4 subtitle pids | Mike Lampard |
2004-11-25 | fix compiler warnings....... | Mike Lampard |
2004-11-25 | fix bug whereby channelname MRLs preceded by a number aren't recognised. | Mike Lampard |
2004-11-25 | previous commit - dont quit if vdr format channels.conf is used. log a | Mike Lampard |
2004-11-24 | *** empty log message *** | Mike Lampard |
2004-11-24 | add support for slightly non-standard? ?zap channels.conf files | Mike Lampard |
2004-11-22 | use section filter for pmt also | Mike Lampard |
2004-11-21 | use INVERSION_AUTO rather than INVERSION_OFF if the fe can support it. use | Mike Lampard |
2004-11-20 | more info for bug reporting, do a simple sanity check to ensure that the | Mike Lampard |
2004-11-19 | further checks for pat filtering | Mike Lampard |
2004-11-18 | change all printfs to xprintf, increase verbosity in parse_si + tuner to | Mike Lampard |
2004-11-18 | increase no-data timeout in plugin_read. | Mike Lampard |
2004-11-16 | increase all timeouts, should fix most (all?) problems reported so far. | Mike Lampard |
2004-11-13 | increase tuner timeout. some cards are a little slow | Mike Lampard |
2004-11-04 | dvb driver needs video & audio pids to be handled differentlyxine_1-rc7-release1-rc7 | Mike Lampard |
2004-10-30 | check to ensure we have the mutex before unlocking it. | Mike Lampard |
2004-10-29 | fix for bug #838766. enable timeout if no data from dvr device. | Mike Lampard |
2004-10-28 | work around to ensure fe is locked before continuing, or timeout after | Mike Lampard |
2004-10-25 | improve reliability switch_channels | Mike Lampard |
2004-10-24 | bugfix from Maik Qualmann for playlist generation | Mike Lampard |