aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.cpp
AgeCommit message (Collapse)Author
2007-04-17add preroll, to start in frozen mode after playFelix Domke
2007-04-17whitespace fixesFelix Domke
2007-03-24write iframes two times is enoughAndreas Monzner
2007-03-21fix memory corruption on showSinglePicAndreas Monzner
2006-12-27fix bluescreen in some conditionsAndreas Monzner
2006-12-13use aspect ratio information from mpeg sequence header instead of eit (needsAndreas Monzner
new drivers)
2006-10-30fix for API < v3, thanks to pieterFelix Domke
2006-06-25fixAndreas Monzner
2006-06-25fixAndreas Monzner
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-16more changes for AAC audio support (not dm7025)Andreas Monzner
Note: AUDIO_SET_STREAMTYPE ioctl not yet implemented in e2
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-22remove generated file "config.h":Andreas Oberritter
pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader"
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!)
2006-01-14first start pcr for api v3Stefan Pluecken
2005-12-19decoder: switch off audio in trickmodesFelix Domke
2005-12-08add slowmotion / fast forwardFelix Domke
2005-11-27change order from pcr,video,audio to video,pcr,audioRonny Strutz
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-10-15dont't start vpid/apid if not availableFelix Domke
2005-08-16 - add getLength() call to iStaticServiceInformationFelix Domke
- implementation for dvb pvr streams using tstools - start of implementing status information for PVR
2005-08-15fix block artifacts when zap with pallas/vulcan hardwareAndreas Monzner
2005-05-20add pcr handlingAndreas Monzner
2005-01-18fix small bug introduced with v2 mergingFelix Domke
2005-01-12fixes for old api.. not all tested..Andreas Monzner
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2003-10-17import of enigma2Felix Domke