aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.cpp
AgeCommit message (Collapse)Author
2006-02-21fix ratio calculation for slow reverse skippingFelix Domke
2006-02-21turn error into warningFelix Domke
2006-02-20decrease skip ratio a bitFelix Domke
2006-02-17fix relative jumpsFelix Domke
2006-02-17use AUDIO_GET_STC, VIDEO_GET_STCFelix Domke
2006-02-15use cached pts/offsets when available, clean upFelix Domke
2006-02-08rewrite wrap aroundFelix Domke
2006-02-03remove unneeded code in channel cache handlingAndreas Monzner
2006-02-03fix cached channel handlingAndreas Monzner
2006-01-30fixAndreas Monzner
2006-01-30release cached channel after 3 seconds when not neededAndreas Monzner
2006-01-27fix locking in dvb file playerFelix Domke
2006-01-26add cue sheetsFelix Domke
2006-01-19semikolon needed hereAndreas Monzner
2006-01-19remove recheckFrontendState until it's implementedFelix Domke
2006-01-19make comment a bit more genericFelix Domke
2006-01-19just retune on "managed" dvbchannels .. not in scanAndreas Monzner
2006-01-19retune on lostlock is now working :)Andreas Monzner
2006-01-18experimental PVR commit supportFelix Domke
2006-01-17add channel events, like EOFFelix Domke
2006-01-15remove debugFelix Domke
2005-12-25xmas segfault bugfix (sorry... it was my fault :( )Andreas Monzner
e2 segfaults every time when linked tuner was active and you zapped to a non tuneable channel and open the servicelist i hope no new image was released after "2005/12/23 02:52:28"
2005-12-23fix for canAllocateChannelAndreas Monzner
2005-12-20needed for files > 2GBAndreas Monzner
2005-12-20use video stc for display. make skipping look a bit better.Felix Domke
2005-12-07delete cached channel when playback a recorded movie (for closing frontend ↵Andreas Monzner
device)
2005-12-07fix allocateRAWChannel (we must first give free the cached channel)Andreas Monzner
2005-12-06ose no more used frontends and re-open on demandAndreas Monzner
2005-12-05add channel cache (transponders)Andreas Monzner
2005-12-03fix marking non playable services in channellistAndreas Monzner
2005-12-03remove non working indication of playable services in servicelistAndreas Monzner
get current event in listboxservicecontent via iStaticServiceInformation instead of use directly eEPGCache
2005-12-02set foregroundcolor of non tuneable services in servicelist to gray (for ↵Andreas Monzner
linked tuner mode)
2005-11-25fixAndreas Monzner
2005-11-23work on linked tuners ( can not test it :( )Andreas Monzner
2005-11-18scan: add allocateFrontendByIndex, so ServiceScan uses a fixed frontend ID - ↵Felix Domke
currently hardcoded 0 in python.
2005-11-18pts: as the decoding demux isn't stored in the dvbchannel (it could be ↵Felix Domke
shared, and a decoding demux can't be shared), it has to be given to the pts relevant functions.
2005-11-16auto tuner selection is now working (this breaks allocateRawChannel..)Andreas Monzner
TODO: handling for linked tuners (loop through)
2005-11-16dvb/frontend: set sec onceFelix Domke
2005-11-16add - untestd - frontend compatibility/priority checkFelix Domke
2005-11-16reenable channelAdded signalFelix Domke
2005-11-16remove fatal debug messageFelix Domke
2005-11-16work around capDecode problemFelix Domke
2005-11-15shutdown channel if tune failsFelix Domke
2005-11-15add - untested - multituner supportFelix Domke
2005-11-15fix pts relative seeking, make pts_t signedFelix Domke
2005-11-14fix missing return valuesFelix Domke
2005-11-13flush PVRFelix Domke
2005-11-13add seekToPosition to DVBChannelFelix Domke
2005-11-09differentiate between failures while and after tuningFelix Domke
2005-10-25 - add seekTo in eDVBChannel (PVR)Felix Domke