Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | [addons] prompt if an add-on is used by another and the user attempts to ↵ | Jonathan Marshall | |
disable it. | |||
2013-11-11 | [addons] separate out Broken and Unmet dependencies in the UI | 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-10 | Merge pull request #3604 from opdenkamp/api-1.9.0 | Lars Op den Kamp | |
pvr api bump | |||
2013-11-10 | Confirm skin change with a timed dialog | Trent Nelson | |
Switching to a touch-only skin on a device without touch completely strands us, requiring hand editting of guisettings.xml to fix. | |||
2013-11-09 | [Settings/DVDPlayer] Add option "Prefer external subtitles" to category ↵ | ace20022 | |
subtitles and adapt DVDPlayer accordingly. | |||
2013-11-09 | display mux, service name and provider name in the PVR stream | Sam Stenvall | |
information OSD | |||
2013-11-08 | Add video player switch for multi-thread decoding | ulion | |
2013-11-04 | AE: re-add setting normalizelevels, formally inverted and known as boost ↵ | Rainer Hochecker | |
volume on downmix | |||
2013-10-31 | Merge pull request #3498 from Montellese/settings_skin_integration | Sascha Montellese | |
Improved settings level integration into confluence | |||
2013-10-31 | settings: show a dummy category if no categories are available for the ↵ | montellese | |
current setting level (fixes #14649) | |||
2013-10-31 | settings: add a "Reset above settings to default" control at the end of ↵ | montellese | |
every settings list | |||
2013-10-28 | AE: change help messages | Rainer Hochecker | |
2013-10-28 | AE: make streamsilence an integer so it can define a timeout after which the ↵ | Rainer Hochecker | |
mode is disabled | |||
2013-10-28 | AudioSettings: Remove AAC Setting for passthrough | fritsch | |
2013-10-28 | [AE] refactor audio settings page | Rainer Hochecker | |
2013-10-27 | Add proper "<?xml ..." declaration to most .xml files | Karlson2k | |
2013-10-23 | [langauge] fix some spelling and clarify "dependencies not met" | Martijn Kaijser | |
2013-10-15 | Merge pull request #3438 from MartijnKaijser/string_locations | Martijn Kaijser | |
[language] add string locations | |||
2013-10-08 | Merge pull request #3373 from bobo1on1/systemkeys | bobo1on1 | |
Setting to disable keyboard grabbing when in fullscreen on platforms that use SDL on X11 | |||
2013-10-07 | [lang] update of core language files | alanwww1 | |
2013-10-04 | added: 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-02 | [language] add string locations | Martijn Kaijser | |
2013-10-02 | droid: Add Android MediaCodec for DVDPlayer | davilla | |
2013-10-01 | [EPG] Don't perform updates during video playback. | sensite | |
Lag and stutter may ensue. | |||
2013-09-28 | changed, add a proper GUI selector for AMLogic video decoder, refactor ↵ | S. Davilla | |
AMLogic bits in AESinkAUDIOTRACK | |||
2013-09-22 | Language strings: fix name and description for ""videoplayer.maxspeedadjust"" | Karlson2k | |
2013-09-19 | Merge pull request #3300 from readmanr/english-check | Martijn Kaijser | |
English spelling corrections English/strings.po | |||
2013-09-19 | English spelling corrections English/strings.po | readmanr | |
dialog -> dialogue analog -> analogue A dialogue box (GUI - Yes/No/Informational or otherwise) contains dialogue, and as such should be correctly spelt, this project has a en_US strings.po of which this spelling would be correct, but not here). "dialog" has not become an accepted form in English like "program" has instead of "programme" for use in computing terms. http://oxforddictionaries.com/definition/english/dialogue analogue, the in use of opposite of digital, should be spelt -logue at the end. (the spelling analog is American / en_US). http://oxforddictionaries.com/definition/english/analogue Once merges are made with Transifex, en_US can be correctly localised. | |||
2013-09-15 | Standardize ReplayGain case | Yoav Farhi | |
ReplayGain is spelled with CamelCase. Strings around the settings pannel should match that. http://en.wikipedia.org/wiki/ReplayGain | |||
2013-09-14 | Fix British English spellings | MilhouseVH | |
dialogue -> dialog (when referring to GUI window items) analogue -> analog color[s] -> colour[s] colorspace -> colourspace visualization -> visualisation normalize -> normalise Harddisk -> Hard disk (consistent with all other usage of "[Hh]ard disk") disc -> disk (context: magnetic media) disk -> disc (context: optical media) 'colourspace' -> 'colour space' nitpick | |||
2013-09-12 | vdpau: make interop gl default and remove setting, rename and intvert ↵ | xbmc | |
interop yuv | |||
2013-09-12 | vdpau: redesign | xbmc | |
2013-09-12 | English spelling corrections English/strings.po | readmanr | |
2013-09-08 | add new language string for sort title | Martijn Kaijser | |
2013-09-06 | [rbp/omxplayer] Add Dynamic Range Compression scheme | popcornmix | |
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 audio | popcornmix | |
Thanks to stupid-boy for the original implementation. | |||
2013-08-29 | AE: distinguish between AC-3 and EAC-3 | unknown | |
2013-08-10 | Merge pull request #3017 from Montellese/context_menu_cleanup | Sascha Montellese | |
context menu: cleanup & initial reorganisation | |||
2013-08-06 | wake-on-access ; add settings-description | t4.ravenbird | |
2013-08-06 | Merge pull request #2988 from Montellese/xsp_extensions | Sascha Montellese | |
smartplaylists: support for virtual folders | |||
2013-08-04 | Correct typo | Charlie Marshall | |
2013-08-03 | [lang] - add new strings for for the new "allow volume control" setting in ↵ | Memphiz | |
airplay | |||
2013-08-02 | video: add "Edit sort title" to "Manage ..." context menu entry | montellese | |
2013-08-02 | video: move "Flatten" toggle to settings | montellese | |
2013-08-02 | video: move "Stack" toggle to settings | montellese | |
2013-08-02 | media: move "Edit title" context menu entry under new "Manage ..." entry | montellese | |
2013-08-01 | [langauge] add missing setting descriptions | Martijn Kaijser | |
2013-08-01 | [3D] fixup some labels | Joakim Plate | |
2013-08-01 | [3D] display selection for matching the video's mode | Joakim Plate | |