aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-28Merge pull request #6562 from Montellese/texturecache_fix_http_chunked_transferSascha Montellese
CTextureCacheJob: add fallback hash in case neither mtime/ctime nor size of an image are known
2015-02-28Merge pull request #6569 from gokl/min_max_cec_vendorjenkins4kodi
2015-02-28* fix tv vendor override typogokl
2015-02-28Merge pull request #6564 from koying/quickPRjenkins4kodi
2015-02-28FIX: [jni] Context::sendBroadcast returns voidChris "koying" Browet
2015-02-28CTextureCacheJob: add fallback hash in case neither mtime/ctime nor size of ↵montellese
an image are known
2015-02-27Merge pull request #6245 from koying/fixcleanvideojenkins4kodi
2015-02-27Merge pull request #6555 from Montellese/audioencoders_fix_oggSascha Montellese
bump audioencoder.flac and audioencoder.vorbis to fix parallel build problems with ogg
2015-02-27bump audioencoder.flac and audioencoder.vorbis to fix parallel build ↵montellese
problems with ogg
2015-02-27Merge pull request #6545 from FernetMenta/audiosyncRainer Hochecker
dvdplayer: audiosync
2015-02-26Merge pull request #6539 from tamland/plugin_ext_fixjenkins4kodi
2015-02-26CSettingAddon: remove unused definemontellese
2015-02-26strings: fix Weather -> General category descriptionmontellese
2015-02-26Merge pull request #6550 from mkortstiege/fix_markwatched_managejenkins4kodi
2015-02-26[video] fix mark watched/unwatched from manage sub menuMatthias Kortstiege
2015-02-26Merge pull request #6548 from ksooo/fix-live-tv-settings-stringSascha Woo
[confluence, core] String Fixes: TV settings
2015-02-26translations: fix some filenames in English's strings.pomontellese
2015-02-25[confluence, core] String Fixes: TV settingsKai Sommerfeld
10021 "Web Browser" => "Settings - TV". This one was semantically completely wrong. String gets displayed on VFDs/LCDs when navigating through the items of the left side of the TV settings dialog. 31502 "Live TV" => "TV". Confluence. Seems this one got forgotten the time the resp. core changes were made.
2015-02-25dvdplayer: flush audio errors on large sync errorRainer Hochecker
2015-02-25[AE] - force re-create of ffmpeg resampler after errorRainer Hochecker
2015-02-25dvdplayer: sync audio after having issued GENERAL_RESYNCRainer Hochecker
2015-02-25Merge pull request #6544 from xhaggi/pvr-xcode-sort-actionlistenerMemphiz
[xcode] sort PVRActionListener below existing folders in /pvr
2015-02-25[xcode] sort PVRActionListener below existing folders in /pvrxhaggi
2015-02-25Merge pull request #6235 from da-anda/3d-res-fixjenkins4kodi
2015-02-25Merge pull request #6540 from xhaggi/fix-skin-reload-with-active-context-menuSascha Woo
[gui] fix activating of context menu after skin reload while context menu was active
2015-02-25Merge pull request #6525 from janbar/fix_deleted_viewSascha Woo
[PVR] fix deleted recordings view
2015-02-25Merge pull request #6529 from mkortstiege/smb_dotfilesjenkins4kodi
2015-02-24[gui] fix activating of context menu after skin reload while context menu ↵xhaggi
was active
2015-02-24Merge pull request #6527 from ksooo/activeae-reduce-logfile-spamRainer Hochecker
[ActiveAE] - ActiveAESink: Change several LOGNOTICE to LOGDEBUG
2015-02-24json-rpc: fix duplicate "lastplayed" in "Video.Fields.TVShow" (thanks Tolriq)montellese
2015-02-24[addons] make sure to get correct extension point before attempting to cast ↵Thomas Amland
to plugin fixes crash when plugin isn't the first extension point
2015-02-24Merge pull request #6536 from xhaggi/fix-invalid-seek-steps-settingSascha Woo
[seek] fix crash if no seek steps are found for the selected direction
2015-02-24[seek] fix crash if no seek steps are found for the selected directionxhaggi
2015-02-23Merge pull request #6524 from Montellese/addons_fix_language_filterSascha Montellese
[win32] addons: fix filtering foreign language addons
2015-02-23[PVR] fix deleted recordings viewjanbar
Upgrade feature "Add support of deleted and reproducable recordings" #6367. This commit fix deleted recordings view by removing unwanted empty sub-folder and to become usable with all PVR addons using sub-path for recordings view.
2015-02-23[smbdirectory] mark dot files and folders hidden (fixes #15680)Matthias Kortstiege
2015-02-23[ActiveAE] - ActiveAESink: Change several LOGNOTICE to LOGDEBUG to reduce ↵Kai Sommerfeld
kodi.log "spamming".
2015-02-23simplify and document CLangInfo::GetLanguageLocale()montellese
2015-02-23[win32] addons: fix filtering foreign language addonsmontellese
2015-02-23addons: no need to retrieve general.addonforeignfilter in a block that is ↵montellese
only called if its value is true
2015-02-22Merge pull request #6516 from FernetMenta/audiostallRainer Hochecker
dvdplayer: audio sync patches
2015-02-22Merge pull request #6421 from ksooo/fix-announcementmanager-announceSascha Montellese
fix AnnouncementManager::Announce()
2015-02-22cmake: fix debug builds by passing CMAKE_BUILD_TYPE to the addon's buildmontellese
2015-02-22Merge pull request #6513 from FernetMenta/avinfoRainer Hochecker
dvdplayer: fix missing audio info
2015-02-22dvdplayer: fix missing audio infoRainer Hochecker
2015-02-22dvdplayer: sync av players after unsynced seeks which may occur when rw/ffRainer Hochecker
2015-02-22dvdplayer: consider audio stalled as long as message queue is emptyRainer Hochecker
2015-02-22Merge pull request #6504 from FernetMenta/syncfixRainer Hochecker
dvdplayer: reset error integral when flushing sync errors
2015-02-21Merge pull request #6507 from mkortstiege/flickeringMartijn Kaijser
[videoinfoscanner] reset library bools only once - fixes #15805
2015-02-21Merge pull request #6493 from tamland/compiler_flagstamland
[linux] prepend -Wall so it doesn't override flags from environment