aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-19Merge pull request #4244 from voguemaster/m3u_fix_deleting_url_stringTrent Nelson
Fix deletion of URL string for variable length playlists.
2014-02-19Merge pull request #4220 from davilla/fix3damlcodecTrent Nelson
fixed, 3d mode for amcodec, requires rw to /sys/class/ppmgr/ppmgr_3d_mode
2014-02-19Merge pull request #4226 from jmarshallnz/rss_directionTrent Nelson
[rss] right to left scrolling wasn't done for RTL langauges since e470fb5ccd
2014-02-20Fix deletion of URL string for variable length playlists.Eli K
When the playlist M3U helper selects a specific M3U/8 playlist it will overwrite the strFile pointer with the internal contents of selected. However, selected then goes out of scope leaving garbage as the URL
2014-02-20Merge pull request #4238 from fritsch/ae-extend-initjmarshallnz
ActiveAE: Wait at least c_retry * 1500
2014-02-20Merge pull request #4239 from FernetMenta/activejmarshallnz
ActiveAE: fix downmix for the case a sink returns more channels than req...
2014-02-19Prevent unnecessary colorspace conversionsShine
2014-02-19ActiveAE: fix downmix for the case a sink returns more channels than requestedRainer Hochecker
2014-02-19ActiveAE: Wait at least c_retry * 1500fritsch
2014-02-18Merge pull request #4219 from davilla/fix3dmediacodecTrent Nelson
fixed, 3d -> 2d in mediacodec
2014-02-18Merge pull request #4211 from fritsch/wasapi-directsoundVoyager1
ActiveAE: Fix DTS and AC3 by adding it to the supported formats
2014-02-18[Confluence] seekbar would overlap osd time - fixes #14946ronie
2014-02-18Merge pull request #4223 from Memphiz/iospythonexceptionTrent Nelson
[ios/atv2] - fix logging of python exceptions
2014-02-18Merge pull request #4221 from koying/fixdroidexceptionloggingTrent Nelson
FIX: [droid] logging of python exception (fixes #14314)
2014-02-18Merge pull request #4094 from Black09/directoryproviderTrent Nelson
Load art for directory content in static lists
2014-02-18Merge pull request #4230 from alexmaloteaux/gitignore_fixesTrent Nelson
gitignore on test-driver and netbeans
2014-02-18AE: convert all strings DirectSound to uppercaseRainer Hochecker
2014-02-18AE: driver names are all uppercase, fix broken AC3,DTS for DirectSoundRainer Hochecker
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