| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-20 | small cleanup | Andreas Monzner | |
| 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-07-17 | length() -> size() | Andreas Monzner | |
| 2008-07-17 | add own demux policy for dm8000 which now have 5 demux devices one for each | Andreas Monzner | |
| tuner and one for playback | |||
| 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-08 | m_pvr_thread might be zero, handle this correctly. | Felix Domke | |
| 2008-06-02 | dont use and show input power measurement (for rotor running detection), | Andreas Monzner | |
| when the hardware doesn't support it | |||
| 2008-03-25 | change get/setData to use long instead of int, to match pointer size on all ↵ | Andreas Oberritter | |
| systems | |||
| 2008-03-10 | (disabled) timebase change mode for better trickmode timing | Felix Domke | |
| 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-12 | add possibility to set tuner priority for alternative services in Customize | Andreas Monzner | |
| menu (just with expert usage level) | |||
| 2007-10-06 | write leaveTransponder message to camd.socket | Andreas Monzner | |
| 2007-09-04 | ASSERT m_pvr_thread to be alive | Felix Domke | |
| 2007-07-19 | fix error handling | Andreas Monzner | |
| 2007-06-19 | fix seeking into cut areas, emulate AP relative seeking when no APs ↵ | Felix Domke | |
| available by seeking back one second | |||
| 2007-06-14 | use read/write lock for eCueSheet | Andreas Monzner | |
| 2007-06-08 | hopefully fix "secondary cable from motorized tuner" setting | Andreas Monzner | |
| some code cleanups now link tuners in all directions should be possible | |||
| 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-24 | add debug | Felix Domke | |
| 2007-05-20 | properly use 'long long' for aligned_start, aligned_end | Felix Domke | |
| 2007-05-18 | fix return value of align to be 64bit | Felix Domke | |
| 2007-05-17 | fix playback when no .cuts are available | Felix Domke | |
| 2007-05-05 | fix memset | Felix Domke | |
| 2007-05-05 | align lengths given by playback spans | Felix Domke | |
| 2007-04-17 | set stream mode when using filepush to playback recordings | Felix Domke | |
| 2007-04-12 | seekAbsolute with a negative number is a seek relative to the end | Felix Domke | |
| 2006-12-19 | some python import cleanups | Andreas Monzner | |
| lesser swig overhead | |||
| 2006-12-12 | fix locks ?!? | Andreas Monzner | |
| 2006-11-30 | some changes for service groups | Andreas Monzner | |
| 2006-11-29 | bool to int | Andreas Monzner | |
| 2006-11-29 | some changes for new service groups | Andreas Monzner | |
| 2006-11-29 | code cleanup in ChannelSelection, | Andreas Monzner | |
| prepare for new service groups | |||
| 2006-06-26 | add 5V handling for active DVB-T antennas (needs new drivers) | Andreas Monzner | |
| 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-05-09 | fix graying out of non selectable services in servicelist | Andreas Monzner | |
| 2006-04-13 | use refcount for decoding demuxes to check if they are in use | Felix Domke | |
| 2006-04-08 | reserve first two demuxes for decoder | Felix Domke | |
| 2006-04-03 | fix segfault | Andreas Monzner | |
| 2006-03-31 | release cached channel when its no more used and a pvr channel request is ↵ | Andreas Monzner | |
| pending | |||
| 2006-03-22 | fix calculation of size, when dealing with big file ranges | Felix Domke | |
| 2006-03-11 | eDVBChannel::getFrontend: don't crash when there is no frontend. | Felix Domke | |
| 2006-03-09 | more python fixes | Andreas Monzner | |
| 2006-03-05 | clamp jumps at SOF | Felix Domke | |
| 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-03-01 | add missing | Felix Domke | |
| 2006-02-27 | implement the source span translation | Felix Domke | |
| 2006-02-26 | use correct pathname for API version < 3. API v3 still needs to be fixed. | Felix Domke | |
| 2006-02-21 | fix ratio calculation for slow reverse skipping | Felix Domke | |
