summaryrefslogtreecommitdiff
path: root/src/input/input_dvb.c
AgeCommit message (Collapse)Author
2005-01-05workaround for some versions of dvbscan which incorrectly output theMike Lampard
frequency in MHz rather than kHz. CVS patchset: 7325 CVS date: 2005/01/05 12:54:04
2004-12-20fix compile warningsMike Lampard
CVS patchset: 7284 CVS date: 2004/12/20 15:59:05
2004-12-19multiple epg fixes: fix for incorrectly parsed running status, clear old epgMike Lampard
data, fix cropped epg texts, fix epg holding up demuxer thread. CVS patchset: 7279 CVS date: 2004/12/19 19:10:39
2004-12-15warning fixesMichael Roitzsch
CVS patchset: 7260 CVS date: 2004/12/15 20:57:28
2004-12-14fix for potential memleakMike Lampard
CVS patchset: 7251 CVS date: 2004/12/14 06:41:05
2004-12-13change to new config naming schemeMike Lampard
CVS patchset: 7239 CVS date: 2004/12/13 10:55:24
2004-12-13numerous bugfixes, code cleanup, new epg code, based on patch by PekkaMike Lampard
Jääskeläinen. CVS patchset: 7237 CVS date: 2004/12/13 10:34:49
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-12-07variable declarations above statements please...Mike Lampard
CVS patchset: 7202 CVS date: 2004/12/07 14:54:28
2004-12-07remove legacy dvbdisplaychan config option. disable left click->EPG, as itMike Lampard
is a little to obtrusive, the EPG is still not stable for some people. CVS patchset: 7199 CVS date: 2004/12/07 11:13:35
2004-12-06patch from Pekka Jääskeläinen for additional mouse control and epgMike Lampard
enhancements. CVS patchset: 7194 CVS date: 2004/12/06 06:13:51
2004-12-01make buffer a multiple of ts packet sizeMike Lampard
CVS patchset: 7184 CVS date: 2004/12/01 23:09:04
2004-12-01allow up to 4 subtitle pidsMike Lampard
CVS patchset: 7175 CVS date: 2004/12/01 07:56:13
2004-11-25fix compiler warnings.......Mike Lampard
CVS patchset: 7164 CVS date: 2004/11/25 18:39:26
2004-11-25fix bug whereby channelname MRLs preceded by a number aren't recognised.Mike Lampard
move registration of adapternum config item to class init CVS patchset: 7163 CVS date: 2004/11/25 06:56:51
2004-11-25previous commit - dont quit if vdr format channels.conf is used. log aMike Lampard
warning and revert to pre-rc7 behaviour (no ac3/subtitles etc). CVS patchset: 7161 CVS date: 2004/11/25 00:19:43
2004-11-24*** empty log message ***Mike Lampard
CVS patchset: 7153 CVS date: 2004/11/24 14:31:47
2004-11-24add support for slightly non-standard? ?zap channels.conf filesMike Lampard
CVS patchset: 7152 CVS date: 2004/11/24 02:58:20
2004-11-22use section filter for pmt alsoMike Lampard
CVS patchset: 7146 CVS date: 2004/11/22 11:40:34
2004-11-21use INVERSION_AUTO rather than INVERSION_OFF if the fe can support it. useMike Lampard
section filtering for pat table. CVS patchset: 7144 CVS date: 2004/11/21 18:37:00
2004-11-20more info for bug reporting, do a simple sanity check to ensure that theMike Lampard
channels.conf file is really in *zap format, not vdr format. CVS patchset: 7141 CVS date: 2004/11/20 18:30:52
2004-11-19further checks for pat filteringMike Lampard
CVS patchset: 7138 CVS date: 2004/11/19 10:41:05
2004-11-18change all printfs to xprintf, increase verbosity in parse_si + tuner toMike Lampard
ease debugging. CVS patchset: 7134 CVS date: 2004/11/18 15:35:03
2004-11-18increase no-data timeout in plugin_read.Mike Lampard
CVS patchset: 7132 CVS date: 2004/11/18 12:45:47
2004-11-16increase all timeouts, should fix most (all?) problems reported so far.Mike Lampard
don't bother opening unused filters, add option to select adapter rather than hardcode adapter0 CVS patchset: 7126 CVS date: 2004/11/16 11:49:09
2004-11-13increase tuner timeout. some cards are a little slowMike Lampard
CVS patchset: 7118 CVS date: 2004/11/13 08:36:59
2004-11-04dvb driver needs video & audio pids to be handled differentlyxine_1-rc7-release1-rc7Mike Lampard
CVS patchset: 7104 CVS date: 2004/11/04 11:22:58
2004-10-30check to ensure we have the mutex before unlocking it.Mike Lampard
CVS patchset: 7088 CVS date: 2004/10/30 04:06:48
2004-10-29fix for bug #838766. enable timeout if no data from dvr device.Mike Lampard
fix double-free in tuner_dispose. misc. other fixes. CVS patchset: 7085 CVS date: 2004/10/29 07:56:10
2004-10-28work around to ensure fe is locked before continuing, or timeout afterMike Lampard
5secs. report fe status. CVS patchset: 7084 CVS date: 2004/10/28 20:26:43
2004-10-25improve reliability switch_channelsMike Lampard
CVS patchset: 7074 CVS date: 2004/10/25 22:39:38
2004-10-24bugfix from Maik Qualmann for playlist generationMike Lampard
CVS patchset: 7073 CVS date: 2004/10/24 21:30:14
2004-10-23fix byte alignment bug in pat parsing. hide eit if osd channel selector isMike Lampard
showing. CVS patchset: 7069 CVS date: 2004/10/23 19:54:52
2004-10-23revert to old behaviour on pat/pmt timeout + bugfixMike Lampard
CVS patchset: 7068 CVS date: 2004/10/23 01:26:38
2004-10-23rewrite pat table to only contain the current pmt. use nonblock on internalMike Lampard
filter. CVS patchset: 7067 CVS date: 2004/10/23 00:10:08
2004-10-22use poll on internal filterMike Lampard
CVS patchset: 7066 CVS date: 2004/10/22 13:54:03
2004-10-21fix build problemMike Lampard
CVS patchset: 7063 CVS date: 2004/10/21 18:25:08
2004-10-21fix build problem due to misaligned patchMike Lampard
CVS patchset: 7062 CVS date: 2004/10/21 15:17:25
2004-10-20improved dvb plugin by Mike LampardMiguel Freitas
CVS patchset: 7057 CVS date: 2004/10/20 20:34:41
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
is. Should protect against a plugin returning a malloc'd variable for example. CVS patchset: 6821 CVS date: 2004/07/20 00:50:10
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
http://article.gmane.org/gmane.comp.video.xine.devel/9532 it is now up to demuxers to decide what the 0..65535 position means. demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve CVS patchset: 6686 CVS date: 2004/06/13 21:28:52
2004-05-14fix compiler warning and make new config entry's strings translateableMichael Roitzsch
CVS patchset: 6537 CVS date: 2004/05/14 13:34:27
2004-05-10fix compilation breakage before Mike kills me ;-)Miguel Freitas
CVS patchset: 6515 CVS date: 2004/05/10 13:38:39
2004-05-09dvb patches by Szymon Stefanek and Mike LampardMiguel Freitas
CVS patchset: 6509 CVS date: 2004/05/09 22:34:19
2004-02-12some code cleanup, make MRL more consistent by allowing dvb:/<channel>Michael Roitzsch
(old scheme kept for compatibility) CVS patchset: 6134 CVS date: 2004/02/12 18:05:06
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-08Use info helper functions.Thibaut Mattern
CVS patchset: 5709 CVS date: 2003/11/08 22:20:35