summaryrefslogtreecommitdiff
path: root/src/input/input_dvb.c
AgeCommit message (Expand)Author
2007-12-11Actually use the context already allocated by libavutil.Diego 'Flameeyes' Pettenò
2007-12-11Use libavutil's crc routines rather than xine-utils's code.Diego 'Flameeyes' Pettenò
2007-11-14Move CRC32 code into a common file (& out of the DVB input & TS demux plugins).Darren Salt
2007-11-14Merge from 1.1.Darren Salt
2007-11-13Missing channels.conf (ATSC)Tom Shield
2007-11-13Improve the "no channels.conf" message; tidy up local variable initialisation.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-07-12Allow DVB GUI to be disabledSimon Farnsworth
2007-07-13Merge from 1.1.Darren Salt
2007-07-13Fix a spelling error in the media.dvb.tuning_timeout description.Darren Salt
2007-07-12Allow input_dvb to timeout on no signalSimon Farnsworth
2007-06-15The offset variable is only used with strlen value, set it to size_t then.Diego 'Flameeyes' Pettenò
2007-06-15Fix signedness on channel_index() function.Diego 'Flameeyes' Pettenò
2007-06-14Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-06-13Avoid name collision (don't redefine NOPID).Albert Lee
2007-06-09Convert all input plugins to use void * as type for the buf parameter of read...Diego 'Flameeyes' Pettenò
2007-05-17Convert 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_xvSimon Farnsworth
2007-05-13Correct the dvba:// MRL / tuner mismatch message.Darren Salt
2007-05-31Remove the DVB headers dmx.h and frontend.h, use the ones from linux-headers ...Diego 'Flameeyes' Pettenò
2007-05-17Merge from 1.1.Darren Salt
2007-04-14Look in the user XDG config dir for channels.conf.Darren Salt
2007-04-14Oops. Silly mistake with fstat.Darren Salt
2007-04-14Don't read channels.conf if it isn't a normal file or a link to a normal file.Darren Salt
2007-04-14Reworked the channels.conf file handling in the DVB plugin.Darren Salt
2007-04-04When EOVERFLOW is not defined, use EINVAL instead.Pascal S. de Kloe
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2006-12-08Prevent segfaults on out-of-range last_channel.Darren Salt
2006-07-13Added missing NULL sentinel.Matthias Hopf
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-04-06remove some c++ comments missed in the last commitMike Lampard
2006-04-06Add ATSC support, thanks to Jack Steven Kelliher, with some minor changesMike Lampard
2006-03-16[coverity]Thibaut Mattern
2006-02-14Kill a printf() warning.Darren Salt
2005-11-28*BUGFIX*František Dvořák
2005-10-14input 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 affectsMike Lampard
2005-02-07Added PLUGIN_MUST_PRELOAD to all input plugins registering config entries.Thibaut Mattern
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2005-01-05workaround for some versions of dvbscan which incorrectly output theMike Lampard
2004-12-20fix compile warningsMike Lampard
2004-12-19multiple epg fixes: fix for incorrectly parsed running status, clear old epgMike Lampard
2004-12-15warning fixesMichael Roitzsch
2004-12-14fix for potential memleakMike Lampard
2004-12-13change to new config naming schemeMike Lampard