Age | Commit 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 Turkish | queeup | |
2014-10-18 | Merge pull request #5479 from popcornmix/resample_factory | Martijn Kaijser | |
[AE] Add resample factory and Pi accelerated resampling | |||
2014-10-18 | [keyboard layouts] use English language names | uNiversaI | |
Also added small comment to guide future contributors. | |||
2014-10-17 | [resamplepi] Add GPU accelerated option to resampling options | popcornmix | |
2014-10-14 | Merge pull request #5496 from tamland/keyboard-layouts | Tobias Arrskog | |
Add Scandinavian keyboard layouts | |||
2014-10-14 | Merge pull request #5410 from Memphiz/ios8airplay | jenkins4kodi | |
2014-10-13 | [keyboardlayouts] add Swedish | Thomas Amland | |
2014-10-13 | [keyboardlayouts] add Danish | Thomas Amland | |
2014-10-13 | [keyboardlayouts] add Norwegian | Thomas Amland | |
2014-10-11 | Maintain original volume: Move it to expert settings and enable it by default | fritsch | |
2014-10-11 | Language and Settings: Rename normalizevolumes to maintainoriginalvolume | fritsch | |
2014-10-05 | [settings] - add new expert setting for enabling ios8 compatibility | Memphiz | |
2014-10-03 | Merge pull request #5354 from popcornmix/mmal_acceleration | Martijn 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 Pi | popcornmix | |
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-27 | Remove videoplayer.useframemtdec setting and make it default | fritsch | |
2014-09-23 | Merge pull request #5236 from da-anda/3D-ux-fixes | da-anda | |
[3D] usability fixes and cleanup | |||
2014-09-23 | Merge pull request #5327 from da-anda/keymap-handling | Martijn Kaijser | |
[PVR][input] allow custom keymaps also for PVR radio | |||
2014-09-23 | Merge pull request #5307 from da-anda/just-play | Martijn Kaijser | |
[UX] Play button/action should not pause | |||
2014-09-19 | [language] cleanup and improve stereoscopic labels | da-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-16 | Merge pull request #5200 from koying/chgffmpegmt | Martijn 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-07 | Merge pull request #5316 from uNiversaI/layout | jmarshallnz | |
fixed: keyboard layout blank and double QWERTY entry | |||
2014-09-04 | fixed: 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 settings | popcornmix | |
2014-09-01 | [keymap] make <play_pause> button actually trigger PlayPause action | da-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-01 | Merge pull request #5252 from uNiversaI/print | Tobias Arrskog | |
[added] Support for screenshot on some mce remotes | |||
2014-08-29 | VAAPI: rewrite with VPP and ffmpeg filter | Rainer Hochecker | |
2014-08-22 | [added] Support for proper screenshot on some mce remotes | uNiversaI | |
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-19 | Merge pull request #4869 from topfs2/enable_gamepad | Tobias Arrskog | |
Remove default joystick and linux disable of gamepad override | |||
2014-08-18 | Remove linux disable of gamepad override | Tobias Arrskog | |
2014-08-18 | Disabled default joystick.xml | Tobias Arrskog | |
2014-08-13 | Merge pull request #5211 from blinkseb/keyboard_azerty | Martijn Kaijser | |
[keyboardlayouts] add AZERTY layout | |||
2014-08-13 | Merge pull request #5205 from stefansaraev/keyboardlayouts | Martijn Kaijser | |
[keyboardlayouts] add Bulgarian | |||
2014-08-13 | [keyboardlayouts] add AZERTY layout | Sébastien Brochet | |
2014-08-13 | [keyboardlayouts] add Bulgarian | Stefan Saraev | |
2014-08-13 | [keyboardlayouts] add Hebrew | dhead666 | |
2014-08-13 | fixed: keyboardlayouts - proper xml | Arne Morten Kvarving | |
2014-08-12 | CHG: Refactor ffmpeg MT support | Chris "Koying" Browet | |
2014-08-11 | [keyboard] settings for keyboard layouts | Jonathan Marshall | |
2014-08-11 | [keyboard] adds keyboardlayouts.xml | Jonathan Marshall | |
2014-08-09 | Merge pull request #5105 from fritsch/removecrystalhd | Martijn Kaijser | |
Removecrystalhd | |||
2014-08-09 | Merge pull request #5008 from jmarshallnz/edit_keyboard | jmarshallnz | |
Use an edit control in the keyboard dialog | |||
2014-08-06 | ADD: [mouse] support long click + full click/double/long support for 5 buttons | Chris "Koying" Browet | |
2014-08-05 | [rbp] Make gui limit default to 720 when memory is limited | popcornmix | |
On a 256M Pi, it's safest to default to 720p gui as memory is quite limited. |