summaryrefslogtreecommitdiff
path: root/sys/dvb/parsechannels.c
Commit message (Expand)AuthorAgeFilesLines
* dvb: move adapter number set-up by way of environment to dvbsrcReynaldo H. Verdejo Pinochet2016-12-221-5/+0
* dvb: parsechannels: replace missleadign error messageReynaldo H. Verdejo Pinochet2016-12-221-4/+4
* dvb/parsechannels: drop trailing whitespaceReynaldo H. Verdejo Pinochet2016-12-081-2/+2
* dvb/parsechannels: collapse notes on channel_name encoding conflictReynaldo H. Verdejo Pinochet2016-10-231-4/+2
* dvb/parsechannels: rename ZAP parser for clarityReynaldo H. Verdejo Pinochet2016-10-231-5/+4
* dvb: fix gtk-doc syntax for wrongly formatted commentsReynaldo H. Verdejo Pinochet2016-10-231-8/+4
* dvb/parsechannels: parse guard interval as a fractionReynaldo H. Verdejo Pinochet2016-10-091-2/+2
* dvb/parsechannels: add prototypes and reorganize for clarityReynaldo H. Verdejo Pinochet2016-10-091-60/+95
* dvb/parsechannels: parse DVB-T hierarchy from v5 config fileReynaldo H. Verdejo Pinochet2016-10-091-0/+13
* dvb/parsechannels: parse DVB-T lp and hp code ratesReynaldo H. Verdejo Pinochet2016-10-091-0/+2
* dvb/parsechannels: make parsing errors delsys-neutralReynaldo H. Verdejo Pinochet2016-09-301-10/+10
* dvb/parsechannels: warn on ignored key/value pairsReynaldo H. Verdejo Pinochet2016-08-181-1/+1
* dvb/parsechannels: handle problems parsing dvbv5 config keysReynaldo H. Verdejo Pinochet2016-08-181-1/+24
* dvb/parsechannels: improve parsing-success messageReynaldo H. Verdejo Pinochet2016-07-011-1/+2
* dvb/parsechannels: don't use default conf filename for messagesReynaldo H. Verdejo Pinochet2016-07-011-4/+2
* dvb/parsechannels: implement channels.conf format autodetectionReynaldo H. Verdejo Pinochet2016-06-241-12/+64
* dvb/parsechannels: rename v5/zap parsers for congruencyReynaldo H. Verdejo Pinochet2016-06-241-6/+10
* dvb/parsechannels: fix modulation namesReynaldo H. Verdejo Pinochet2016-06-241-3/+4
* dvbbasebin: also accept DVBv5 channels.conf formatThiago Santos2016-06-241-14/+353
* dvb/parsechannels: recognize additional bandwidths at zap parsingReynaldo H. Verdejo Pinochet2016-05-171-0/+6
* dvb/parsechannels: use proper fe_spectral_inversion enum identifiersReynaldo H. Verdejo Pinochet2016-05-151-3/+3
* dvb/parsechannels: do not assume DVB-T from zap file aloneReynaldo H. Verdejo Pinochet2016-05-151-2/+11
* dvb/parsechannels: add information to file not found errorReynaldo H. Verdejo Pinochet2016-04-121-1/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* dvb: simplify ZAP file format parserReynaldo H. Verdejo Pinochet2015-10-091-67/+61
* dvbbasebin: fix parsing of freqs in some ZAP filesReynaldo H. Verdejo Pinochet2014-08-131-2/+11
* dvb: parsechannels: add delsys propertyStefan Ringel2014-05-261-0/+10
* dvbbasebin: better error reportingTim-Philipp Müller2013-04-211-11/+19
* dvbbasebin: log channel parsing into dvbbasebin debug category as wellTim-Philipp Müller2013-04-211-0/+3
* dvbbasebin: fix path where to look for the dvb-channels.confTim-Philipp Müller2013-04-211-5/+8
* sys: print format fixes in debug messagesTim-Philipp Müller2013-04-081-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* dvb: Detect more issues with configuration fileEdward Hervey2012-06-191-223/+251
* dvbbasebin: Emit an error when we fail reading the channels fileEdward Hervey2012-06-191-78/+88
* dvb: Add warning when dvb channels file isn't presentEdward Hervey2012-05-231-1/+2
* dvb: Use the user config dir instead of the cache dir for the channels config...Sebastian Dröge2011-05-031-1/+1
* dvb: moved dvb-channels.conf to $XDG_CACHE_HOMEPhilippe Normand2011-05-031-2/+2
* Add -Wwrite-stringsBenjamin Otte2010-03-221-3/+3
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-0/+2
* sys/dvb/: Add ATSC tunning and channels.conf parsing support.Michael Krufky2008-08-181-0/+25
* sys/dvb/: Add DVB-C support. Special thanks to Christian Schaller for a testi...Zaheer Abbas Merali2008-03-011-1/+65
* sys/dvb/: Add URI Handler for dvb.Zaheer Abbas Merali2008-02-081-0/+297