summaryrefslogtreecommitdiff
path: root/src/input/input_dvb.c
AgeCommit message (Expand)Author
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
2004-12-13numerous bugfixes, code cleanup, new epg code, based on patch by PekkaMike Lampard
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-12-07variable declarations above statements please...Mike Lampard
2004-12-07remove legacy dvbdisplaychan config option. disable left click->EPG, as itMike Lampard
2004-12-06patch from Pekka Jääskeläinen for additional mouse control and epgMike Lampard
2004-12-01make buffer a multiple of ts packet sizeMike Lampard
2004-12-01allow up to 4 subtitle pidsMike Lampard
2004-11-25fix compiler warnings.......Mike Lampard
2004-11-25fix bug whereby channelname MRLs preceded by a number aren't recognised.Mike Lampard
2004-11-25previous commit - dont quit if vdr format channels.conf is used. log aMike Lampard
2004-11-24*** empty log message ***Mike Lampard
2004-11-24add support for slightly non-standard? ?zap channels.conf filesMike Lampard
2004-11-22use section filter for pmt alsoMike Lampard
2004-11-21use INVERSION_AUTO rather than INVERSION_OFF if the fe can support it. useMike Lampard
2004-11-20more info for bug reporting, do a simple sanity check to ensure that theMike Lampard
2004-11-19further checks for pat filteringMike Lampard
2004-11-18change all printfs to xprintf, increase verbosity in parse_si + tuner toMike Lampard
2004-11-18increase no-data timeout in plugin_read.Mike Lampard
2004-11-16increase all timeouts, should fix most (all?) problems reported so far.Mike Lampard
2004-11-13increase tuner timeout. some cards are a little slowMike Lampard
2004-11-04dvb driver needs video & audio pids to be handled differentlyxine_1-rc7-release1-rc7Mike Lampard
2004-10-30check to ensure we have the mutex before unlocking it.Mike Lampard
2004-10-29fix for bug #838766. enable timeout if no data from dvr device.Mike Lampard
2004-10-28work around to ensure fe is locked before continuing, or timeout afterMike Lampard
2004-10-25improve reliability switch_channelsMike Lampard
2004-10-24bugfix from Maik Qualmann for playlist generationMike Lampard
2004-10-23fix byte alignment bug in pat parsing. hide eit if osd channel selector isMike Lampard
2004-10-23revert to old behaviour on pat/pmt timeout + bugfixMike Lampard
2004-10-23rewrite pat table to only contain the current pmt. use nonblock on internalMike Lampard
2004-10-22use poll on internal filterMike Lampard
2004-10-21fix build problemMike Lampard
2004-10-21fix build problem due to misaligned patchMike Lampard
2004-10-20improved dvb plugin by Mike LampardMiguel Freitas
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-14fix compiler warning and make new config entry's strings translateableMichael Roitzsch
2004-05-10fix compilation breakage before Mike kills me ;-)Miguel Freitas
2004-05-09dvb patches by Szymon Stefanek and Mike LampardMiguel Freitas
2004-02-12some code cleanup, make MRL more consistent by allowing dvb:/<channel>Michael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-08Use info helper functions.Thibaut Mattern