aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2007-07-02set voltage before send diseqc command (like DiSEqC spec)Andreas Monzner
2007-06-19fix seeking into cut areas, emulate AP relative seeking when no APs ↵Felix Domke
available by seeking back one second
2007-06-19workaround: flush on AUDIO_STOPFelix Domke
2007-06-14use read/write lock for eCueSheetAndreas Monzner
2007-06-12add stv0299 snr to dB Calculation (thx to adenin for this)Andreas Monzner
fallback to normal SNR when no SNR to dB calculation is available
2007-06-08hopefully fix "secondary cable from motorized tuner" settingAndreas Monzner
some code cleanups now link tuners in all directions should be possible
2007-06-06some fixes for empty tuner slots (use slotid instead of dvb api frontendAndreas Monzner
device id) replace some hacks with some better hacks ;)
2007-06-05no more remove cable or terrestrial transponder when "Clear before scan" isAndreas Monzner
selected and no cable or terrestrial transponder was scanned
2007-05-25try to find a valid pmt pid in ts file when the service id in recordins.eplAndreas Monzner
or meta file is nil
2007-05-25VIDEO_CLEAR_BUFFER isn't required.Felix Domke
2007-05-25add VIDEO_CLEAR_BUFFER and VIDEO_CONTINUE when displaying iframes.Felix Domke
2007-05-25add VIDEO_CLEAR_BUFFER and VIDEO_CONTINUE when displaying iframes.Felix Domke
2007-05-24add debugFelix Domke
2007-05-24ignore negative segments which might occur when PTS and PCR values are mixedFelix Domke
2007-05-23unfreeze when closing mpeg decoderFelix Domke
2007-05-20remove some debug, fix abs -> llabsFelix Domke
2007-05-20invent proper signalPowerdB enums and use themFelix Domke
2007-05-20optional hack for dm8000: convert FE_READ_SNR into dB (will soon be moved ↵Felix Domke
into driver)
2007-05-20properly use 'long long' for aligned_start, aligned_endFelix Domke
2007-05-18fix return value of align to be 64bitFelix Domke
2007-05-17fix playback when no .cuts are availableFelix Domke
2007-05-05scan fixAndreas Monzner
2007-05-05fix memsetFelix Domke
2007-05-05align lengths given by playback spansFelix Domke
2007-05-04improve filterRecordDataFelix Domke
2007-04-30send write error messages down to service eventsFelix Domke
2007-04-17set stream mode when using filepush to playback recordingsFelix Domke
2007-04-17add preroll to iTSMpegDecoderFelix Domke
2007-04-17add preroll, to start in frozen mode after playFelix Domke
2007-04-17whitespace fixesFelix Domke
2007-04-12seekAbsolute with a negative number is a seek relative to the endFelix Domke
2007-03-24write iframes two times is enoughAndreas Monzner
2007-03-24add a radiomode background picture (mvi file.. changable inAndreas Monzner
/etc/enigma2/config ... config.misc.radiopic = /bla/blubber.mvi add support for radio text plus, add rass (radio screen show) support (yes used by SWR3, cont.ra and DASDING) thanks to seddi for some piece of code for better single iframe support its recommend to update in dreambox-dvb-modules.bb CVSDATE for dm7025 to 20070323
2007-03-21fix memory corruption on showSinglePicAndreas Monzner
2007-03-15fix typoFelix Domke
2007-03-15also use PCR (optionally), don't use non-video, non-audio streams, fix ↵Felix Domke
improper samples when no boundaries are known
2007-03-15improve seek accuracyFelix Domke
2007-02-26compile fixes for old dvb api (7020....)Andreas Monzner
2007-02-18remove unneeded codeAndreas Monzner
2007-02-18add ability to read e1 bouquetsAndreas Monzner
2007-02-16remove unneeded voodooAndreas Monzner
2007-02-16erase /hdd/epg.dat after readAndreas Monzner
2007-02-14make retransmit rotor diseqc command retries changableAndreas Monzner
2007-02-14make some diseqc / continuous tone / toneburst / rotor values (delays,Andreas Monzner
timeouts) configurable via /etc/enigma2 for name of the config entries look at lib/python/Components/NimManager.py in InitSecParams function TODO: build a simple Plugin to change this values via gui (with a description for each value) Hopefully now we can get rid of the "Tune failed" or other messages with some diseqc switches
2007-01-15make code inlineAndreas Monzner
2007-01-15abort radiotext parser when 20 seconds no ancillary data is receivedAndreas Monzner
2007-01-15use timedifference from eDVBLocalTimeHandler for time() calls in pythonAndreas Monzner
2007-01-15when the system time on e2 startup seems valid (> 1.1.2004) we use this timeAndreas Monzner
as time reference for the internal transponder time correction.. so the systemtime stays valid on startup from deepstandby on a transponder with incorrect transponder time transmission
2007-01-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2007-01-14remove unneeded workaroundAndreas Monzner