| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-20 | support much more audio/video codecs encapsulated in TS files (not all stb ↵ | ghost | |
| hardware can handle all codecs!!!) | |||
| 2008-12-18 | dont use pat/pmt when the dxNoDVB Flag is set | ghost | |
| 2008-11-25 | some refcounting fixes and speedups | ghost | |
| 2008-11-08 | working on possibility to receive reply messages from softcam via ↵ | ghost | |
| camd.socket (not finished yet) | |||
| 2008-11-06 | dont do SDT update when tuned to wrong transponder | ghost | |
| 2008-11-06 | Revert "check sid and tsid before start automatic service update (STD update)" | ghost | |
| This reverts commit 21812866841eec7ab7a79ee61067581f8202df55. | |||
| 2008-11-06 | check sid and tsid before start automatic service update (STD update) | ghost | |
| 2008-10-30 | small refcounting fixes, add private operator delete to iObject | Andreas Monzner | |
| 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-29 | better solution to add possibility to delete eSocketNotifiers, | Andreas Monzner | |
| eConsoleAppContainers in callback funktions without crash | |||
| 2008-10-27 | set pat/pmt timeout back to 20 seconds... to get rid of recordings without | Andreas Monzner | |
| pat/pmt... but its a real mystery for me why 4 seconds isnt enough... | |||
| 2008-10-21 | also show dvb subtitles with wrong coded subtitling type in pmt | 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-10-01 | add long pat/pmt timeout on ts playback | Andreas Monzner | |
| 2008-09-11 | also enable pat scan for automatic sdt scan on channel change | Andreas Monzner | |
| 2008-08-30 | fix no more working teletext / ac3 | Andreas Monzner | |
| 2008-08-29 | ignore some descriptors when the streamtype is already detected | Andreas Monzner | |
| 2008-06-03 | also parse user private ES streams, handle REGISTRATION_DESCRIPTOR for ac3 | 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") | |||
| 2008-01-02 | reconnect camd.socket on connection lost | Andreas Monzner | |
| 2007-10-06 | write leaveTransponder message to camd.socket | Andreas Monzner | |
| 2007-08-25 | take defaultac3 back into account when choosing defaultAudioStream. ↵ | Felix Domke | |
| defaultac3 will override the old default if it's not an AC3 track with the first AC3 track. | |||
| 2007-08-24 | don't reorder audio streams, instead store thre default audio stream index ↵ | Felix Domke | |
| in 'defaultAudioStream' | |||
| 2007-07-13 | fix bug | Andreas Monzner | |
| 2007-05-25 | try to find a valid pmt pid in ts file when the service id in recordins.epl | Andreas Monzner | |
| or meta file is nil | |||
| 2007-01-08 | some thread related fixes | Andreas Monzner | |
| 2007-01-05 | fix return type | Stefan Pluecken | |
| 2007-01-05 | fix compile error: | Stefan Pluecken | |
| pmt.cpp: In member function 'void eDVBCAService::sendCAPMT()': pmt.cpp:839: warning: zero-length printf format string pmt.cpp: At global scope: pmt.cpp:868: error: ISO C++ forbids declaration of 'PyList_AppendSteal' with no type | |||
| 2007-01-05 | fix refcounts | Felix Domke | |
| 2007-01-05 | add eDVBServicePMTHandler::program::createPythonObject | Felix Domke | |
| 2006-12-30 | send evStart before tuneFailed Events.. | Andreas Monzner | |
| fix evNoResources fix some bluescreens caused by notification handling | |||
| 2006-11-25 | python object refcount debugging code second try | Andreas Monzner | |
| 2006-10-30 | move subtitles selection to mainmenu, some subtitle fixes | Andreas Monzner | |
| 2006-10-23 | more work on dvb subtitles (not finished/working yet) | Andreas Monzner | |
| 2006-10-23 | prepare for dvb subtitle support (not finished yet) | Andreas Monzner | |
| cache query of eDVBServicePMThandler::getProgram | |||
| 2006-06-22 | add possibility to set per service ac3/pcm delay (not yet via gui) | Andreas Monzner | |
| to set a pcm or ac3 delay for a specific service edit your servicelist (/etc/enigma2/lamedb) example for pcm delay: 6dca:00c00000:044d:0001:1:0 Das Erste p:ARD,c:000065,c:010066,c:020068,c:030065,c:060001,c:080060 <-- 0x60 = 96ms PCM delay for AC3 delay set, c:07xxxx | |||
| 2006-06-21 | Pip is now working with CI | Andreas Monzner | |
| fixes for more than one CI | |||
| 2006-06-01 | the scan should now work for scanning dish network .. they use the SDT OTHER | Andreas Monzner | |
| 2006-05-24 | fix segfault on fast zapping (faster then a pmt is received) | Andreas Monzner | |
| 2006-05-22 | dont reset the "service new found flag" in sdt scan | Andreas Monzner | |
| 2006-05-20 | many changes for better CI handling | Andreas Monzner | |
| - the CI is now working on both tuners - the CI is no more blocked by freetv services - add multi services support (on same transponder) (yet hardcoded for Alphacrypt only) - fix bluescreen in CI MMI dialog when pressin ok/left/right | |||
| 2006-05-16 | more changes for AAC audio support (not dm7025) | Andreas Monzner | |
| Note: AUDIO_SET_STREAMTYPE ioctl not yet implemented in e2 | |||
| 2006-05-16 | add ability to selecte the audio channel (mono left, stereo, mono right) ↵ | Andreas Monzner | |
| from python store the current selected audio channel then per service in servicelist TODO: extend the audio track selection screen to make audio channel selection usable :) | |||
| 2006-05-14 | remove unneeded caching of caids, use an array for pidcache instead of ↵ | Andreas Monzner | |
| std::map (safe memory) prepare for different video stream types.. (H264) ( NOT for dm7025 ) | |||
| 2006-05-09 | revert unneeded changes for sdt update | Andreas Monzner | |
| restructure code for better readability add some comments remove some debug output | |||
| 2006-05-09 | implement SDT scan on enter transponder (on normale zapping) | Andreas Monzner | |
| this a) update changed service/provider names b) add new services to servicelist and mark it as new services to prevent change service_name it is possible to set the dxHoldName flag for this service to prevent change any parameter of a single service it is possible to set the dxNoSDT flag look at the eServiceDVB class declaration in lib/dvb/idvb.h | |||
| 2006-04-26 | do explicit cast | Andreas Monzner | |
| 2006-04-26 | make TheDOCs compiler happy | Andreas Monzner | |
| 2006-04-26 | add function to get a list of CAIDs for a running dvb service from python | Andreas Monzner | |
| 2006-04-14 | don't keep unused references | Felix Domke | |
