aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2005-11-19nicer codeAndreas Monzner
2005-11-19dynamic update demux setting in running ca services (change demux mask in ↵Andreas Monzner
capmt and resend the capmt to socket) needed for recording services
2005-11-18fix movemodeAndreas Monzner
2005-11-18dont scan transponders from other satellites in scan (previous ↵Andreas Monzner
implementation doesn't work when no SDT was avail before the NIT was scanned)
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-18tstools: fix adaption field, lower maxrange (increases accuracy), with ↵Felix Domke
multiple tries at end of file
2005-11-18code cleanup/optimizationAndreas Monzner
2005-11-17save lamedb after scanFelix Domke
2005-11-16use frontend_id in prepare tooAndreas Monzner
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-16use orbital position in isValidONIDTSIDFelix Domke
2005-11-16scan: add flags for optional network search. drop transponders on foreign ↵Felix Domke
satellites.
2005-11-16factor out genSortName, cleanup commentFelix Domke
2005-11-16always emit timeUpdated signal on first received TDTAndreas Monzner
only set rtc on first tdt receive on the same transponder.. not on updates.. (RTC is our reference time to check of transponder time is to fast or to slow)
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-16fix DMX_SET_SOURCE callFelix Domke
2005-11-16don't use setsource with DVB-API < 3Stefan Pluecken
2005-11-16fix m_service_name_sort while scanningFelix Domke
2005-11-15addTimeOffset is now staticFelix Domke
2005-11-15shutdown channel if tune failsFelix Domke
2005-11-15fix typoAndreas Monzner
2005-11-15improve locking of addTimeOffset a bitFelix Domke
2005-11-15add - untested - multituner supportFelix Domke
2005-11-15user eSmartPtrList instead of std::list<ePtr< ... > >Felix Domke
2005-11-15add some constsFelix Domke
2005-11-15add initial transponders from pythonFelix Domke
2005-11-15create default bouquets when missing (bouquets.tv, bouquets.radio, ↵Andreas Monzner
userbouquet.favourites.tv, userbouquet.favourites.radio)
2005-11-15fix pts relative seeking, make pts_t signedFelix Domke
2005-11-15add calc bitrate to tstoolsFelix Domke
2005-11-14remove debug outputFelix Domke
2005-11-14fix missing return valuesFelix Domke
2005-11-14compile fixAndreas Monzner
2005-11-14working on move, edit mode and add remove service to context menuAndreas Monzner
2005-11-14add decoder-mute (via proc)Ronny Strutz
2005-11-14fixAndreas Monzner
2005-11-13flush PVRFelix Domke
2005-11-13move services in bouquets is now possible.. (bouquet save is missing yet)Andreas Monzner
2005-11-13better handling for time_t .. use typedefAndreas Monzner
2005-11-13dont open epglist when no epg is availAndreas Monzner
2005-11-13add seekToPosition to DVBChannelFelix Domke
2005-11-12add debugRonny Strutz
2005-11-11...Stefan Pluecken
2005-11-11make it compatible with 7020 again (should be removed in the final version)Stefan Pluecken
2005-11-11PAUSE audio, tooFelix Domke
2005-11-11add pause supportFelix Domke