| 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-16 | convert dvb api aspect to etsi aspect | ghost | |
| 2008-12-16 | move some functions to better place (aspect / size / framerate / progressive ↵ | ghost | |
| handling) | |||
| 2008-11-11 | decoder.cpp: stop all pids first, and the restart pids... this hopefully ↵ | ghost | |
| fixes problems on pmt change on DM800/DM8000 | |||
| 2008-11-07 | same fix for slowMotion | Felix Domke | |
| 2008-11-07 | When a new audio pid is started, it starts in freezed mode, to allow for a ↵ | Felix Domke | |
| preroll. We need to unfreeze them so the internal state is right. closes #17 | |||
| 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-09-24 | small fix | Andreas Monzner | |
| 2008-08-05 | add support for "frame rate changed" and "progressive changed" video event | Andreas Monzner | |
| (the last needs new drivers) | |||
| 2008-06-27 | revert local changes | Andreas Monzner | |
| 2008-06-27 | rewrite ServiceEventTracker and PerServiceBase service event handle code | Andreas Monzner | |
| 2008-06-03 | proper showSinglePic error handling (thanks to Sat-Turner) | Felix Domke | |
| 2008-05-07 | fix previous fix ;) | Andreas Monzner | |
| 2008-05-07 | dont spam on AUDIO_GET_PTS | Andreas Monzner | |
| 2008-05-03 | cleanup | Andreas Monzner | |
| 2008-05-03 | showSinglePic is async and works on broadcom based dreamboxes | Andreas Monzner | |
| 2008-03-18 | invalidate teletext pid on mpeg decoder destroy | Andreas Monzner | |
| 2007-07-16 | fix no more working sec with old api | Andreas Monzner | |
| fix get video pts for old api | |||
| 2007-07-13 | build fixes | Andreas Monzner | |
| 2007-07-13 | some changes for better old dreamboxes support (part two) | Andreas Monzner | |
| more useful debug output in decoder | |||
| 2007-07-13 | some changes for better support of old dreambox models | Andreas Monzner | |
| some cleanups | |||
| 2007-06-19 | workaround: flush on AUDIO_STOP | Felix Domke | |
| 2007-05-25 | VIDEO_CLEAR_BUFFER isn't required. | Felix Domke | |
| 2007-05-25 | add VIDEO_CLEAR_BUFFER and VIDEO_CONTINUE when displaying iframes. | Felix Domke | |
| 2007-05-25 | add VIDEO_CLEAR_BUFFER and VIDEO_CONTINUE when displaying iframes. | Felix Domke | |
| 2007-05-23 | unfreeze when closing mpeg decoder | Felix Domke | |
| 2007-04-17 | add preroll, to start in frozen mode after play | Felix Domke | |
| 2007-04-17 | whitespace fixes | Felix Domke | |
| 2007-03-24 | write iframes two times is enough | Andreas Monzner | |
| 2007-03-21 | fix memory corruption on showSinglePic | Andreas Monzner | |
| 2006-12-27 | fix bluescreen in some conditions | Andreas Monzner | |
| 2006-12-13 | use aspect ratio information from mpeg sequence header instead of eit (needs | Andreas Monzner | |
| new drivers) | |||
| 2006-10-30 | fix for API < v3, thanks to pieter | Felix Domke | |
| 2006-06-25 | fix | Andreas Monzner | |
| 2006-06-25 | fix | Andreas Monzner | |
| 2006-06-25 | add possibility to show iframes (not bugfree yet) | Andreas Monzner | |
| 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-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-04-08 | tsmpegdecoder supports multiple decoders now | Felix Domke | |
| 2006-02-17 | use AUDIO_GET_STC, VIDEO_GET_STC | Felix Domke | |
| 2006-01-22 | remove generated file "config.h": | Andreas Oberritter | |
| pass preprocessor definitions as command line arguments instead this also drops the dependency on "autoheader" | |||
| 2006-01-18 | disable teletext on trickmodes, rename vtext to ttext | Felix Domke | |
| 2006-01-17 | add support for videotext (VBI) | Andreas Monzner | |
| so now the videotext from the TV is useable (needs new drivers!) | |||
| 2006-01-14 | first start pcr for api v3 | Stefan Pluecken | |
| 2005-12-19 | decoder: switch off audio in trickmodes | Felix Domke | |
| 2005-12-08 | add slowmotion / fast forward | Felix Domke | |
| 2005-11-27 | change order from pcr,video,audio to video,pcr,audio | Ronny Strutz | |
