| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-06 | Merge remote branch 'origin/bug_530_add_dm800se_support' | ghost | |
| 2010-06-01 | dm800se support | ghost | |
| 2010-04-15 | add possibility to reserve a demux from python (via rawChannel) | ghost | |
| 2009-07-09 | fix non working recording on dm800 when a recording is started during ts ↵ | ghost | |
| playback | |||
| 2009-06-04 | dvb.cpp: detect boxtype via /proc/stb/info/model for demux policy | ghost | |
| 2009-04-06 | more accurate fast-forward/rewind | Felix Domke | |
| 2008-11-24 | add possibility to request tsid/onid for iDVBChannel | ghost | |
| 2008-11-08 | add (tune)simulate support to some functions | ghost | |
| 2008-10-29 | also use refcounting for eTimers | Andreas 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-03 | add code to simulate recordings (with faked frontends) | Andreas Monzner | |
| now its more easy to build a timer overlap detection or similar | |||
| 2008-06-14 | make some methods public | Andreas Monzner | |
| 2008-06-13 | after DECLARE_REF now all is private.. not public | Andreas Monzner | |
| dont export AddRef, Release, ptrref and grabRef to python some cleanups | |||
| 2008-06-02 | dont use and show input power measurement (for rotor running detection), | Andreas Monzner | |
| when the hardware doesn't support it | |||
| 2008-01-24 | pass more information about why a channel alloc fails, and display proper ↵ | Felix Domke | |
| error message (instead of "no free tuner") | |||
| 2007-11-14 | fix frequently segfault on clean shutdown | Andreas Monzner | |
| 2007-10-06 | fixes for clean enigma2 shutdown | Andreas Monzner | |
| 2007-07-19 | fix error handling | Andreas Monzner | |
| 2007-06-06 | some fixes for empty tuner slots (use slotid instead of dvb api frontend | Andreas Monzner | |
| device id) replace some hacks with some better hacks ;) | |||
| 2007-05-05 | align lengths given by playback spans | Felix Domke | |
| 2007-01-14 | remove unneeded workaround | Andreas Monzner | |
| 2006-12-19 | fix allocateRawChannel | Andreas Monzner | |
| 2006-12-19 | some python import cleanups | Andreas Monzner | |
| lesser swig overhead | |||
| 2006-11-29 | code cleanup in ChannelSelection, | Andreas Monzner | |
| prepare for new service groups | |||
| 2006-06-26 | add support for show used tuner for running service in the infobar | Andreas Monzner | |
| add support for show all tuners in use in the infobar add support for show the currently date in the infobar now all skins have to define some new widgets in skin.. look in skin.xml and search for "not used in this skin yet" | |||
| 2006-04-04 | small changes | Andreas Monzner | |
| 2006-04-04 | fix resourcemanager getinstance from python? | Andreas Monzner | |
| 2006-03-09 | more python fixes | Andreas Monzner | |
| 2006-03-09 | make 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-03 | implement readFrontendData method to get a python dictionary containing data | Andreas 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-03 | enable playback of multifile (split) movies | Felix Domke | |
| 2006-02-03 | fix cached channel handling | Andreas Monzner | |
| 2006-01-30 | release cached channel after 3 seconds when not needed | Andreas Monzner | |
| 2006-01-27 | fix locking in dvb file player | Felix Domke | |
| 2006-01-26 | add cue sheets | Felix Domke | |
| 2006-01-19 | retune on lostlock is now working :) | Andreas Monzner | |
| 2006-01-17 | add channel events, like EOF | Felix Domke | |
| 2005-12-20 | use video stc for display. make skipping look a bit better. | Felix Domke | |
| 2005-12-07 | retry frontend close every 60 seconds when frontend is busy | Andreas Monzner | |
| 2005-12-06 | ose no more used frontends and re-open on demand | Andreas Monzner | |
| 2005-12-05 | add channel cache (transponders) | Andreas Monzner | |
| 2005-12-04 | remove unneeded stuff | Andreas Monzner | |
| 2005-12-03 | fix marking non playable services in channellist | Andreas Monzner | |
| 2005-12-03 | remove non working indication of playable services in servicelist | Andreas Monzner | |
| get current event in listboxservicecontent via iStaticServiceInformation instead of use directly eEPGCache | |||
| 2005-12-02 | set foregroundcolor of non tuneable services in servicelist to gray (for ↵ | Andreas Monzner | |
| linked tuner mode) | |||
| 2005-11-18 | scan: add allocateFrontendByIndex, so ServiceScan uses a fixed frontend ID - ↵ | Felix Domke | |
| currently hardcoded 0 in python. | |||
| 2005-11-18 | pts: as the decoding demux isn't stored in the dvbchannel (it could be ↵ | Felix Domke | |
| shared, and a decoding demux can't be shared), it has to be given to the pts relevant functions. | |||
| 2005-11-16 | auto tuner selection is now working (this breaks allocateRawChannel..) | Andreas Monzner | |
| TODO: handling for linked tuners (loop through) | |||
| 2005-11-15 | fix pts relative seeking, make pts_t signed | Felix Domke | |
| 2005-11-13 | add seekToPosition to DVBChannel | Felix Domke | |
| 2005-10-25 | - add seekTo in eDVBChannel (PVR) | Felix Domke | |
