Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-19 | AE: add settings to enable ac3 transcode and upmix via ac3 transcoding | Rainer Hochecker | |
2014-01-16 | [linux] enable android hw codecs in linux on arm devices, e.g. amlogic | Vladlen Y. Koshelev | |
2014-01-10 | seperate 'devinput' section from 'linux-input-layer'. While ↵ | Stephan Raue | |
'linux-input-layer' is used from Lirc with the own (deprecated) Lirc drivers, 'devinput' is used by kernels own event drivers. There the Bottonnames are reworked and almost synced | |||
2014-01-06 | [settings/ios] - fixed some errors in settings parsing due to mismatches in ↵ | Memphiz | |
darwin_ios.xml | |||
2014-01-05 | [rbp/gui] Add switch to remove GUI 720p limit | popcornmix | |
2014-01-05 | [rbp/gui] Add switch between higher and lower quality textures | popcornmix | |
To save memory we default to 16bpp textures, but provide a GUI option to increase that to 32bpp. | |||
2014-01-05 | Merge pull request #3925 from popcornmix/piaudio_sink | huceke | |
[rbp] Add Pi audio sink for ActiveAE | |||
2014-01-05 | Add MoveItemUp/Down to Favorites window | NedScott | |
Consistent with how the playlist editor windows use MoveItemUp/Down. Requested by a user, and indeed a heck of a lot easier to organize rather than constantly bringing up the context menu. | |||
2014-01-05 | Update remote.xml with ChapterOrBigStepForward/Back | NedScott | |
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13 | |||
2014-01-05 | Update keyboard.xml with ChapterOrBigStepForward/Back | NedScott | |
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13 | |||
2014-01-05 | Add some fullscreen video controls to touchscreen.xml | NedScott | |
Mirrors directional controls of a remote to give some added functionality in fullscreen video: Swipe left -> StepBack Swipe right -> StepForward Swipe up -> ChapterOrBigStepForward Swipe down -> ChapterOrBigStepBack Two-finger swipe left -> SmallStepBack | |||
2014-01-05 | [PVR] updated settings levels | Lars Op den Kamp | |
2014-01-05 | videoplayer.useframemtdec 2 -> 3 | NedScott | |
change level of videoplayer.useframemtdec (Frame Multi Thread Decoding) as requested by fritsch | |||
2014-01-05 | Various minor settings level adjustments to settings.xml | NedScott | |
As discussed on the internal Team XBMC forum thread here: http://forum.xbmc.org/showthread.php?tid=163982 Various non-controversal level adjustments for various settings. | |||
2013-12-30 | Merge pull request #3909 from xhaggi/epg-info-onselect | Sascha Woo | |
[pvr] refactor advanced setting showepginfoonselect to setting | |||
2013-12-30 | Merge pull request #3195 from afedchin/win_vsync_def | wsoltys | |
[win] Fix default value of vertical sync setting from disable to always. | |||
2013-12-30 | [pvr] re-order epg context menu (move switch channel to top) | xhaggi | |
2013-12-29 | [rbp] Add PiAudio sink | popcornmix | |
2013-12-28 | [pvr] refactor advanced setting showepginfoonselect to setting | xhaggi | |
This removes the advanced setting showepginfoonselect and adds it to settings, so users can change it within the gui. In addition, the setting is extended and you can now select the following values: * Show context menu * Switch to channel * Show information * Record | |||
2013-12-24 | unify musicvideo icons | ronie | |
2013-12-24 | [musicdb] adds setting to allow overriding of tag info with online info, ↵ | Jonathan Marshall | |
defaulting to false | |||
2013-12-21 | [remote keymapping] map the BACK button to Back in fullscreen (rather than ↵ | Jonathan Marshall | |
smallstepback in fullscreenvideo and lockpreset in visualisation) | |||
2013-12-10 | Merge pull request #3799 from popcornmix/rm_thread_decode | popcornmix | |
[rbp] Disable frame multi threaded decoded settings option | |||
2013-12-10 | [rbp] Enable Vsync as a default | popcornmix | |
This was done in #2388, but got lost in the setting refactor and is currently disabled | |||
2013-12-10 | [rbp] Disable frame multi threaded decoded settings option | popcornmix | |
Makes no sense on Pi | |||
2013-12-09 | Merge pull request #3574 from afedchin/3d_subs_depth | Joakim Plate | |
[3D] add 3D subtitle depth setting | |||
2013-12-07 | AE: fix hidden setting stereo upmix if spdif is selected | Rainer Hochecker | |
2013-12-02 | Merge pull request #3746 from amet/setDefaultSubServices | Zeljko Ametovic | |
[coreSubs] set default services for Tv Shows and Movies | |||
2013-12-03 | [coreSubs] set default services for Tv Shows and Movies | amet | |
2013-12-02 | [WIN32] implemented test pattern for DirectX | wsoltys | |
2013-11-24 | [3d] added 3D subtitle depth | Anton Fedchin | |
2013-11-16 | use correct settings descripting text for screensaver fixes #14691 | Martijn Kaijser | |
2013-11-14 | Input: Disable Joystick Gui Setting by default | fritsch | |
2013-11-13 | [darwin/settings] - hide one more unused option for darwin | Memphiz | |
2013-11-12 | [subtitles] set a maximum of 3 languages. | Jonathan Marshall | |
2013-11-12 | [subtitles] adds new dialog for subtitles to core. | Jonathan Marshall | |
2013-11-12 | fixes incorrect <dependency> in darwin settings | Jonathan Marshall | |
2013-11-12 | another missing <control> tag in darwin settings | Jonathan Marshall | |
2013-11-12 | ensure we specify the <control> type for darwin settings | Jonathan Marshall | |
2013-11-10 | Merge pull request #3582 from ulion/ffmpeg_multi_thread_switch | jmarshallnz | |
Add video player switch for multi-thread decoding | |||
2013-11-09 | Merge pull request #3396 from ace20022/default_sub_sel | jmarshallnz | |
[DVDPlayer] Improve preferred subtitle selection | |||
2013-11-09 | [Settings/DVDPlayer] Add option "Prefer external subtitles" to category ↵ | ace20022 | |
subtitles and adapt DVDPlayer accordingly. | |||
2013-11-08 | Add video player switch for multi-thread decoding | ulion | |
2013-11-06 | FIX: fixup stagefright disabling by properly using OnSettingUpdate | Chris "Koying" Browet | |
2013-11-06 | Merge pull request #3079 from koying/fixstagefrightdyload | Chris Browet | |
FIX: [stagefright] dyload the whole codec to prevent api breakage | |||
2013-11-06 | FIX: [droid] fix android-specific settings xml | Chris "Koying" Browet | |
2013-11-05 | [rbp] Add missing control types to settings | popcornmix | |
2013-11-05 | AE: settings, add new control type toggle to setting normalizelevels | Rainer Hochecker | |
2013-11-04 | AE: re-add setting normalizelevels, formally inverted and known as boost ↵ | Rainer Hochecker | |
volume on downmix | |||
2013-11-03 | settings: refactor setting controls into custom registerable controls | montellese | |