aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-18AESinkAUDIOTRACK: Add DTS / AC3 for aml which can do passthroughfritsch
2014-02-18AESinkDirectSound: Add DTS to supported list - as it's supportedfritsch
2014-02-18Merge pull request #4208 from xhaggi/fix-pvr-idle-checkTrent Nelson
[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)
2014-02-18Merge pull request #3112 from koying/fixcurlopensslChris Browet
FIX: implement libcurl openssl thread-safe locking
2014-02-18[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)xhaggi
IsIdle() returns the wrong state (true) if delta between next timer and now is equal to the backend idle time setting. In this condition XBMC shuts down with a wrong wakeup time for the next timer.
2014-02-18gitignoreAlexandre Maloteaux
2014-02-18[Fix][gif] Check image dimensions.ace20022
2014-02-18[rss] right to left scrolling wasn't done for RTL langauges since ↵Jonathan Marshall
e470fb5ccd. Fixes #14928
2014-02-18Merge pull request #4225 from cg110/Ticket-14940-jmarshallnz
Fix for ticket 14940
2014-02-17Update DeleteMovie to remove links to writers (Fixes 14940)Chris Gilbert
DeleteMovie needs updating to remove entries in writerlinkmovie, otherwise any updates to the list of writers for a movie may not be correctly reflected, as new entries will be append and old entries are not removed.
2014-02-17[lang] update of skin.confluence language filesalanwww1
2014-02-17[lang] update of core language filesalanwww1
2014-02-17[lang] update of internal addon language filesalanwww1
2014-02-17Merge pull request #4224 from FernetMenta/activeRainer Hochecker
ActiveAE: fix incorrect trigger for transition after: 0f8e85679c55cf2300...
2014-02-17Merge pull request #4214 from Shine-/ffmpegbackportvc1Joakim Plate
ffmpeg backport: VC-1 DXVA2 improvements / Intel compat
2014-02-17upnp: remove invalid/unnecessary commentmontellese
2014-02-17upnp: fix indentation in player after previous commitmontellese
2014-02-17upnp: executing Stop() in state NO_MEDIA_PRESENT is not allowedmontellese
2014-02-17[ios/atv2] - fix logging of python exceptions - thx to koying for figuring ↵Memphiz
it out
2014-02-17Merge pull request #4209 from elupus/stereoscopicJoakim Plate
Stereoscopic subtitle offsets
2014-02-17[Fix][gif] Fix "Prevent Translation table overflow" check.ace20022
2014-02-18Merge pull request #4217 from Montellese/jsonrpc_music_type_unknownjmarshallnz
jsonrpc: fix Files.GetDirectory returning wrong type "song" instead of "unknown"
2014-02-18Merge pull request #4213 from jmarshallnz/mbid_to_artistjmarshallnz
[musicdb] If MBIDs exist, try to match the best corresponding artist name
2014-02-17Merge pull request #4222 from Montellese/jsonrpc_audiolibrary_fixesTrent Nelson
jsonrpc: fix AudioLibrary.GetRecentlyAddedSongs/GetRecentlyPlayedSongs (fixes #14938)
2014-02-17ActiveAE: fix incorrect trigger for transition after: ↵Rainer Hochecker
0f8e85679c55cf23004a87e738e799d3caad7192
2014-02-17jsonrpc: fix AudioLibrary.GetRecentlyAddedSongs/GetRecentlyPlayedSongs ↵montellese
(fixes #14938)
2014-02-17jsonrpc: fix Files.GetDirectory returning wrong type "song" instead of "unknown"montellese
2014-02-17[Fix][gifs] Fix stack corruption caused by a too high initial code size (max ↵ace20022
is 11 bits).
2014-02-17FIX: implement libcurl openssl thread-safe lockingChris "koying" Browet
2014-02-17FIX: [droid] logging of python exceptionChris "Koying" Browet
2014-02-17Merge pull request #4216 from Montellese/musicdb_fixesjmarshallnz
Two fixes to the music database
2014-02-16fixed, 3d mode for amcodec, requires rw to /sys/class/ppmgr/ppmgr_3d_modedavilla
2014-02-16fixed, 3d -> 2d in mediacodecdavilla
2014-02-17[videodb] fix incorrect query for musicvideos matching on title+artist. ↵Jonathan Marshall
fixes #14934
2014-02-16Merge pull request #4215 from fritsch/pulse-ignore-volume-passthroughPeter Frühberger
AESinkPULSE: Don't set stored volume when opening in passthrough mode
2014-02-16musicdb: fix iTimesPlayed in albumview (fixes #14901)montellese
2014-02-16musicdb: fix GetYearsNav() using invalid iYear result indexmontellese
2014-02-16AESinkPULSE: Don't set stored volume when opening in passthrough modefritsch
2014-02-16ffmpeg backport: VC-1 DXVA2 improvements / Intel compatShine
2014-02-16[musicdb] If MBIDs exist, try to match the best corresponding artist name on ↵Jonathan Marshall
scan. Fixes #14707
2014-02-15Merge pull request #4096 from DBendit/libbluray-fixTrent Nelson
Ensuring libbluray doesn't overwrite distro files on non-Darwin systems
2014-02-15[DROID] Fix TZ after bfc296bTrent Nelson
2014-02-16[music] album info lookup would result in invalid song paths in the ↵Jonathan Marshall
database. fixes 14933
2014-02-16[database] fix missing CommitTransaction(), causing queued ExecuteQueries() ↵Jonathan Marshall
to be ignored (e.g. repo updates)
2014-02-15Merge pull request #4210 from BigNoid/settingslevel_navronie
[Confluence] Change the onup of the settings category list to itself ins...
2014-02-16Merge pull request #4207 from davilla/memoinkjmarshallnz
fixed, memory oink. we kept adding to formats to m_formats for each video played and never cleared it
2014-02-15[Confluence] Change the onup of the settings category list to itself instead ↵BigNoid
of the settingslevel button.
2014-02-15overlays: apply stereo offset to all overlay typesJoakim Plate
This fixes issue #14926 Note: dvd/bluray menu's will not align properly if played back in a stereoscopic mode after this change, but it's an okey trade off for now.
2014-02-15overlays: fixed stereo offset of subtitle was applied when not in 3dJoakim Plate
2014-02-15fixed, memory oink. we kept adding to formats to m_formats for each video ↵S. Davilla
played and never cleared it