aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2008-11-12enable static limiting mode before every sec changeghost
2008-11-11decoder.cpp: stop all pids first, and the restart pids... this hopefully ↵ghost
fixes problems on pmt change on DM800/DM8000
2008-11-08add SNRdb calculation for bcm4501 in LDPC Modeghost
2008-11-08working on possibility to receive reply messages from softcam via ↵ghost
camd.socket (not finished yet)
2008-11-08add (tune)simulate support to some functionsghost
2008-11-07same fix for slowMotionFelix Domke
2008-11-07When a new audio pid is started, it starts in freezed mode, to allow for a ↵Felix Domke
preroll. We need to unfreeze them so the internal state is right. closes #17
2008-11-06lib/dvb/pvrparse.cpp: remove debug outputghost
2008-11-06dont do SDT update when tuned to wrong transponderghost
2008-11-06Revert "check sid and tsid before start automatic service update (STD update)"ghost
This reverts commit 21812866841eec7ab7a79ee61067581f8202df55.
2008-11-06check sid and tsid before start automatic service update (STD update)ghost
2008-11-06small fixghost
2008-11-06Add DiSEqC reset after voltage enable and tune failed... hopefully this ↵ghost
fixes problems with some DiSEqC switches
2008-10-30small refcounting fixes, add private operator delete to iObjectAndreas Monzner
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-10-27set pat/pmt timeout back to 20 seconds... to get rid of recordings withoutAndreas Monzner
pat/pmt... but its a real mystery for me why 4 seconds isnt enough...
2008-10-24small fixes for loopthroughAndreas Monzner
2008-10-21also show dvb subtitles with wrong coded subtitling type in pmtAndreas Monzner
2008-10-20small cleanupAndreas Monzner
2008-10-14fix typoAndreas Monzner
2008-10-14fix incorrect calculated score when loopthrough to a motorized lnbAndreas Monzner
2008-10-09add delay before send sequence repeat (diseqc/toneburst)Andreas Monzner
2008-10-04fix crash on show tuner informatioAndreas Monzner
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
now its more easy to build a timer overlap detection or similar
2008-10-01add long pat/pmt timeout on ts playbackAndreas Monzner
2008-09-30fix corrupted epg.dat by using a faked version string and not writing the ↵Andreas Oberritter
correct version string until all epg data has been flushed to disk
2008-09-30fix non working "2nd lnb from motorized dish"Andreas Monzner
2008-09-24small fixAndreas Monzner
2008-09-11also enable pat scan for automatic sdt scan on channel changeAndreas Monzner
2008-09-11fix segfaultAndreas Monzner
also take care of onlyFree flag for new found services without sdt entry also enable pat scan for automatic sdt scan on service change
2008-09-11add possibility to disable debug outputAndreas Monzner
2008-09-10small pat/pmt scan fixAndreas Monzner
2008-09-10use 4 seconds for pat and pmt timeout instead of 20 secondsAndreas Monzner
2008-09-08replace eFatal (which can occour during servicescan at some conditions) withAndreas Monzner
a debug message
2008-09-06allow more complicated sat configurationAndreas Monzner
2008-09-05set static powerlimiting every time when diseqc is sentAndreas Monzner
2008-08-30small cleanupAndreas Monzner
2008-08-30fix no more working teletext / ac3Andreas Monzner
2008-08-29ignore some descriptors when the streamtype is already detectedAndreas Monzner
2008-08-29remove workarounds to detect buggy fp driver / atmel firmwareAndreas Monzner
2008-08-28revert local changeAndreas Monzner
2008-08-28fix tune failed problems on fast zapAndreas Monzner
2008-08-27use frontend type infomation in /proc/nim_sockets to detect if a frontendAndreas Monzner
can handle dvb-s2 instead of do a string compare
2008-08-27small pat scan fixAndreas Monzner
2008-08-26add support for dm8000 rtc,Andreas Monzner
add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware
2008-08-21small change to detect new stv0288 driverAndreas Monzner
2008-08-18rotor turing without power measure fixesAndreas Monzner
2008-08-11fix some debug outputAndreas Monzner
2008-08-11some service scan improovementsAndreas Monzner
- add a only free scan - the scan now finds also services not listed in SDT - add option "clear before scan" also for single transponder searches For the only free scan a change in the main lamedb transponder format was needed... i think this breaks some external settings editors To detect the service format now the service database file starts with "eDVB services /4/" .. the old format was "eDVB services /3/" .. e2 can read the old and the new format.. but it writes always the new format!