aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.cpp
AgeCommit message (Collapse)Author
2006-04-03fix segfaultAndreas Monzner
2006-03-31release cached channel when its no more used and a pvr channel request is ↵Andreas Monzner
pending
2006-03-22fix calculation of size, when dealing with big file rangesFelix Domke
2006-03-11eDVBChannel::getFrontend: don't crash when there is no frontend.Felix Domke
2006-03-09more python fixesAndreas Monzner
2006-03-05clamp jumps at SOFFelix Domke
2006-03-03implement readFrontendData method to get a python dictionary containing dataAndreas Monzner
about current used transponder/frontend (frontend state, frontend type, lock state, sync state, frequency, symbolrate, fec_innter...) when it is called with True as param it returns the original transponder data (written to tuner) otherwise it reads the current data out of the frontend (corrected tuner data)
2006-03-03enable playback of multifile (split) moviesFelix Domke
2006-03-01add missingFelix Domke
2006-02-27implement the source span translationFelix Domke
2006-02-26use correct pathname for API version < 3. API v3 still needs to be fixed.Felix Domke
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