aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2008-11-07fix coverart displaying, allow using cover art with all different image ↵Fraxinas
formats, remove some debug prints
2008-11-07refresh playlist when adding playlist via filelist. when copying directory ↵Fraxinas
to playlist, only add media files and no playlist files
2008-11-07Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2008-11-07move selection index on EOS (this will scroll through playlist instead of ↵Fraxinas
always displaying the uppermost page)
2008-11-07parse #EXTINT title info from m3u playlistsFraxinas
2008-11-07Wizard.py: async fixesghost
2008-11-06Wizard.py: hopefully fix async stuffghost
2008-11-06fix Dreambox Keyboard Numberinput inside ConfigIPacid-burn
2008-11-06allow reading jfif embedded exif thumbnails from jpeg files and use them to ↵Fraxinas
speed up thumbnail view in pictureplayer plugin
2008-11-06Wizard.py: add handling for async codeghost
2008-11-06better async handlingacid-burn
dont open adaptersetup after wlanscan close, only open on connect inside wlanscan some cleanups and fixes
2008-11-06lib/dvb/pvrparse.cpp: remove debug outputghost
2008-11-06DVDPlayer/plugin.py: more robust codeghost
2008-11-06better netmask parsingacid-burn
2008-11-06fix typoacid-burn
2008-11-06allow setting progress for current task from within resident task, implement ↵Fraxinas
rudimentary progress for mplextask in dvdburn (requires dvdauthor patch)
2008-11-06try to add dvdburn icon once againFraxinas
2008-11-06also make in FD nonblockingghost
2008-11-06nastily pretend the dvd minus rw bruning error never happenedFraxinas
2008-11-06don't crash when background jobs fail and user presses red keyFraxinas
2008-11-06don't crash when exitting dvd image selection without selectionFraxinas
2008-11-06implement blanking of dvd minus rw mediaFraxinas
2008-11-06more failsave code, remove imho unneeded invalidate callsghost
2008-11-06dont do SDT update when tuned to wrong transponderghost
2008-11-06save backup network configuration files and not only gui stuff from enigma2 ↵Fraxinas
and change the default backup location to harddisk (on behalf of sat-man)
2008-11-06Don't block key '5' on keyboard.Andreas Oberritter
'5' should never be blocked because it is essential for many functions. Also it is unclear why both 0x35 and 0x7E codes are supposed to be generated by 'mute'. Until this is resolved, unblocking '5' is the best solution from a user's POV.
2008-11-06fix streaming playback (webradio)Fraxinas
2008-11-06fix decodeFelix Domke
2008-11-06user correct playlist parser from dictFraxinas
2008-11-06Revert "check sid and tsid before start automatic service update (STD update)"ghost
This reverts commit 21812866841eec7ab7a79ee61067581f8202df55.
2008-11-06add .mp2 as supported filetypeghost
2008-11-06check sid and tsid before start automatic service update (STD update)ghost
2008-11-06small fixghost
2008-11-06add icon to be installed. remove deprecated directoriesFraxinas
2008-11-06add missing importghost
2008-11-06remove debug outputghost
2008-11-06needed update for avahi stuffghost
2008-11-06add additional clear text error messages for burntaskFraxinas
2008-11-06actually burn and not just simulate burning to dvd-MINUS-r(w) mediaFraxinas
2008-11-06fix syntax errorghost
2008-11-06dont add cmd to arglistghost
2008-11-06add possibility to call eConsoleAppContainer execute with unlimited count of ↵ghost
arguments when its called with single argument, then /bin/sh is started else not
2008-11-06uncomment necessary lineFraxinas
2008-11-06fix mem bug by changing c strings to cpp stringsFraxinas
2008-11-06Patch by Anders Holst:Felix Domke
* Undo "sparse-AP-fix" At March 25 a patch was checked in that makes sure that AP:s closer than half a second from each other are filtered away. I don't know the exact purpose of this fix, but I don't think it is a good idea: Besides being the cause of bugs 4 and 5 above, all seek operations are based on the AP:s, and it is a pity to cripple the precision here. And for example, when cutting movies it is important to be able to reach the right GOP boundary. (And the next fix relies on all boundaries being available.) (If you wonder, bug 5 was caused by a destructive interaction of this with the discontinuity handling.) * Hit GOP:s somewhat before GOP start It turns out that if you jump exactly to the GOP start, then that GOP is nevertheless skipped and playback starts from the GOP thereafter. However, if you jump to (at least) one frame before the GOP start, playback starts from that GOP. I don't know if this is a bug in the driver or elsewhere, but the best I can do is this workaround: Hit the GOP by jumping to half a GOP length before the GOP start. (By scanning the ts file it is of course possible to find the exact frame boundaries, but why bother since anywhere between the previous GOP start and the previous frame start will do.) Similarly, to show the first frame of a GOP, a few more frames must be included. Therefore, add half a GOP at the end of each source span. * Jump over discontinuities during AP relative seek The above two fixes together *almost* take care of bugs 1 and 2 above. Now seekRelative(1) moves one forward and seekRelative(-1) one backwards. However, at discontinuities they may get stuck. This is remedied by an extra if statement to check for discontinuities when stepping throught the AP:s in AP relative seek. * Stop after last source span In the function eDVBChannel::getNextSourceSpan there was no code to take care of the case when the seeked-to point is after the last source span. Currently it just goes on until the movie ends. I have added code for this, which takes care of bug 3, and as a fortunate bonus effect bug 6 too. (But please check my code here, I hope I can use current_offset the way I do, and return 0 size when it should stop.)
2008-11-06Add DiSEqC reset after voltage enable and tune failed... hopefully this ↵ghost
fixes problems with some DiSEqC switches
2008-11-06add possibility to disable user input in Messageboxesghost
2008-11-06fix execute string for tasksandy
2008-11-06add plugin list icon for dvdburnandy
2008-11-06remove debugacid-burn