Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-25 | [DROID][AE] Don't crash on passthrough. | Trent Nelson | |
The AudioTrack sink only ever wants S16LE. | |||
2014-02-25 | Cosmetic changes | Bl4ck09 | |
2014-02-25 | Better caching and updating for dynamic list provider | Bl4ck09 | |
2014-02-26 | [ae/darwin] we don't need another mutex when we already have one | Jonathan Marshall | |
2014-02-25 | FIX: [gles] do not force vsync off if VSYNC_DRIVER | Chris "Koying" Browet | |
2014-02-24 | Merge pull request #4236 from t-nelson/droid_removable_storage_fixes | Trent Nelson | |
Droid removable storage fixes | |||
2014-02-25 | Merge pull request #4070 from vkosh/epg-now | Lars Op den Kamp | |
[epg] don't use epg tag that was active as a currently active one if epg contains gaps | |||
2014-02-24 | [DROID] Only add one mount point per device | Trent Nelson | |
I've observed some prettys strange behavior on AML devices regarding reading /proc/mounts. Somehow there are multiple, unique mount points for some devices when reading /proc/mounts with fopen/fgets. However they don't exist if "cat /proc/mounts" is issued from the shell. Baffling... | |||
2014-02-24 | [DROID] Read /proc/mounts in one go to avoid race. | Trent Nelson | |
/proc/mounts is only guaranteed atomic for the current read operation. | |||
2014-02-24 | [DROID] Ease mount point blacklist condition | Trent Nelson | |
Android doesn't require USB devices be mounted under /mnt/usb. In fact there SEEMS to be no requirements or useful metrics for determining info about mounted devices besides the "default external storage device" which is always an SD card. However, they do all SEEM to be handled by Vold, the volume manager daemon and given a device node under /dev/block/vold/. It also SEEMS, from the four vendors I have on hand, that SD card mount points alwasy contain the string "sdcard". Using these two rules get's me auto sources for USB devices on AML devices. | |||
2014-02-24 | [osx/aesink] - fix compile on older SDKs | Memphiz | |
2014-02-24 | Merge pull request #4258 from fritsch/aefixes | Trent Nelson | |
AESinkPULSE: Let Engine handle our volume | |||
2014-02-25 | Merge pull request #4267 from amet/close_subs_window_on_stop | jmarshallnz | |
[subsCore] close search window if playback is stopped | |||
2014-02-24 | [subsCore] close search window if playback is stopped | amet | |
2014-02-24 | Merge pull request #4251 from ThiasDE/extsub_priority | jmarshallnz | |
dvdplayer: [fix] subtitle priority for multiple external subtitles | |||
2014-02-24 | omxplayer: [fix] subtitle priority for multiple external subtitles | ThiasDE | |
2014-02-24 | dvdplayer: [fix] subtitle priority for multiple... | Thias | |
external subtitles | |||
2014-02-23 | Merge pull request #4154 from sraue/ffmpeg-static-fixes | Trent Nelson | |
configure.in: enable FFMPEG static build for ARM, some cleanups. Tested ... | |||
2014-02-24 | Merge pull request #4260 from jmarshallnz/addon_improvements | jmarshallnz | |
Addon improvements | |||
2014-02-23 | Merge pull request #4269 from wsoltys/cleanup | Trent Nelson | |
[WIN32] remove harfbuzz library | |||
2014-02-23 | depends: fix already installed check on osx | Joakim Plate | |
Avoid depending on .so files which could be .dylib on osx Fix some invalid dependencies | |||
2014-02-23 | [language] fix string id after abc59871c18294e8fd499c29290a381b76841c0c | Martijn Kaijser | |
2014-02-24 | Merge pull request #4270 from MartijnKaijser/addondisabled | jmarshallnz | |
[language] split of "Add-on disabled" string after d688682 | |||
2014-02-24 | Merge pull request #4263 from jmarshallnz/soft10bit | jmarshallnz | |
[gl] support YUV420P10->RGB in software renderer | |||
2014-02-23 | [language] split of "Add-on disabled" string after ↵ | Martijn Kaijser | |
d6886825312ec575a3232e465a8837e600c2f11f | |||
2014-02-23 | [WIN32] remove harfbuzz library as its already compiled within our ↵ | wsoltys | |
"internal" libass (see https://github.com/xbmc/libass) | |||
2014-02-23 | Merge pull request #4265 from MartijnKaijser/now_playing | Martijn Kaijser | |
[language] change "now playing.." in sidemenu | |||
2014-02-23 | [language] change "now playing.." in sidemenu to something more obvious as ↵ | Martijn Kaijser | |
it also shows when not playling anything. | |||
2014-02-23 | Merge pull request #4257 from wsoltys/notify | wsoltys | |
[WIN32] hook up CAEFactory::DeviceChange() to audio device changes | |||
2014-02-24 | Merge pull request #4264 from jmarshallnz/scrollfix | jmarshallnz | |
[gui] scrolling text could be truncated | |||
2014-02-24 | [gl] support YUV420P10->RGB in software renderer | Jonathan Marshall | |
2014-02-23 | [Confluence] don't crop 'local subs..' label | ronie | |
2014-02-23 | Merge pull request #3640 from wsnipex/joystick-fix | Trent Nelson | |
Input: fix Accelerometer being detected as joystick | |||
2014-02-23 | Merge pull request #4007 from wsnipex/crashlog | Trent Nelson | |
[linux] allow override of crashlog directory | |||
2014-02-23 | cosmetics | WiSo | |
2014-02-23 | [WIN32] hook up audio engine to device changes. | WiSo | |
2014-02-23 | [WIN32] basic implementation of a IMMNotificationClient interface to notify ↵ | WiSo | |
XBMC in case of audio device changes. | |||
2014-02-23 | Merge pull request #4261 from jmarshallnz/zeroconf_level | Memphiz | |
[settings] switch zeroconf setting to standard level | |||
2014-02-23 | [language] fix inconsistent add-on state description. fixes #14851 | Martijn Kaijser | |
2014-02-23 | [addons] ensure we reload the current skin if it's updated via a .zip file. ↵ | Jonathan Marshall | |
fixes #14890 | |||
2014-02-23 | [gui] scrollbar didn't scroll properly with the mouse. fixes #14873 | Jonathan Marshall | |
2014-02-23 | [gui] scrolling text could be truncated because scrollInfo.pixelPos was ↵ | Jonathan Marshall | |
treated as pre-scaled when it wasn't. fixes #14629 | |||
2014-02-23 | Merge pull request #4259 from phate89/master | jmarshallnz | |
Allow xbmc to handle cue tags without quotes | |||
2014-02-23 | Merge pull request #4057 from Karlson2k/win32_fix_nonutf8 | jmarshallnz | |
[win32] fix ANSI used as UTF-8 | |||
2014-02-23 | Merge pull request #4192 from Shine-/dxvarenderer | jmarshallnz | |
Prevent unnecessary colorspace conversions (regression in #4163) | |||
2014-02-23 | Merge pull request #4254 from jmarshallnz/onsettingsunloaded | jmarshallnz | |
Implements OnSettingsUnloaded | |||
2014-02-23 | Add handling of cue tags without quotes | phate89 | |
2014-02-23 | [settings] switch zeroconf setting to standard | Jonathan Marshall | |
2014-02-23 | [addons] notifying the user once during repo updates is enough | Jonathan Marshall | |
2014-02-23 | [addons] add 'Update all' item to the available updates menu | Jonathan Marshall | |