aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-08Merge pull request #5642 from MartijnKaijser/14.0b214.0b2-HelixMartijn Kaijser
[release] bump to 14.0 beta2
2014-11-08Merge pull request #5670 from mkortstiege/logspamMartijn Kaijser
[logging] stop log spam introduced with ba34a62
2014-11-08Merge pull request #5673 from xbmc/revert-5669-updateavinfoRainer Hochecker
Revert "[infomanager] only call UpdateAVInfo when really needed"
2014-11-08Revert "[infomanager] only call UpdateAVInfo when really needed"Rainer Hochecker
2014-11-08Merge pull request #5669 from mkortstiege/updateavinfoMartijn Kaijser
[infomanager] only call UpdateAVInfo when really needed
2014-11-08[logging] stop log spam introduced with ba34a62Matthias Kortstiege
2014-11-07GUIInfoManager: Proper minimalstest locking for UpdateAVInfofritsch
2014-11-07[infomanager] only call UpdateAVInfo when really neededMatthias Kortstiege
2014-11-07Merge pull request #5586 from koying/fixdroiddebugMartijn Kaijser
FIX: [droid] allow to build without debugging and pickup jenkins configuration
2014-11-07Merge pull request #5655 from mkortstiege/multipartMartijn Kaijser
[NfoFile] fix empty video details for multipart episodes
2014-11-07Merge pull request #5664 from tamland/stopscriptMartijn Kaijser
fix segfault when calling StopScript builtin with no parameters
2014-11-07Merge pull request #5660 from Karlson2k/fix_posix_smbMartijn Kaijser
Fix SMB files reading on POSIX platforms
2014-11-07[win32] fix typo in NSIS installer creationMartijn Kaijser
2014-11-07Merge pull request #5643 from anaconda/videodb-keep-hideemptyseriesMartijn Kaijser
[videodb]: keep empty series if hideemptyseries=true
2014-11-07Merge pull request #5666 from FernetMenta/ffmpegMartijn Kaijser
ffmpeg: bump to version 2.4.3
2014-11-07Merge pull request #5661 from arnova/ffmpeg_chapter_dts_fixMartijn Kaijser
fixed: cur_dts returned by ffmpeg is invalid most of the time so relay o...
2014-11-07[vfs] [posix] SMBFile::Write() remove unneeded castKarlson2k
2014-11-07[vfs] [posix] SMBFile::GetLength() return correct values on errorsKarlson2k
2014-11-07[vfs] [posix] SMBFile::GetPosition() return correct values on errorsKarlson2k
2014-11-07[vfs] [posix] SMBFile: fix reading files opened with READ_TRUNCATED flagKarlson2k
2014-11-07changed: m_iCurrentPts is NOT an int but a doublearnova
2014-11-07fixed: Chapter skipping was broken due to improper current pts updating ↵arnova
(thanks FernetMenta for the pointer). Fixes ticket #14535
2014-11-07Merge pull request #5644 from anaconda/fix-14416Martijn Kaijser
[videodb] Fix deleting bookmarks from dialog for plugins.
2014-11-07Merge pull request #5647 from phate89/jumptoletterMartijn Kaijser
Honor "ignorethewhensorting" when jumping to letter
2014-11-07Merge pull request #5665 from Montellese/fix_sendtextMartijn Kaijser
fix CApplicationMessenger::SendText() not sending the text to the proper edit control
2014-11-07[Cosmetics] reserve window id's for skinsronie
2014-11-06ffmpeg: bump to version 2.4.3Rainer Hochecker
2014-11-06fix CApplicationMessenger::SendText() not sending the text to the proper ↵montellese
edit control
2014-11-06fix segfault when calling StopScript builtin with no parametersThomas Amland
2014-11-06[NfoFile] fix empty video details for multipart episodesMatthias Kortstiege
2014-11-06Merge pull request #5628 from ksooo/cec-hdmi-1-4-buttonsjenkins4kodi
2014-11-06Merge pull request #5659 from Memphiz/fixjenkinsremotesMemphiz
[jenkins] - fix wrong branchnames at times
2014-11-06[vfs] [posix] SMBFile: fix Read() with zero size and null bufferKarlson2k
2014-11-05Merge pull request #5656 from Fice/upnp_rebrandMartijn Kaijser
[UPnP] rebrand our Media Server/Renderer
2014-11-05Merge pull request #5658 from Fice/doc_urlsMartijn Kaijser
[Docs] fixup urls to kodi.tv
2014-11-05[jenkins] - when trying to determine the branchname of a detached head ↵Memphiz
revision - filter it so only branches from the currently built GITHUB_REPO are used (else we might pick the wrong branchname from another repo which was checked out before and contains the same revision)
2014-11-05[UPnP] rebrand our Media Server/RendererFice
2014-11-05[Docs] fixup urls to kodi.tvFice
2014-11-05[Confluence] fix last day of daily weather forecastronie
2014-11-05Merge pull request #5654 from phil65/confluence_varsronie
[CONFLUENCE] removed redundant value conditions from variables
2014-11-04[videodb] Keep empty series if hideemptyseries=trueanaconda
Fixes #15475
2014-11-04Honor "ignorethewhensorting" when jumping to letterphate89
2014-11-04Merge pull request #5645 from wsnipex/desktop-fileTobias Arrskog
use correct app name in the linux desktop file (fixes #15524)
2014-11-04use correct app name in the linux desktop file (fixes #15524)wsnipex
2014-11-04Merge pull request #5623 from popcornmix/resampler_bufferMartijn Kaijser
[AE] Allow resampler to indicate when it has too much data buffered
2014-11-04Merge pull request #5632 from Montellese/defaultusernameMartijn Kaijser
[rebrand] change default webserver username from "xbmc" to "kodi"
2014-11-04Merge pull request #5631 from FernetMenta/hdmvRainer Hochecker
dvdplayer: exclude blurays from fast anylyzinh mpegts streams
2014-11-04Merge pull request #5584 from arnova/http_dav_encoding_fixesarnova
HTTP/Webdav encoding fixes - Fixes ticket #15365
2014-11-04[videodb] Fix deleting bookmarks from dialog for add-ons.anaconda
It was adding the bookmark on the original list item URL, but was trying to remove it on the actual URL. It failed to remove it if the list item URL was a plugin:// one. Fixes #14416
2014-11-03Merge pull request #5597 from Memphiz/rebrand2Tobias Arrskog
Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*