aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
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
2006-03-06fix #definesAndreas Monzner
2006-03-06moved PID search to proper please, simplified a bit (using the first found ↵Felix Domke
PMT should be ok)
2006-03-06add possibility to playback ts files without entry in recordings.epl or ↵Andreas Monzner
without meta file or with a incorrect servicereference (this just work when the TS file includes a PAT and a PMT)
2006-03-05clamp jumps at SOFFelix Domke
2006-03-05only sample each 40MB at max, use fallback bitrate if no other bitrate availableFelix Domke
2006-03-03fix ugly bug in satellite / lnb / tuner configAndreas Monzner
thanks for reporting to eagle
2006-03-03use samples for more accurate jumps when .ap files are not availableFelix Domke
2006-03-03change all values to upper case,Andreas Monzner
complete cable stuff, make more values human readable
2006-03-03make inversion human readableAndreas Monzner
2006-03-03add "_" as delimiterAndreas Monzner
2006-03-03implement readFrontendData method to get a python dictionary containing dataAndreas Monzner
about current used transponder/frontend (frontend state, frontend type, lock state, sync state, frequency, symbolrate, fec_innter...) when it is called with True as param it returns the original transponder data (written to tuner) otherwise it reads the current data out of the frontend (corrected tuner data)
2006-03-03enable playback of multifile (split) moviesFelix Domke
2006-03-03add lockState and syncState to getFrontendInfo callAndreas Monzner
add skeleton for getTransponderInfo call
2006-03-01add missingFelix Domke
2006-02-28add getNextAccessPointFelix Domke
2006-02-27add support for turning rotor without power measurementAndreas Monzner
(for rotors behind a powered switch or rotor behind a V-Box) known bug .. the transponder scan loops when a transponder does not lock :/
2006-02-27implement the source span translationFelix Domke
2006-02-27add getOffset and fix pvrparse for thatFelix Domke
2006-02-26use correct pathname for API version < 3. API v3 still needs to be fixed.Felix Domke