aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2014-10-19[rebrand] - make the system friendly name default to Kodi (seen in airplay ↵Memphiz
announcements and maybe others)
2014-10-19[keyboardlayouts] add Turkishqueeup
2014-10-18Merge pull request #5479 from popcornmix/resample_factoryMartijn Kaijser
[AE] Add resample factory and Pi accelerated resampling
2014-10-18[keyboard layouts] use English language namesuNiversaI
Also added small comment to guide future contributors.
2014-10-17[resamplepi] Add GPU accelerated option to resampling optionspopcornmix
2014-10-14Merge pull request #5496 from tamland/keyboard-layoutsTobias Arrskog
Add Scandinavian keyboard layouts
2014-10-14Merge pull request #5410 from Memphiz/ios8airplayjenkins4kodi
2014-10-13[keyboardlayouts] add SwedishThomas Amland
2014-10-13[keyboardlayouts] add DanishThomas Amland
2014-10-13[keyboardlayouts] add NorwegianThomas Amland
2014-10-11Maintain original volume: Move it to expert settings and enable it by defaultfritsch
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-27Remove videoplayer.useframemtdec setting and make it defaultfritsch
2014-09-23Merge pull request #5236 from da-anda/3D-ux-fixesda-anda
[3D] usability fixes and cleanup
2014-09-23Merge pull request #5327 from da-anda/keymap-handlingMartijn Kaijser
[PVR][input] allow custom keymaps also for PVR radio
2014-09-23Merge pull request #5307 from da-anda/just-playMartijn Kaijser
[UX] Play button/action should not pause
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-19[3D] default preferred stereoscopic mode to "auto"da-anda
2014-09-16Merge pull request #5200 from koying/chgffmpegmtMartijn Kaijser
CHG: Refactor ffmpeg MT support
2014-09-14[keymap] adjust keymaps of limited button devices to cope with the changed ↵da-anda
behavior
2014-09-07[PVR][input] add special case handling and default keymaps for PVR radio in ↵da-anda
visualisation/fullscreen mode
2014-09-07Merge pull request #5316 from uNiversaI/layoutjmarshallnz
fixed: keyboard layout blank and double QWERTY entry
2014-09-04fixed: keyboard layout blank and double QWERTY.uNiversaI
There are 3 solutions to this issue 1) @notspiff fix to use a fallback to English with the font13 which is not what's used elsewhere in skin https://github.com/notspiff/xbmc-cmake/commit/8ca6d81189acb43d1d136935b5013b5f9ae5410c 2) use the Roboto fonts I was working on and no longer am, but already has the Hebrew characters added (correctly or incorrectly idk) http://forum.xbmc.org/showthread.php?tid=150067 3) simple, use English names, since default language is English, users must have some degree of understanding of that and smart enough to know it. Since I no longer work on that font , nor speak such languages I was adding characters for and have no desire to extend it from what is done atm This was my solution, both simplest and avoids dealing with niggling issues.
2014-09-03[players] Allow choice of omxplayer through acceleration settingspopcornmix
2014-09-01[keymap] make <play_pause> button actually trigger PlayPause actionda-anda
2014-09-01[keymap] don't overload <space> key (pause action) with playlist ↵da-anda
functionality and rather use <n> for this like already on other places
2014-09-01Merge pull request #5252 from uNiversaI/printTobias Arrskog
[added] Support for screenshot on some mce remotes
2014-08-29VAAPI: rewrite with VPP and ffmpeg filterRainer Hochecker
2014-08-22[added] Support for proper screenshot on some mce remotesuNiversaI
Add support print -> screenshot in this example. Some MCE remotes have such keys as print, eject, slideshow, aspect etc. e.g http://h10025.www1.hp.com/ewfrf/wc/document?cc=uk&lc=en&docname=c00844678
2014-08-19Merge pull request #4869 from topfs2/enable_gamepadTobias Arrskog
Remove default joystick and linux disable of gamepad override
2014-08-18Remove linux disable of gamepad overrideTobias Arrskog
2014-08-18Disabled default joystick.xmlTobias Arrskog
2014-08-13Merge pull request #5211 from blinkseb/keyboard_azertyMartijn Kaijser
[keyboardlayouts] add AZERTY layout
2014-08-13Merge pull request #5205 from stefansaraev/keyboardlayoutsMartijn Kaijser
[keyboardlayouts] add Bulgarian
2014-08-13[keyboardlayouts] add AZERTY layoutSébastien Brochet
2014-08-13[keyboardlayouts] add BulgarianStefan Saraev
2014-08-13[keyboardlayouts] add Hebrewdhead666
2014-08-13fixed: keyboardlayouts - proper xmlArne Morten Kvarving
2014-08-12CHG: Refactor ffmpeg MT supportChris "Koying" Browet
2014-08-11[keyboard] settings for keyboard layoutsJonathan Marshall
2014-08-11[keyboard] adds keyboardlayouts.xmlJonathan Marshall
2014-08-09Merge pull request #5105 from fritsch/removecrystalhdMartijn Kaijser
Removecrystalhd
2014-08-09Merge pull request #5008 from jmarshallnz/edit_keyboardjmarshallnz
Use an edit control in the keyboard dialog
2014-08-06ADD: [mouse] support long click + full click/double/long support for 5 buttonsChris "Koying" Browet
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.