aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2014-11-18[lang] add 'hide broken' stringronie
2014-11-16[lang] update of core language filestxtranslation
2014-11-15Merge pull request #5626 from popcornmix/deinterlace_changeTobias Arrskog
[mmalrenderer] Add choice of 3 deinterlace schemes
2014-11-15Merge pull request #5683 from romanvm/masterTobias Arrskog
Ukr and Rus language fixes
2014-11-15[lang] fix invalid or wrong language names to be in sync with Transifextxtranslation
2014-11-14[mmalrenderer] Add choice of 4 deinterlace schemespopcornmix
2014-11-13Ukr and Rus language fixesRoman Miroshnychenko
- Added Ukrainian alphabetic and PC keyboard layouts - Fixed Ukrainian langinfo.xml - Fixed Russian langinfo.xml
2014-11-11add component logging for videoRainer Hochecker
2014-11-11[lang] update of core language filestxtranslation
2014-11-10[lang] update of core language filestxtranslation
2014-10-26Merge pull request #5492 from Montellese/upnp_server_as_sourcesMartijn Kaijser
video library: list UPnP servers among video sources
2014-10-26make "Zeroconf Browser" localizablemontellese
2014-10-23Add some new weather stringsronie
2014-10-19[rebrand] - show migration info IF the configuration data was moved during ↵Memphiz
installation and link the user to the wiki. Show this dialog only once.
2014-10-17[resamplepi] Add GPU accelerated option to resampling optionspopcornmix
2014-10-14Merge pull request #5510 from Fice/source_translationsTobias Arrskog
localize streams/devices in Source dialog
2014-10-14localize streams/devices in Source dialogFice
2014-10-14Merge pull request #5410 from Memphiz/ios8airplayjenkins4kodi
2014-10-11fix comment in English language strings.pomontellese
2014-10-11Language and Settings: Rename normalizevolumes to maintainoriginalvolumefritsch
2014-10-05[settings] - add new expert setting for enabling ios8 compatibilityMemphiz
2014-10-03Merge pull request #5354 from popcornmix/mmal_accelerationMartijn Kaijser
[mmal] Add MMAL decoder and MMAL renderer for Raspberry Pi
2014-10-03[settings] Rename DVDs category to Discs and add an option to specify the ↵ace20022
handling of Blu-rays.
2014-10-02[mmal] Add MMAL decoder and MMAL renderer for Raspberry Pipopcornmix
While omxplayer is the best performing player on the Pi (and the only option for raw Blu-Rays) there are some reasons to use dvdplayer on a Pi: DVDs with menus do not work well with omxplayer support of software decode for SD codecs like divx3, msmpeg, sorenson spark etc omxplayer doesn't support alsa, so can't be used with USB and I2S sound cards dvdplayer may behave better with dodgy timestamps and packet loss, e.g. with live TV So this PR adds hardware acceleration to dvdplayer using the MMAL api. There is also a MMAL based video renderer. Compared to using GL, this: saves the processing cost of YUV->RGB conversion saves the memory cost of the RGB textures for video frames (1080p = 3MB for YUV and 8MB for RGB) allows high quality (cubic) scaling
2014-09-28Merge pull request #5421 from fritsch/multithreadPeter Frühberger
Remove setting for framemtdecoding
2014-09-27[lang] update of core language filestxtranslation
2014-09-27Remove videoplayer.useframemtdec setting and make it defaultfritsch
2014-09-25Merge pull request #5303 from Glenn-1990/pvr_diskspaceSascha Woo
[pvr] diskspace indicator in recordings view
2014-09-24[pvr] add ability to show free/used disk space of backendGlenn
2014-09-19[language] cleanup and improve stereoscopic labelsda-anda
- removes duplicates - makes wording more userfriendly - adding contextual help string for stereoscopic related labels
2014-09-19[3D] make "mono/2D" a default playback mode instead of a preferred stereo ↵da-anda
mode (it's no real stereomode) Also removes the mode "none" from the list of preferred modes, and moves it to the playback modes.
2014-09-18Merge pull request #5314 from ronie/re-focusMartijn Kaijser
replace skin.touched with skin.re-touched
2014-09-11[lang] update of core language filestxtranslation
2014-09-03[players] Allow choice of omxplayer through acceleration settingspopcornmix
2014-09-01Merge pull request #5253 from FernetMenta/vppRainer Hochecker
VAAPI: rewrite + advanced deinterlacing
2014-08-31Added sort token to Italian languagestickell
2014-08-29VAAPI: rewrite with VPP and ffmpeg filterRainer Hochecker
2014-08-26use generic names to make it easier to switch to a new touch skin in the futureronie
2014-08-13[language] missed some xbmc/kodi replacementsMartijn Kaijser
2014-08-12[language] Rebrand other language files as well.Martijn Kaijser
2014-08-12[language] Rebrand main English language file to KodiMartijn Kaijser
2014-08-12Merge pull request #5073 from Jalle19/all-recordings-directoryjmarshallnz
[pvr] deprecate "All recordings" in favor of a "Group Items" feature
2014-08-11[keyboard] settings for keyboard layoutsJonathan Marshall
2014-08-11[pvr] remove the "All recordings" folder in favor of a "Group Items" option ↵Sam Stenvall
in the side blade
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
Removecrystalhd
2014-08-07Merge pull request #4990 from fightnight/patch-1Martijn Kaijser
Allow larger font size
2014-08-06Merge pull request #5112 from xhaggi/pvr-dialog-guide-info-find-similarSascha Woo
[pvr] adds 'Find similar' button to guide info dialog
2014-08-06[lang] shorten label 'Find similar programs' to 'Find similar'xhaggi
2014-08-05Merge pull request #5094 from popcornmix/limitrespopcornmix
[rbp] Make gui limit default to 720 when memory is limited
2014-08-05[rbp] Make gui limit default to 720 when memory is limitedpopcornmix
On a 256M Pi, it's safest to default to 720p gui as memory is quite limited.