Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-01 | [lang] update of internal addon language files for beta2 | alanwww1 | |
2012-12-01 | [lang] update of core language files for beta2 | alanwww1 | |
2012-12-01 | [fix] build screensavers on osx | amet | |
2012-12-01 | bump libpng to 1.5.13 | amet | |
2012-11-30 | fixed: don't announce screensaver deactivation on DPMS activation | Joakim 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-30 | Merge pull request #1862 from da-anda/keymap-xbox360w | jmarshallnz | |
Improved keymap for XBOX 360 Wireless controllers | |||
2012-11-30 | [droid] add missing android platform for filtering | Cory Fields | |
2012-11-30 | jsonrpc: log the current version of the JSON-RPC API | montellese | |
2012-11-30 | jsonrpc: bump version to 6.0.0 | montellese | |
2012-11-30 | jsonrpc: 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-30 | Merge pull request #1865 from tthomas48/master | Sascha Montellese | |
jsonrpc: fix GetArtistDetails to return required "artist" field | |||
2012-11-30 | fixed GetArtistDetails to return artist | Tim Thomas | |
2012-11-30 | epg: 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-30 | systemd/logind power management support | Denis Yantarev | |
2012-11-30 | boolean argument add support in dbus message | Denis Yantarev | |
2012-11-30 | [bitstreamconverter] fixed return correct extradata/size and allow 3byte NAL ↵ | gimli | |
sizes | |||
2012-11-30 | Merge pull request #1847 from mikrohard/pvr-wakeup | Lars Op den Kamp | |
Only use valid CDateTime objects for pvr wakeup command | |||
2012-11-29 | Merge pull request #1548 from DDDamian/SoftSuspendSink | davilla | |
[AE] Allow sink to decide how or if it can be suspended | |||
2012-11-29 | Merge pull request #1818 from alcoheca/fix-updates | jmarshallnz | |
Fix upnp season updates | |||
2012-11-29 | Merge pull request #1856 from kylhill/master | jmarshallnz | |
Fix Remaining Coverity Static Analysis Warnings in XBMC | |||
2012-11-29 | [droid] fix libtool system link order | Cory 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-29 | Improved keymap for XBOX 360 Wireless controller | Franz Koch | |
2012-11-29 | Merge pull request #1858 from davilla/aq-vq-starvation | davilla | |
fixed, aq/vq starvation on low resource platforms when parsing video content with multiple audio/subtitle streams | |||
2012-11-29 | fixed, aq/vq starvation on low resource platforms when parsing video content ↵ | davilla | |
with multiple audio/subtitle streams | |||
2012-11-29 | Merge pull request #1767 from koying/droidaddsplash | Chris Browet | |
ADD: [droid] pre-launch java activity for checks and splashscreen | |||
2012-11-29 | [droid] splash: adjust progressbar color | Chris "Koying" Browet | |
2012-11-29 | [droid] use main splash png | Chris "koying" Browet | |
2012-11-29 | [droid] remove obsolete stubs | Chris "Koying" Browet | |
2012-11-29 | [droid] Do not show any ui if pre-checks are OK | Chris "Koying" Browet | |
2012-11-29 | ADD: [droid] Splashscreen while caching assets | Chris "koying" Browet | |
2012-11-29 | Merge pull request #1852 from Montellese/ra_fixes | Sascha Montellese | |
fix and improve updating of recentlyadded | |||
2012-11-29 | Merge pull request #1857 from jmarshallnz/job_jam | jmarshallnz | |
ensure that paused jobs don't get stuck on the top of the jobqueue | |||
2012-11-29 | don't show two 'scan recursive' options in musicvideo content settings. ↵ | Jonathan Marshall | |
fixes #13623 | |||
2012-11-29 | fix and improve updating of recentlyadded | montellese | |
2012-11-29 | ensure 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-28 | Fix possible use after free in BitstreamConverter.cpp | Kyle Hill | |
2012-11-28 | Fix read from invalidated iterator in CallbackHandler.cpp | Kyle Hill | |
2012-11-28 | Fix possible memory leak in WebServer.cpp | Kyle Hill | |
2012-11-28 | Fix use-after-free error in TagLoaderTagLib.cpp | Kyle Hill | |
2012-11-28 | Fix unreachable code in GUIDialogMediaSource.cpp | Kyle 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-28 | Fix incorrect operator grouping in ZeroconfAvahi.cpp | Kyle Hill | |
2012-11-29 | make backspace go back in music vis as it does in fullscreen video | Jonathan Marshall | |
2012-11-28 | [win32] fix log message on failed call to D3DXCreateEffect | montellese | |
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-28 | Merge pull request #1854 from tkurbad/nfslib-fix | Memphiz | |
NFSDirectory.cpp must include limits.h | |||
2012-11-28 | NFSDirectory.cpp must include limits.h | Torsten Kurbad | |
2012-11-28 | [CA/AE] - fix passthrough - don't start the engine before stream initialisation | Memphiz | |
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-28 | upnp: fix container updates for episodes where seasons > 1 | Alasdair Campbell | |
2012-11-28 | library: add method to determine season num from episode id | Alasdair Campbell | |