aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvb.cpp
AgeCommit message (Collapse)Author
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