aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.h
AgeCommit message (Collapse)Author
2010-11-24add DTS-HD as known audio format, add detection to pmt parser (no hardware ↵ghost
support for DTS-HD yet)
2009-11-04implement iAudioDelay interface also for servicemp3.cpp (media files)ghost
no possibility to store this delays persistent.. they are valid until the next reboot or delay change
2009-05-25add support for blueray PMT streamtypes for LPCM, AC3, DTS, add more ↵ghost
registration descriptors
2009-05-07add support for 2nd PCR, add support for 2nd ttx pidghost
2009-02-11Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/decoder.cpp
2009-01-20support much more audio/video codecs encapsulated in TS files (not all stb ↵ghost
hardware can handle all codecs!!!)
2008-12-16move some functions to better place (aspect / size / framerate / progressive ↵ghost
handling)
2008-11-18rework decoder statesFelix Domke
2008-10-29also use refcounting for eTimersAndreas 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-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2008-05-03showSinglePic is async and works on broadcom based dreamboxesAndreas Monzner
2007-07-16fix no more working sec with old apiAndreas Monzner
fix get video pts for old api
2007-07-13some changes for better old dreamboxes support (part two)Andreas Monzner
more useful debug output in decoder
2007-07-13some changes for better support of old dreambox modelsAndreas Monzner
some cleanups
2007-04-17add preroll, to start in frozen mode after playFelix Domke
2006-12-13use aspect ratio information from mpeg sequence header instead of eit (needsAndreas Monzner
new drivers)
2006-06-25add possibility to show iframes (not bugfree yet)Andreas Monzner
2006-06-22add 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-28fix for working on old apiAndreas Monzner
2006-05-16add 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-14remove 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-04-08tsmpegdecoder supports multiple decoders nowFelix Domke
2006-02-17use AUDIO_GET_STC, VIDEO_GET_STCFelix Domke
2006-01-18disable teletext on trickmodes, rename vtext to ttextFelix Domke
2006-01-17add support for videotext (VBI)Andreas Monzner
so now the videotext from the TV is useable (needs new drivers!)
2005-12-19decoder: switch off audio in trickmodesFelix Domke
2005-12-08add slowmotion / fast forwardFelix Domke
2005-11-26tsmpegdecoder: set audio typeFelix Domke
2005-11-11PAUSE audio, tooFelix Domke
2005-11-11add pause supportFelix Domke
2005-10-25 - add flushing support in demux / decoderFelix Domke
2005-08-15fix block artifacts when zap with pallas/vulcan hardwareAndreas Monzner
2005-05-20add pcr handlingAndreas Monzner
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
2004-09-25 - new GUI libFelix Domke
- fixes
2003-10-17import of enigma2Felix Domke