aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-16update fr,lt,tr languageFelix Domke
2008-11-16add ukrainian (uk) languageFelix Domke
2008-11-16change pictureplayer to use async pic loadingghost
2008-11-16work on asynchron pic loading... to get rid of spinning wheelsghost
2008-11-16Add possibility to set Pilot also for DVB-S2 non 8PSK Transponders (i.e. the ↵ghost
new Euro1080 Transponder on 7°E) But this needs also new drivers!
2008-11-15MediaPlayer german locale updateFraxinas
2008-11-14use new hotplug notifier in DVD Burner Toolbox to update upon media ↵Fraxinas
insert/eject. add plugin icon to extensions menu.
2008-11-14callbacks that are added upon hotplug events can be added to a ↵Fraxinas
hotplugNotifier list now. use this to speed up Audio CD recognition in MediaPlayer
2008-11-14Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-14MediaPlayer: fix imports, introduce config and settings screen for repeat ↵Fraxinas
playlist, save playlist on exit and default start directory, implement file delete. this update comprises enhancements by courtesy of ralfk. fixes #46
2008-11-14remove unneeded checkacid-burn
2008-11-14dont start self.console twiceacid-burn
2008-11-14make hidden... translateableacid-burn
2008-11-14small skin fixacid-burn
fix possible crash when leaving networksetup
2008-11-14sync languages for new stringsFelix Domke
2008-11-13Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-13make texts translateable and add german locale for new DVDBurn changesFraxinas
2008-11-13update is,tr translationFelix Domke
2008-11-13Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-13add possibility to change delay after diseqc reset command and delay after ↵ghost
diseqc peripherial poweron command via satellite equipment control plugin
2008-11-13Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-13improve audio language detectionFraxinas
2008-11-13NimManager.py: fix non working option "Set Voltage and 22KHz"ghost
2008-11-13fix saving of nameserversacid-burn
2008-11-12when passing a broken utf-8 string, ignore characters. fixes #55.Felix Domke
2008-11-12properly escape provider name. fixes #54.Felix Domke