aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.cpp
AgeCommit message (Collapse)Author
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
2005-10-15add demux handling (for decoder and record)Felix Domke
2005-08-31 - fix serious problems in widget code. fixup buffered mode. add animation ↵Felix Domke
support.lib/gui
2005-08-17 - add iSeekableService, implement it for serviceDvbFelix Domke
2005-08-16 - add getLength() call to iStaticServiceInformationFelix Domke
- implementation for dvb pvr streams using tstools - start of implementing status information for PVR
2005-07-30 - fix: close source/dst after pvr playbackFelix Domke
2005-07-28 - add prelim. pvr playback.Felix Domke
2005-07-12remove unneeded signals ( eDVBChannel::m_stateChanged give us the same ↵Andreas Monzner
informations )
2005-07-12 - add eUsePtr for eDVBChannelsFelix Domke
2005-06-30add dvb time handling with transponder time correction algo.. this use a ↵Andreas Monzner
rtc, when avail, mainloop changes for set linux time
2005-05-12fixes for old apiAndreas Monzner
2005-04-30 - fixed bogus channel sharingFelix Domke
2005-04-28 - add dvb resource managementFelix Domke
- scan hardcoded to dvb-s again - added untested recording support (data io thread still missing)
2004-09-25 - new GUI libFelix Domke
- fixes
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2004-05-23 - eConnections holds reference to objectFelix Domke
- use eAutoInitPtr instead of eAutoInitP for iObject-based stuff - fix some ref initialization - added service stop
2004-05-23added nav coreFelix Domke
2003-10-17import of enigma2Felix Domke