Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-10-21 | Fixed a bug which prevented "dvb://" working with the default configuration. | Darren Salt |
2009-02-10 | Fix broken size checks in various input plugins (ref. CVE-2008-5239). | Darren Salt |
2009-01-18 | Remove '#include "config.h"' from all public header files. | Darren Salt |
2009-01-05 | Merge security fixes. | Darren Salt |
2009-01-04 | Fix for CVE-2008-5239 | Matthias Hopf |
2008-12-20 | Fix size of mrls array. | Diego E. 'Flameeyes' Pettenò |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-07-08 | Avoid using strlen() in loops, calculate it beforehand. | Diego 'Flameeyes' Pettenò |
2008-06-18 | input_dvb: Recognise new audio and video stream formats | Simon Farnsworth |
2008-06-18 | input_dvb: Allow automatic detection of DVB parameters | Simon Farnsworth |
2008-06-17 | input_dvb: Allow the user to configure the location of the channels.conf file... | Simon Farnsworth |
2008-06-16 | input_dvb: Allow the user to configure the DVB GUI off. | Simon Farnsworth |
2008-06-15 | Merge. | Darren Salt |
2008-06-15 | Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated. | Darren Salt |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Replace strn?cpy() + strn?cat() calls with a?sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use proper string functions in place of sn?printf. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2007-11-13 | Missing channels.conf (ATSC) | Tom Shield |
2007-11-13 | Improve the "no channels.conf" message; tidy up local variable initialisation. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-07-13 | Fix a spelling error in the media.dvb.tuning_timeout description. | Darren Salt |
2007-07-12 | Allow input_dvb to timeout on no signal | Simon Farnsworth |
2007-06-13 | Avoid name collision (don't redefine NOPID). | Albert Lee |
2007-05-17 | Convert comments (and the occasional string where it doesn't matter) to UTF-8. | Darren Salt |
2007-05-02 | [PATCH] Enhance logging in demux_ts, input_dvb and video_out_xv | Simon Farnsworth |
2007-05-13 | Correct the dvba:// MRL / tuner mismatch message. | Darren Salt |
2007-04-14 | Oops. Silly mistake with fstat. | Darren Salt |
2007-04-14 | Don't read channels.conf if it isn't a normal file or a link to a normal file. | Darren Salt |
2007-04-14 | Reworked the channels.conf file handling in the DVB plugin. | Darren Salt |
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 |