aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
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
2006-02-25correct calculation of differences for cable paramsStefan Pluecken
2006-02-25use reentrant version of localtimeAndreas Monzner
2006-02-25store a .eit file for each recoring this holds raw eit event informationsAndreas Monzner
including audio track informations, event description, event title...... for information about the file format look in EN300468 (www.etsi.org) make info button useable when playbacking a movie
2006-02-24fix calculation in calculateDifference for cable and terrestrial which ↵Stefan Pluecken
should complete the cable scan and hopefully the terrestrial scan as well
2006-02-24fix cable frequency (/10)Stefan Pluecken
2006-02-24fix cable and terrestrial scanAndreas Monzner
2006-02-24fixes for old apiAndreas Monzner
2006-02-24many cable and terrestrial fixesAndreas Monzner
code cleanup
2006-02-24loading and saving the cable transponders to lamedb works nowStefan Pluecken
2006-02-23enable private epgAndreas Monzner
2006-02-21fix commentAndreas Monzner
2006-02-21add frequency possibility test to detect the correct lnbAndreas Monzner
(for example on tunerA a C-Band LNB is used and on tunerB a ku-Band but for both tuners the same satellites are configured)
2006-02-21fix ratio calculation for slow reverse skippingFelix Domke
2006-02-21turn error into warningFelix Domke
2006-02-20decrease skip ratio a bitFelix Domke
2006-02-18rotor fixAndreas Monzner
2006-02-17fix relative jumpsFelix Domke
2006-02-17use AUDIO_GET_STC, VIDEO_GET_STCFelix Domke
2006-02-15some fixesFelix Domke
2006-02-15use cached pts/offsets when available, clean upFelix Domke
2006-02-13save timing information after recordFelix Domke
2006-02-08add Input 1 .. 16 to committed diseqc command selection in advanced sat configAndreas Monzner
2006-02-08hopefully fix tuning c-band frequenciesAndreas Monzner
2006-02-08rewrite wrap aroundFelix Domke
2006-02-08tstools: check for wrap arounds in length calculationFelix Domke
2006-02-07fix comment for epgcache lookupEvent method (useable from python)Andreas Monzner
2006-02-03remove unneeded code in channel cache handlingAndreas Monzner
2006-02-03fix cached channel handlingAndreas Monzner
2006-02-03make filterRecordData argument unsigned char*Felix Domke
2006-02-03use recordings.epl as backup if existing. only first part will be played, ↵Felix Domke
though.
2006-02-02record timing information from a single PIDFelix Domke