aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2014-01-19AE: add settings to enable ac3 transcode and upmix via ac3 transcodingRainer Hochecker
2014-01-16[linux] enable android hw codecs in linux on arm devices, e.g. amlogicVladlen Y. Koshelev
2014-01-10seperate '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 limitpopcornmix
2014-01-05[rbp/gui] Add switch between higher and lower quality texturespopcornmix
To save memory we default to 16bpp textures, but provide a GUI option to increase that to 32bpp.
2014-01-05Merge pull request #3925 from popcornmix/piaudio_sinkhuceke
[rbp] Add Pi audio sink for ActiveAE
2014-01-05Add MoveItemUp/Down to Favorites windowNedScott
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-05Update remote.xml with ChapterOrBigStepForward/BackNedScott
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13
2014-01-05Update keyboard.xml with ChapterOrBigStepForward/BackNedScott
Per https://github.com/xbmc/xbmc/pull/3280 This allows the behavior from v12 to be consistent with v13
2014-01-05Add some fullscreen video controls to touchscreen.xmlNedScott
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 levelsLars Op den Kamp
2014-01-05videoplayer.useframemtdec 2 -> 3NedScott
change level of videoplayer.useframemtdec (Frame Multi Thread Decoding) as requested by fritsch
2014-01-05Various minor settings level adjustments to settings.xmlNedScott
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-30Merge pull request #3909 from xhaggi/epg-info-onselectSascha Woo
[pvr] refactor advanced setting showepginfoonselect to setting
2013-12-30Merge pull request #3195 from afedchin/win_vsync_defwsoltys
[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 sinkpopcornmix
2013-12-28[pvr] refactor advanced setting showepginfoonselect to settingxhaggi
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-24unify musicvideo iconsronie
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-10Merge pull request #3799 from popcornmix/rm_thread_decodepopcornmix
[rbp] Disable frame multi threaded decoded settings option
2013-12-10[rbp] Enable Vsync as a defaultpopcornmix
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 optionpopcornmix
Makes no sense on Pi
2013-12-09Merge pull request #3574 from afedchin/3d_subs_depthJoakim Plate
[3D] add 3D subtitle depth setting
2013-12-07AE: fix hidden setting stereo upmix if spdif is selectedRainer Hochecker
2013-12-02Merge pull request #3746 from amet/setDefaultSubServicesZeljko Ametovic
[coreSubs] set default services for Tv Shows and Movies
2013-12-03[coreSubs] set default services for Tv Shows and Moviesamet
2013-12-02[WIN32] implemented test pattern for DirectXwsoltys
2013-11-24[3d] added 3D subtitle depthAnton Fedchin
2013-11-16use correct settings descripting text for screensaver fixes #14691Martijn Kaijser
2013-11-14Input: Disable Joystick Gui Setting by defaultfritsch
2013-11-13[darwin/settings] - hide one more unused option for darwinMemphiz
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-12fixes incorrect <dependency> in darwin settingsJonathan Marshall
2013-11-12another missing <control> tag in darwin settingsJonathan Marshall
2013-11-12ensure we specify the <control> type for darwin settingsJonathan Marshall
2013-11-10Merge pull request #3582 from ulion/ffmpeg_multi_thread_switchjmarshallnz
Add video player switch for multi-thread decoding
2013-11-09Merge pull request #3396 from ace20022/default_sub_seljmarshallnz
[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-08Add video player switch for multi-thread decodingulion
2013-11-06FIX: fixup stagefright disabling by properly using OnSettingUpdateChris "Koying" Browet
2013-11-06Merge pull request #3079 from koying/fixstagefrightdyloadChris Browet
FIX: [stagefright] dyload the whole codec to prevent api breakage
2013-11-06FIX: [droid] fix android-specific settings xmlChris "Koying" Browet
2013-11-05[rbp] Add missing control types to settingspopcornmix
2013-11-05AE: settings, add new control type toggle to setting normalizelevelsRainer Hochecker
2013-11-04AE: re-add setting normalizelevels, formally inverted and known as boost ↵Rainer Hochecker
volume on downmix
2013-11-03settings: refactor setting controls into custom registerable controlsmontellese