| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-16 | Merge branch 'bug_672_removed_pvr_device' | ghost | |
| Conflicts: lib/dvb/dvb.cpp | |||
| 2011-02-16 | Merge branch 'bug_124_m2ts_support' | ghost | |
| Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am | |||
| 2011-01-28 | no more use proprietary /dev/misc/pvr .. use linux tv api /dev/dvb/adapterX/dvrXmaster-2011.02 | ghost | |
| this needs new hardware drivers!! fixed bug #672 | |||
| 2010-12-21 | fixed single pat entry workaround, add delayed "no pat entry" handling to ↵ | ghost | |
| fix some ts files with incorrect pat on start refs #124 | |||
| 2010-12-20 | pmt.h: add missing const modifier to capid_pair | Andreas Oberritter | |
| 2010-12-13 | Merge branch 'bug_621_caid_info' | ghost | |
| 2010-11-29 | use std::list instead of std::set for caid/capid pairs to support duplicate ↵ | ghost | |
| caids refs #621 | |||
| 2010-11-24 | add DTS-HD as known audio format, add detection to pmt parser (no hardware ↵ | ghost | |
| support for DTS-HD yet) | |||
| 2010-11-24 | rename iDataSource to iTsSource (no functional change) | ghost | |
| 2010-11-22 | add possibility to query CAID/CAPID combination from python | ghost | |
| refs bug #621 | |||
| 2010-11-10 | add possibility to pass the streaminfo file via tuneExt to tstools instance | ghost | |
| 2010-11-10 | add new tuneExt function to eDVBServicePMTHandler to make the class more ↵ | ghost | |
| reusable | |||
| 2009-12-13 | add preStart event and use it to load the cutlist | ghost | |
| 2009-08-11 | add support for rds data on own pids (i.e. hitradio ffh, harmony fm) | ghost | |
| 2009-05-25 | add support for blueray PMT streamtypes for LPCM, AC3, DTS, add more ↵ | ghost | |
| registration descriptors | |||
| 2009-02-13 | allow service to be overridden for pvr services | Felix Domke | |
| 2009-01-20 | support much more audio/video codecs encapsulated in TS files (not all stb ↵ | ghost | |
| hardware can handle all codecs!!!) | |||
| 2008-11-08 | working on possibility to receive reply messages from softcam via ↵ | ghost | |
| camd.socket (not finished yet) | |||
| 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-03 | add code to simulate recordings (with faked frontends) | Andreas Monzner | |
| now its more easy to build a timer overlap detection or similar | |||
| 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-24 | don't reorder audio streams, instead store thre default audio stream index ↵ | Felix Domke | |
| in 'defaultAudioStream' | |||
| 2007-01-05 | add eDVBServicePMTHandler::program::createPythonObject | Felix Domke | |
| 2006-12-09 | make PMT events enum accessible in python | Felix Domke | |
| 2006-10-31 | make operator< const | Felix Domke | |
| 2006-10-30 | move subtitles selection to mainmenu, some subtitle fixes | Andreas Monzner | |
| 2006-10-27 | reset cached program on audio pid change (this fixes audio pid in service | Andreas Monzner | |
| info dialog) | |||
| 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-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 | 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 | 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 | add function to get a list of CAIDs for a running dvb service from python | Andreas Monzner | |
| 2006-03-06 | moved PID search to proper please, simplified a bit (using the first found ↵ | Felix Domke | |
| PMT should be ok) | |||
| 2006-01-26 | add cue sheets | Felix Domke | |
| 2006-01-18 | fix "decode demux mask" and "get section data from demux" | Andreas Monzner | |
| 2006-01-17 | predeclare eDVBCAService because it is used by the type definition of ↵ | Andreas Oberritter | |
| CAServiceMap, removed unneeded predeclaration of eDVBServicePMTHandler | |||
| 2006-01-17 | add support for videotext (VBI) | Andreas Monzner | |
| so now the videotext from the TV is useable (needs new drivers!) | |||
| 2006-01-17 | handle EOF event in pmt handler | Felix Domke | |
| 2006-01-15 | pmt: differentiate between data and decoder demux | Felix Domke | |
| 2005-12-21 | format, ac3 and crypted indicators now working | Andreas Monzner | |
| TODO: get format/aspect infos from the mpeg decoder ( EIT information is not working on every service ) | |||
| 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-28 | audio: add language display | Felix Domke | |
| 2005-11-22 | work on ci support | Andreas Monzner | |
| please update the libdvbsi++ to CVSDATE >= 20051119 | |||
