aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2013-11-01Merge pull request #3336 from t-nelson/string_setting_label2Trent Nelson
Show values of string settings with button controls
2013-11-01[rbp/omxplayer] Support multichannel PCM audio output over hdmipopcornmix
Requires updated firmware (from next branch)
2013-11-01Merge pull request #3477 from koying/adddefaultjoystickChris Browet
ADD: implement default joystick map
2013-10-31Merge pull request #3455 from FernetMenta/audiopageRainer Hochecker
new audio settings
2013-10-29Merge pull request #3392 from garbear/pvrmenu.searchiconsMartijn Kaijser
Disable channel icon scan when icon path is empty
2013-10-28AE: change help messagesRainer Hochecker
2013-10-28AE: rework streamsilenceRainer Hochecker
2013-10-28AE: make streamsilence an integer so it can define a timeout after which the ↵Rainer Hochecker
mode is disabled
2013-10-28[AE/CA] - fix hidden settings for darwinMemphiz
2013-10-28[rbp] Update to work with new audio settingspopcornmix
2013-10-28AudioSettings: Remove AAC Setting for passthroughfritsch
2013-10-28[AE] refactor audio settings pageRainer Hochecker
2013-10-28ADD: implement default joystick mapChris "Koying" Browet
2013-10-27Add proper "<?xml ..." declaration to most .xml filesKarlson2k
2013-10-17gles: fixed, add missing nv12 render formatdavilla
2013-10-16settings: fix dependency definition for videoplayer.usevdpaumixermontellese
2013-10-13Show values of string settings with button controlst-nelson
2013-10-08Merge pull request #3373 from bobo1on1/systemkeysbobo1on1
Setting to disable keyboard grabbing when in fullscreen on platforms that use SDL on X11
2013-10-08fixed, runtime determined settings need OnSettingUpdate callback handlersdavilla
2013-10-06Merge pull request #3385 from Montellese/fix_skin_themeSascha Montellese
properly reset skin-related settings after changing the current skin (fixes #14595)
2013-10-06Disable channel icon scan when icon path is emptyGarrett Brown
XBMC checks the icon path and terminates the scan early if no path is set. This commit causes the setting to respect that.
2013-10-06settings: fix updating skin-related settings spinnersmontellese
2013-10-05vdpau: fix incorrect spcifier in settings for vdpau mixerRainer Hochecker
2013-10-04added: setting to disable keyboard grabbing when in fullscreen on platforms ↵bobo1on1
that use SDL on X11, calls SDL_WM_GrabInput(SDL_GRAB_OFF) with the SDL_FULLSCREEN temporarily zero'd, this will make SDL call XUnGrabPointer and XUnGrabKeyboard, allowing window manager keys like printscreen, volume and alt-tab to work
2013-10-02droid: Add Android MediaCodec for DVDPlayerdavilla
2013-10-02Merge pull request #3280 from arnova/big_step_is_big_steparnova
changed: Large step should not skip chapters instead
2013-09-30Merge pull request #3344 from davilla/amcodec-guisettingsdavilla
changed, add a proper GUI selector for AMLogic video decoder, refactor AMLogic bits in AESinkAUDIOTRACK
2013-09-28remove obsolete .conf fileMartijn Kaijser
2013-09-28changed, add a proper GUI selector for AMLogic video decoder, refactor ↵S. Davilla
AMLogic bits in AESinkAUDIOTRACK
2013-09-28changed: Implement ChapterOrBigStep-actions and make previous ↵arnova
BigStep-actions without chapter seeking
2013-09-19Merge pull request #3237 from Karlson2k/remove_old_setting_01Martijn Kaijser
Fix: Remove unused setting
2013-09-15Merge pull request #3247 from t-nelson/pivos_render_improvementsTrent Nelson
Pivos render improvements
2013-09-15[GLES] Batch textures and their borderstheuni
Gives a considerable speedup in scenes with many bordered images (like settings).
2013-09-15[linux] Added "Xbox 360 Wireless Receiver (XBOX)" to <altname> tags for 360 ↵Garrett Brown
controller keymap
2013-09-13[GLSL] cut diffuse+blend render time by 1/3theuni
Mainly seen when we're fading in/out. Mali likes this ordering better for some reason, ops go from 3 to 2 (according to their profiler). Verified with PVR's compiler that there is no change, it's 2 there either way.
2013-09-13[GLES] speed up blendingtheuni
(texture * color) costs us an extra operation on Mali when sent as varying. Instead, since textures use the same color for the entire render, send it as a uniform instead. This does not apply to fonts, since the font and its shadow are rendered together, and may not share a color (tested and looks bad). This increases fps anywhere heavy blending is done.
2013-09-12vdpau: redesignxbmc
2013-09-12Settings: remove unused settingKarlson2k
2013-09-06[rbp/omxplayer] Add Dynamic Range Compression schemepopcornmix
This adds a DRC scheme. A number of dBs of amplification can be chosen. The audio_decode component is setup to do the usual downmix operation early before most of the audio buffering. This means we get a second or two to detect if the downmix would overflow. This allows the amplification to be attenuated in time to avoid the clipping. The attenuation gradually decays when overflow condition stops. Also adds a gui setting to boost centre channel. Requires updated firmware
2013-09-06[rbp/omxplayer] Support both analogue and hdmi audiopopcornmix
Thanks to stupid-boy for the original implementation.
2013-09-04[win] Fix default value of vertical sync setting from disable to always.Anton Fedchin
2013-08-29AE: distinguish between AC-3 and EAC-3unknown
2013-08-25[settings] libstagefright setting should be in android.xmlMartijn Kaijser
2013-08-24[WIN32] changed: use the directsound default device on clean startup instead ↵WiSo
of wasapi
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-08-10Merge pull request #3017 from Montellese/context_menu_cleanupSascha Montellese
context menu: cleanup & initial reorganisation
2013-08-06settings: split requirement conditions from <visible> conditions into new ↵montellese
<requirement> tag
2013-08-03[settings] - add new setting for airplay - "allow volume control"Memphiz
2013-08-02video: move "Flatten" toggle to settingsmontellese
2013-08-02video: move "Stack" toggle to settingsmontellese