aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2006-04-13use refcount for decoding demuxes to check if they are in useFelix Domke
2006-04-13add getRefCount to evaluate if a demux is in useFelix Domke
2006-04-13fix warningFelix Domke
2006-04-12fix sending of uncommitted command when no committed command is choosed and ↵Andreas Monzner
the command order says committed command first
2006-04-11fix FIXMEE :) (don't open recording filter with pid 0x1234.. use -1)Andreas Monzner
2006-04-11immediate close no more used demux fd'sAndreas Monzner
2006-04-09enable DMX_ADD_PID by default - you need dvb-core support for this\!Felix Domke
2006-04-08select whether to use a primary decoderFelix Domke
2006-04-08reserve first two demuxes for decoderFelix Domke
2006-04-08hack to have primary and secondary decoder (for now)Felix Domke
2006-04-08tsmpegdecoder supports multiple decoders nowFelix Domke
2006-04-06initialize variableAndreas Monzner
2006-04-05fix setCommandStringAndreas Monzner
2006-04-04add option no_rotor_command_on_tune to eDVBFrontendParameters.setDVBS to disableAndreas Monzner
sending any command to rotor turing tune (for use in manual diseqc rotor setup)
2006-04-04small changesAndreas Monzner
2006-04-04fix resourcemanager getinstance from python?Andreas Monzner
2006-04-03follow eThread changes: mainly thread_running -> sync, hasStarted()Felix Domke
2006-04-03fix 4G supportFelix Domke
2006-04-03experimental optional DMX_ADD_PID supportFelix Domke
2006-04-03don't retry inifinitely to scan broken filesFelix Domke
2006-04-03fix segfaultAndreas Monzner
2006-04-02compile fixAndreas Monzner
2006-04-02much faster service change on same transponder (just FTA)Andreas Monzner
add ability to "zapto" and "record" services and use just cached pids (no use of PMT) ( no playback yet !!!! ) this is implemented likewise to enigma1 Example entry in lamedb: 6dca:00c00000:044d:0001:1:0 Das Erste p:ARD,c:000065,c:010066,c:020068,c:030065,f:4 p: is the provider name c:XXPPPP: are cached pids 00 is the video pid 01 is the audio pid 02 is the text pid 03 is the pcr pid f: is a flag bitmask bit 3 (decimal 4) is used for disable use of the pmt (just use cached pids)
2006-03-31release cached channel when its no more used and a pvr channel request is ↵Andreas Monzner
pending
2006-03-31fix: fd leaked when reading recordings.eplFelix Domke
2006-03-30in automatic scan do no more scan satellites twice when not needed (for ↵Andreas Monzner
advanced sat configurations)
2006-03-27fix segfault after leaving scan in some conditionsAndreas Monzner
2006-03-23fix for avoid false locks before new frontend parameters are written to tunerAndreas Monzner
2006-03-22fix calculation of size, when dealing with big file rangesFelix Domke
2006-03-22emergency resync code for pvrparseFelix Domke
2006-03-21use timemap instead of eventmap.. so the returned list is sorted by service ↵Andreas Monzner
and time
2006-03-21begin searching for similar broadcasts on base serviceAndreas Monzner
2006-03-21remove test stuffAndreas Monzner
2006-03-21add search function to epgcache to do similar broadcasting searches and text ↵Andreas Monzner
searches in event titles for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment above the funcion the similar broadcastings search is used from python in Eventview.py
2006-03-21small fixAndreas Monzner
2006-03-17use parent service reference for query EPG to build a .eit file when a ↵Andreas Monzner
parent is avail (on subservices)
2006-03-13dont ask for scanning second nim in automatic scan, when it is not meaningfulAndreas Monzner
2006-03-11fix linked tunerAndreas Monzner
2006-03-11eDVBChannel::getFrontend: don't crash when there is no frontend.Felix Domke
2006-03-09more python fixes :)Andreas Monzner
2006-03-09more python fixesAndreas Monzner
2006-03-09fixAndreas Monzner
2006-03-09make eDVBResourceManager accessible from python (needed for allocate a raw ↵Andreas Monzner
iDVBChannel) make iDVBChannel accessible from python (needed for get iDVBFrontend) make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
2006-03-07add ability to set a callback build function in listbox multicontentAndreas Monzner
2006-03-07much simpler frequency range checkAndreas Monzner
2006-03-07add assertion to help debuggingFelix Domke
2006-03-06optional cached (i.e. fopen,...) support for raw filesFelix Domke
2006-03-06another fixAndreas Monzner
2006-03-06fix for old apiAndreas Monzner
2006-03-06implement getFrontendData for DVB-TAndreas Monzner