aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-23Merge pull request #4154 from sraue/ffmpeg-static-fixesTrent Nelson
configure.in: enable FFMPEG static build for ARM, some cleanups. Tested ...
2014-02-24Merge pull request #4260 from jmarshallnz/addon_improvementsjmarshallnz
Addon improvements
2014-02-23Merge pull request #4269 from wsoltys/cleanupTrent Nelson
[WIN32] remove harfbuzz library
2014-02-23depends: fix already installed check on osxJoakim Plate
Avoid depending on .so files which could be .dylib on osx Fix some invalid dependencies
2014-02-23[language] fix string id after abc59871c18294e8fd499c29290a381b76841c0cMartijn Kaijser
2014-02-24Merge pull request #4270 from MartijnKaijser/addondisabledjmarshallnz
[language] split of "Add-on disabled" string after d688682
2014-02-24Merge pull request #4263 from jmarshallnz/soft10bitjmarshallnz
[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-23Merge pull request #4265 from MartijnKaijser/now_playingMartijn 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-23Merge pull request #4257 from wsoltys/notifywsoltys
[WIN32] hook up CAEFactory::DeviceChange() to audio device changes
2014-02-24Merge pull request #4264 from jmarshallnz/scrollfixjmarshallnz
[gui] scrolling text could be truncated
2014-02-24[gl] support YUV420P10->RGB in software rendererJonathan Marshall
2014-02-23[Confluence] don't crop 'local subs..' labelronie
2014-02-23Merge pull request #3640 from wsnipex/joystick-fixTrent Nelson
Input: fix Accelerometer being detected as joystick
2014-02-23Merge pull request #4007 from wsnipex/crashlogTrent Nelson
[linux] allow override of crashlog directory
2014-02-23cosmeticsWiSo
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-23Merge pull request #4261 from jmarshallnz/zeroconf_levelMemphiz
[settings] switch zeroconf setting to standard level
2014-02-23[language] fix inconsistent add-on state description. fixes #14851Martijn 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 #14873Jonathan 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-23Merge pull request #4259 from phate89/masterjmarshallnz
Allow xbmc to handle cue tags without quotes
2014-02-23Merge pull request #4057 from Karlson2k/win32_fix_nonutf8jmarshallnz
[win32] fix ANSI used as UTF-8
2014-02-23Merge pull request #4192 from Shine-/dxvarendererjmarshallnz
Prevent unnecessary colorspace conversions (regression in #4163)
2014-02-23Merge pull request #4254 from jmarshallnz/onsettingsunloadedjmarshallnz
Implements OnSettingsUnloaded
2014-02-23Add handling of cue tags without quotesphate89
2014-02-23[settings] switch zeroconf setting to standardJonathan Marshall
2014-02-23[addons] notifying the user once during repo updates is enoughJonathan Marshall
2014-02-23[addons] add 'Update all' item to the available updates menuJonathan Marshall
2014-02-23[busydialog] factor out the dvdplayer busy dialog waiting so as to use it ↵Jonathan Marshall
for other things
2014-02-23[addons] allow GetAllOutdatedAddons to return the local addon versions - ↵Jonathan Marshall
useful for scheduling updates
2014-02-23[addons] don't group add-ons into categories in disabled and available ↵Jonathan Marshall
update sections of the add-on maanger
2014-02-22AESinkPULSE: Let Engine handle our volumefritsch
2014-02-22[gui] fixed Container.HasNext not working on fixed listsJonathan Marshall
2014-02-22[settings] implement OnSettingsUnloaded, fixes various advancedsettings ↵Jonathan Marshall
leaking from profile to profile (e.g. mysql database config)
2014-02-22[id3v2] some apps write TXXX tags using UPPERCASE and some with lowercase. ↵Jonathan Marshall
Support both.
2014-02-22Merge pull request #4196 from arnova/sub_fallbackjmarshallnz
Handle cases where subtitle fails to save to destination directory
2014-02-22Merge pull request #3998 from jmarshallnz/darwin_sinkjmarshallnz
Darwin sink for ActiveAE
2014-02-22Merge pull request #4080 from jmarshallnz/skin_color_reloadjmarshallnz
[settings] on skin change, ensure we reset the skin font to the default.
2014-02-22[osx] drop outputbuffer index and iterate over them allJonathan Marshall
2014-02-22[osx] drop CDVDAudioCodecPassthroughFFmpeg - it was broken in 4f74e67f2f anywayJonathan Marshall
2014-02-22[osx] drop LPCM mode from CDVDAudioCodecFFmpeg - it's not wanted or neededJonathan Marshall
2014-02-22[ios] - finally fixed the issue where audio was lost after pause or playback ↵Memphiz
stop. This needs review by @ulion
2014-02-22[settings] - don't hide passthrough settings on ios - visibility is now ↵Memphiz
automagically determined by available audio device types
2014-02-22[settings] OSX does not support E-AC3 passthroughJonathan Marshall
2014-02-22[osx] - revert part of 5cdc1bfb8bbf52438b9ad69bd09ea3dc3ef8669a - it was ↵Memphiz
plain bs from me. Fixes no audio after startup when refreshrate adaption is enabled (this came up as a bug with new activeae now as it listens to ondevicelost messages and therefore suspends the audio engine ;) ).