aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-01[lang] update of internal addon language files for beta2alanwww1
2012-12-01[lang] update of core language files for beta2alanwww1
2012-12-01[fix] build screensavers on osxamet
2012-12-01bump libpng to 1.5.13amet
2012-11-30fixed: don't announce screensaver deactivation on DPMS activationJoakim Plate
CEC client take screensaver deactivation as a indication of waking TV from standby (and happily switching input if you happen to be watching some nice TV show on another input)
2012-11-30Merge pull request #1862 from da-anda/keymap-xbox360wjmarshallnz
Improved keymap for XBOX 360 Wireless controllers
2012-11-30[droid] add missing android platform for filteringCory Fields
2012-11-30jsonrpc: log the current version of the JSON-RPC APImontellese
2012-11-30jsonrpc: bump version to 6.0.0montellese
2012-11-30jsonrpc: change versioning to <major>.<minor>.<patch> and change ↵montellese
JSONRPC.Version to return an object with "major", "minor" and "patch" properties This versioning follows the Semantic Versioning Specification available at http://semver.org/. <major> will be bumped on any backwards incompatible change. <minor> will be bumped on the introduction of any backwards compatible functionality. <patch> will be bumped on any change to the internal code (i.e. fixing a bug in the code) which does not affect the API definition.
2012-11-30Merge pull request #1865 from tthomas48/masterSascha Montellese
jsonrpc: fix GetArtistDetails to return required "artist" field
2012-11-30fixed GetArtistDetails to return artistTim Thomas
2012-11-30epg: new advanced setting that overrides the user defined EPG update ↵Dimitris Kazakos
interval for TV channels that have no EPG data (defaults to 1 minute)
2012-11-30systemd/logind power management supportDenis Yantarev
2012-11-30boolean argument add support in dbus messageDenis Yantarev
2012-11-30[bitstreamconverter] fixed return correct extradata/size and allow 3byte NAL ↵gimli
sizes
2012-11-30Merge pull request #1847 from mikrohard/pvr-wakeupLars Op den Kamp
Only use valid CDateTime objects for pvr wakeup command
2012-11-29Merge pull request #1548 from DDDamian/SoftSuspendSinkdavilla
[AE] Allow sink to decide how or if it can be suspended
2012-11-29Merge pull request #1818 from alcoheca/fix-updatesjmarshallnz
Fix upnp season updates
2012-11-29Merge pull request #1856 from kylhill/masterjmarshallnz
Fix Remaining Coverity Static Analysis Warnings in XBMC
2012-11-29[droid] fix libtool system link orderCory Fields
Libtool runs some checks internally, then sets the link order for toolchain libs like libc/libm/libstdc++/libdl/etc. When using libcrystax, in order to link correctly and pick up all symbols, -lstdc++ MUST come before -lcrystax, because libstdc++ actually depends on libcrystax for locales, rtti, wchar_t, and a few other things. Libtool does not know about this dependency, so we must set it explicitly. This fixes runtime errors due to missing symbols when loading a lib linked by libtool, most commonly missing _CurrentRuneLocale.
2012-11-29Improved keymap for XBOX 360 Wireless controllerFranz Koch
2012-11-29Merge pull request #1858 from davilla/aq-vq-starvationdavilla
fixed, aq/vq starvation on low resource platforms when parsing video content with multiple audio/subtitle streams
2012-11-29fixed, aq/vq starvation on low resource platforms when parsing video content ↵davilla
with multiple audio/subtitle streams
2012-11-29Merge pull request #1767 from koying/droidaddsplashChris Browet
ADD: [droid] pre-launch java activity for checks and splashscreen
2012-11-29[droid] splash: adjust progressbar colorChris "Koying" Browet
2012-11-29[droid] use main splash pngChris "koying" Browet
2012-11-29[droid] remove obsolete stubsChris "Koying" Browet
2012-11-29[droid] Do not show any ui if pre-checks are OKChris "Koying" Browet
2012-11-29ADD: [droid] Splashscreen while caching assetsChris "koying" Browet
2012-11-29Merge pull request #1852 from Montellese/ra_fixesSascha Montellese
fix and improve updating of recentlyadded
2012-11-29Merge pull request #1857 from jmarshallnz/job_jamjmarshallnz
ensure that paused jobs don't get stuck on the top of the jobqueue
2012-11-29don't show two 'scan recursive' options in musicvideo content settings. ↵Jonathan Marshall
fixes #13623
2012-11-29fix and improve updating of recentlyaddedmontellese
2012-11-29ensure that paused jobs don't get stuck on the top of the jobqueue, thus ↵Jonathan Marshall
allowing no other jobs of the same priority to be processed. Fixes issue where CSaveFileStateJob didn't get run after playback if a stream details/thumb extraction job got in the way
2012-11-28Fix possible use after free in BitstreamConverter.cppKyle Hill
2012-11-28Fix read from invalidated iterator in CallbackHandler.cppKyle Hill
2012-11-28Fix possible memory leak in WebServer.cppKyle Hill
2012-11-28Fix use-after-free error in TagLoaderTagLib.cppKyle Hill
2012-11-28Fix unreachable code in GUIDialogMediaSource.cppKyle Hill
Guidance on this issue is greatly appreciated. I beleive this is correct given how other methods in this class or implemented, but another set of eyes is welcome.
2012-11-28Fix incorrect operator grouping in ZeroconfAvahi.cppKyle Hill
2012-11-29make backspace go back in music vis as it does in fullscreen videoJonathan Marshall
2012-11-28[win32] fix log message on failed call to D3DXCreateEffectmontellese
2012-11-28[osx/ios] - save the sinkname instead of the device label to guisettings.xml ↵Memphiz
(somehow we forgot about darwin when that was changed...)
2012-11-28Merge pull request #1854 from tkurbad/nfslib-fixMemphiz
NFSDirectory.cpp must include limits.h
2012-11-28NFSDirectory.cpp must include limits.hTorsten Kurbad
2012-11-28[CA/AE] - fix passthrough - don't start the engine before stream initialisationMemphiz
2012-11-28[AE/CA] - fix upmix of source formats which don't have a 4byte frame size ↵Memphiz
(e.x. 16bit integer as received from airtunes) - thx gimli for backing most of these commits :)
2012-11-28upnp: fix container updates for episodes where seasons > 1Alasdair Campbell
2012-11-28library: add method to determine season num from episode idAlasdair Campbell