aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2006-05-22fix scanAndreas Monzner
2006-05-22use explicit casts to prevent compiler errorStefan Pluecken
2006-05-21some more work on teletext single-page parsingFelix Domke
2006-05-21remove debug from pesparserFelix Domke
2006-05-21use nonblocking IO for pes filteringFelix Domke
2006-05-20many changes for better CI handlingAndreas Monzner
- the CI is now working on both tuners - the CI is no more blocked by freetv services - add multi services support (on same transponder) (yet hardcoded for Alphacrypt only) - fix bluescreen in CI MMI dialog when pressin ok/left/right
2006-05-18fix linked tuner handling for more then 2 sat tunersAndreas Monzner
better readable code
2006-05-17rename iFrontendStatusInformation to iFrontendInformationAndreas Monzner
add possibility to query the tuner number for playing and recording services
2006-05-17more changes for dvb-s2Andreas Monzner
2006-05-16more changes for AAC audio support (not dm7025)Andreas Monzner
Note: AUDIO_SET_STREAMTYPE ioctl not yet implemented in e2
2006-05-16add ability to selecte the audio channel (mono left, stereo, mono right) ↵Andreas Monzner
from python store the current selected audio channel then per service in servicelist TODO: extend the audio track selection screen to make audio channel selection usable :)
2006-05-15fix non-existing cast for FEC_9_10Stefan Pluecken
2006-05-14remove unneeded caching of caids, use an array for pidcache instead of ↵Andreas Monzner
std::map (safe memory) prepare for different video stream types.. (H264) ( NOT for dm7025 )
2006-05-13make enigma2 ready for dvb-s2Andreas Monzner
2006-05-12add teletext parserFelix Domke
2006-05-12add teletext.cppFelix Domke
2006-05-12match declaration to signalFelix Domke
2006-05-12add PES readerFelix Domke
2006-05-12add pes parserFelix Domke
2006-05-09fix graying out of non selectable services in servicelistAndreas Monzner
2006-05-09revert unneeded changes for sdt updateAndreas Monzner
restructure code for better readability add some comments remove some debug output
2006-05-09implement SDT scan on enter transponder (on normale zapping)Andreas Monzner
this a) update changed service/provider names b) add new services to servicelist and mark it as new services to prevent change service_name it is possible to set the dxHoldName flag for this service to prevent change any parameter of a single service it is possible to set the dxNoSDT flag look at the eServiceDVB class declaration in lib/dvb/idvb.h
2006-05-09move mark service as new code to better positionAndreas Monzner
2006-05-08fix "Clearall before scan" handlingAndreas Monzner
add ability to reset the newfound flag from single service via channellist context menu add ability to the newfound flags for all services from a "orbital position" via channellist context menu
2006-05-08fix typoAndreas Monzner
2006-05-08add ability to select in scan what is todo with existing services (Clear ↵Andreas Monzner
before scan) a) "yes" means remove all services and transponders for this sat position / all selected sat positions b) "no" means hold all services and transponders for this sat position / all selected sat positions this resets all old new found flags (incremental scan) c) "yes (hold feeds) means the same as a) but hold all feed services/transponders
2006-05-07fixAndreas Monzner
2006-05-06remove no more needed c++ single epg list content classAndreas Monzner
code cleanup in python epg classes get epg from parent service when epg is queried for a subservice(linkage service)
2006-05-06fix warningsAndreas Monzner
2006-05-05change default lof threshold for universal lnbs to 11700Andreas Monzner
2006-05-05add function to remove single service,Andreas Monzner
add function to remove transponder(s) and service(s) for specified onid/tsid/dvbnamespace/orbpos mark new found services in scan with dxNewFound flag add functions to change dxflags of a single service add function to change dxflags for specified onid/tsid/dvbnamespace/orbpos
2006-04-28fix empty expressions in dvb list searchFelix Domke
2006-04-28fix empty expressions in dvb list searchFelix Domke
2006-04-27force not implemented values to autoAndreas Monzner
2006-04-27commented out not used valuesAndreas Monzner
2006-04-27fixAndreas Monzner
2006-04-27add missing qam64 for terrestrialAndreas Monzner
2006-04-27fix -T -C channellisting stuffAndreas Monzner
2006-04-27changes for identify -C and -T servicesAndreas Monzner
2006-04-26do explicit castAndreas Monzner
2006-04-26make TheDOCs compiler happyAndreas Monzner
2006-04-26add function to get a list of CAIDs for a running dvb service from pythonAndreas Monzner
2006-04-24fix DVB-T inversionFelix Domke
2006-04-24add 'none' hierarchyFelix Domke
2006-04-15fix segfault on transponders with incorrect mjd entries in the TDTAndreas Monzner
null pointer check before accessing sectionreader object
2006-04-14don't keep unused referencesFelix Domke
2006-04-13fix segfaultAndreas Monzner
2006-04-13reset rotormoving flag in some conditionsAndreas Monzner
2006-04-13stop tuneLoop when the frontend is no more usedAndreas Monzner
2006-04-13take care of count of receivable satellites in transponder useable scoreAndreas Monzner