aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2008-11-19correctly use new ePicLoad. keep "no cover art" pixmap resident the whole ↵Fraxinas
time instead of reloading it. move entire cover art functionality into MediaPixmap class.
2008-11-19update MediaPlayer to use new async ePicLoad function for cover artwork. ↵Fraxinas
currently no transparent background possible though :/
2008-11-19fix filelist crash, add necessary import for hotplugFraxinas
2008-11-18Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2008-11-18Don't search past buffer in TS I-frame cutter.Felix Domke
closes #66.
2008-11-18remove unneeded codeghost
2008-11-18Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-18fix FATAL: ebase.cpp:129 ASSERTION notifiers.find(fd) == notifiers.end() FAILED!ghost
2008-11-18don't try to look for python files when handling a C++ crashFelix Domke
2008-11-18fix typosghost
2008-11-18don't hold debug lock while doing bsodFatalFelix Domke
2008-11-18add automatic downloading of latest image and possibility of backing up ↵Fraxinas
configuration to the bootable usb sticks
2008-11-18add isMount encapsulationFraxinas
2008-11-18scroll to bottom of output after executionFraxinas
2008-11-18use already translated stringFraxinas
2008-11-18esubtitle.cpp: initialize uninitialized varible... this fixes not working or ↵ghost
rarely working dvb subtitles
2008-11-18rework decoder statesFelix Domke
2008-11-18experimental dm8000 recording fix, doesn't belong hereFelix Domke
2008-11-17Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-17get rid of some floating point valuesghost
2008-11-17Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-17do remove elementary stream files... and do it correctly!Fraxinas
2008-11-17remove superfluous importFraxinas
2008-11-17show dvd burn jobs running in background in main menu and fix potential ↵Fraxinas
crash on aborting during CheckDiskspaceTask
2008-11-17show dvd burn jobs running in background in main menu and fix potential ↵Fraxinas
crash on aborting during CheckDiskspaceTask
2008-11-17use hotplugNotifier to ease use of NFIFlash plugin. change some excess ↵Fraxinas
status bar translatables to static english.
2008-11-17use new hotplugNotifier return value to clear playlist if audio CD was removedFraxinas
2008-11-17change hotplugNotifier to return correct state transition for cd-rom type ↵Fraxinas
and flash type devices
2008-11-17picload: more simple non async decode (deprecated)ghost
2008-11-17picload.cpp: fix 32bpp pngsghost
2008-11-17fix typoFelix Domke
2008-11-17more changes for async picture decode supportghost
2008-11-17Merge branch 'master' into async_picloadghost
2008-11-17performance fix: don't redraw if in/out list is the sameFelix Domke
2008-11-17fix comment, don't memmem over end of packetFelix Domke
2008-11-17Merge branch 'master' into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/sec.cpp lib/python/Components/Network.py lib/python/Components/Playlist.py lib/python/Plugins/Extensions/DVDBurn/Process.py lib/python/Plugins/Extensions/MediaPlayer/plugin.py lib/python/Screens/TimerEdit.py po/lt.po po/nl.po po/tr.po
2008-11-17a few more debugging to debug the pvr state stuffFelix Domke
2008-11-17remove ugly SIGUSR1 loop once againFelix Domke
2008-11-17lock on pids only if video startcode is in a pes headerFelix Domke
2008-11-17Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-17add missing \n (without this the lamedb is currupted after shutdown enigma2)ghost
2008-11-17actually exit dvd player on pressing exit key in exit choiceboxFraxinas
2008-11-17Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-17allow blanking DVD-RAM media. the burn tool however only writes disc-at-once.Fraxinas
2008-11-17remove hotplugNotifier on every way of exitingFraxinas
2008-11-17Patch by Moritz Venn/Anders Holst: the long awaited 'setting tags from timer ↵Felix Domke
menu'-patch
2008-11-17By Anders Holst: only record MPEG-4 I-frames to ap-fileFelix Domke
2008-11-17By Anders Holst:Felix Domke
* I have checked the effect on DM800 of the margin before GOP:s, introduced by the "timing bugs" patch and needed for DM7025. As was previously noted, the margins are not needed on DM800. Fortunately it turns out also not to have any significant adverse effects: When jumping back or forward I expected some flickering, but there are none at all! There is only one small effect as far as I have found: When a cut list is used, there are somewhat more flickering at the cut points than without the margins. Since there are flickering also without the margins, this may be considered a less serious effect. If you consider this effect serious enough though, or think that it is cleaner to separate the code for DM7025 and DM800 since the margin is needed for one but not the other, then I can try to produce such a patch. Otherwise I suggest to wait with this. * In the original timing bugs patch there were a fix to stop playback after the last OUT cut. It did this by setting the size of the next source span to 0. But this turned out not to be a good idea: It seems that playback stops immediately when the next size is set to zero, and not when the buffer is used up. Therefore playback may stop some seconds before the actual end. If instead a jump is made to the last position in the file and a non-zero size is used there, then for some reason it plays up the whole buffer. Don't ask me why it is like this. A modification to this effect is anyway included below. * Rewind did not work at all for HD movies on DM800. The picture just freezes. It is because HD movies have another sequence at beginning of frames than normal movies. There is a rather simple fix, looking for both HD and normal sequences, in the trickmode playback code. (If the HD movie sequence condition seems complicated, it is because it has to make sure not to be accidentally triggered by normal movies.)
2008-11-17allows to configure the path for timeshift recordings via gui, by Moritz ↵Felix Domke
Venn. closes #64.
2008-11-16add ukrainian (uk) languageFelix Domke