aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-18cmake: add platform directory and parsing of platform specific definitionswsnipex
2015-02-18[mysql] fix transaction handling by set autocommit to false when requestedMatthias Kortstiege
2015-02-18Merge pull request #6477 from Montellese/cmake_dependency_platformSascha Montellese
cmake: provide more control over the platforms a binary addon's dependency is built for
2015-02-18Merge pull request #6480 from AlwinEsch/CGUIWindowPVRBasejenkins4kodi
2015-02-18Merge pull request #6476 from VioletRed/dev/master_mixedRainer Hochecker
[fix] Allow mixed Audio&Video playlists
2015-02-18[pvr] Cleanup CPVRDatabase help textAlwinEsch
2015-02-18[pvr] Remove double used header fileAlwinEsch
2015-02-18Merge pull request #6475 from Montellese/cmake_core_system_nameSascha Montellese
cmake: pass CORE_SYSTEM_NAME to addons and dependencies
2015-02-18Merge pull request #6471 from ↵jenkins4kodi
Montellese/jsonrpc_fix_setepisodedetails_firstaired
2015-02-18cmake: only set the scope of the list of an addon's dependencies oncemontellese
2015-02-18cmake: only add a dependency to the list of an addon's dependencies if it ↵montellese
has been downloaded and should be built
2015-02-18cmake: only determine the URL of a dependency if it will be downloaded and builtmontellese
2015-02-18cmake: support platforms.txt for dependenciesmontellese
2015-02-18cmake: extract target platform checking logic into check_target_platform.cmakemontellese
2015-02-18Merge pull request #6434 from AlwinEsch/add-changeable-setting-namejenkins4kodi
2015-02-18Merge pull request #6429 from Memphiz/jenkins_bin_addonsMemphiz
[jenkins] - add support for building binary addons
2015-02-18cmake: pass CORE_SYSTEM_NAME to addons and dependenciesmontellese
2015-02-18[fix] Allow mixed Audio&Video playlistsViolet Red
Avoid trying to play music videos with PAPlayer. Fix bug in commit d09993ea7c840b632f75a0090fd6fe4b4f1f9722
2015-02-18Merge pull request #6459 from da-anda/keymap-musicMatthias Kortstiege
[keymap] show OSD when pressing SELECT on remotes in Visualisation
2015-02-17Merge pull request #6437 from popcornmix/mmal_fixesjenkins4kodi
2015-02-17[docs] - adapt docs - binary addons (audioencoder, pvr) need to be built ↵Memphiz
manually in an extra step from now on
2015-02-17[pvr-addons] - make sure that the git repo are in the prefix and not in a ↵Memphiz
shared dir (else we race if multiple nodes on the same mashine are trying to do any operations on this shared repo)
2015-02-17[jenkins] - refactor jenkins buildsteps for allowing seperate binary addons ↵Memphiz
building
2015-02-17[depends] - remove xbmc-pvr-addons and xbmc-audioencoder-addons from depends ↵Memphiz
build (will be build in seperate step from now on)
2015-02-17Merge pull request #6460 from mkortstiege/opt_fasthashMatthias Kortstiege
[videoinfoscanner] added ability to explicitly skip fast hashing
2015-02-17Merge pull request #6473 from Memphiz/squashwarningsMemphiz
[c++11] - quell some warnings
2015-02-17[c++11] - quell some warningsArne Morten Kvarving
register storage class specifier is deprecated
2015-02-17Add optional .index() to Control.GetLabel() allowing access to secondary labelsruuk
2015-02-17jsonrpc: fix SetEpisodeDetails expecting a datetime instead of a date value ↵montellese
for "firstaired"
2015-02-17[settings] Allow coded settings dialogs to define label (needed to pass ↵AlwinEsch
addon strings)
2015-02-17Merge pull request #6470 from opdenkamp/fixfreestringLars Op den Kamp
addition to https://github.com/xbmc/xbmc/pull/6466
2015-02-17[configure.in] use pkgconfig to detect curlStephan Raue
2015-02-17Revert "[addon] Increase API with change 'char*' return value to 'const ↵Lars Op den Kamp
char*' to fix compiler warnings (addon relevant part)" This reverts commit db44ba5faf00cf29ac7a45ef49a933d1ef45366b.
2015-02-17[mmalrenderer] Don't call UnInit internally. Use an internal function.Dom Cobley
2015-02-17[mmalcodec] Avoid deinterlace for dvd menus for nowpopcornmix
There's a problem with loading a second instance of deinterlace component before the first is closed and this happens during dvd menus. For now leave deinterlace disabled during dvd menus.
2015-02-17[mmalcodec] Introduce a preroll period to buffer up frames on startuppopcornmix
There is an issue with current player/render system where everything starts from empty. This means stuttering and frame drops are more likely at the start of a file as you try to fill up the queue of decoded pictures given to renderer. To mitigate this somewhat, we avoid returning pictures from mmal codec until we have a few queued up.
2015-02-17[mmalrenderer] Add back in SetVideoRect lost in PR6090popcornmix
Fixes incorrect aspect ratio with software decode
2015-02-17[mmalrenderer] Avoid grabbing the g_graphicsContext lock - it can deadlockpopcornmix
2015-02-17[mmalrenderer] Render new from frame from RenderUpdate rather than FlipPagepopcornmix
FernetMenta confirmed this was the expected behaviour
2015-02-17[mmalrenderer] Ensure we have requested number of buffers in non-accelerated ↵popcornmix
case Software decode can deadlock if kodi renderer holds references to more buffers than the mmal renderer is expecting
2015-02-17[mmalrender] Skip some log message in bypass modepopcornmix
2015-02-17[rbp] Enable error concealment by defaultpopcornmix
Firmware now supports parsing SEI recovery points meaning streams without IDR frames don't get discarded completely when error concealment is enabled. This should avoid the garbled frames that appear when seeking non-indexed (e.g. mpegts) files. Requires updated firmware
2015-02-17[mmalcodec] Reduce number of extra video bufferspopcornmix
This avoids 3 extra framebuffers being allocated (e.g. saves 9MB of gpu mem for 1080p)
2015-02-17[mmalcodec] Skip some setup that is not required when closingpopcornmix
2015-02-17[mmalcodec] Report when support is compiled inpopcornmix
2015-02-17Merge pull request #6466 from FernetMenta/revertRainer Hochecker
Revert changes in addon lib and bump versions
2015-02-17Merge pull request #6432 from koying/chgamlremovesuMartijn Kaijser
CHG: [aml] remove su hacks
2015-02-17Merge pull request #6428 from koying/quickPRMartijn Kaijser
FIX: [droid] fix joystick after #5624
2015-02-17[pvr] bump addonsRainer Hochecker
2015-02-17[addons] fix FreeString - strings are allocated by strdupRainer Hochecker