aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2015-07-06Merge pull request #7003 from Paxxi/sysinfoPär Björklund
[infomanager] Move Sysinfo out of infomanager
2015-07-06Merge pull request #7408 from ksooo/pvr-addon-api-version-2-0-0Sam Stenvall
[PVR] Bump PVR addon API to version 2.0.0, bump addons
2015-07-05Moved a few functions from infomanager to sysinfoPär Björklund
moved labels to a separate file removed a few includes to infomanager that only needs the label
2015-07-04[installer] Got rid of DX9 from installation package.Anton Fedchin
2015-07-04[PVR] bump PVR addonsKai Sommerfeld
2015-07-04[guilib] Rework to DirectX11.Anton Fedchin
2015-07-04[VideoRenderers] Rework to DirectX11.Anton Fedchin
2015-07-04[WinVideoFilter] Rework to DirectX11.Anton Fedchin
2015-07-04[win32] Changed XBMC.vcxproj to compile with Windows Kit 8.1 instead of ↵Anton Fedchin
DirectX SDK
2015-07-04[win32] Added DirectX11 GUI shaders.Anton Fedchin
2015-07-04[win32] Added Effects11 project to solution.Anton Fedchin
2015-07-04Merge pull request #6834 from jediry/specify_download_mirrorMartijn Kaijser
Specify download mirror for libs
2015-07-03[PVR] bump addons (PVR API version 1.9.7)Kai Sommerfeld
2015-07-03[PVR] Series recording support (incl. PVR addon API version bump to 1.9.7)Kai Sommerfeld
2015-07-01[pvr.mythtv] Bump add-on to 2.4.0hudokkow
2015-07-01[libplatform] Bump to 1.0.10h.udo
2015-07-01[pvr] Bump all add-ons (libplatform update)h.udo
2015-06-28[pvr] bump add-onsMartijn Kaijser
2015-06-25[pvr] bump pvr.vbox to 1.3.4Sam Stenvall
2015-06-23[pvr] bump pvr.vbox to 1.3.3Sam Stenvall
2015-06-21[pvr.wmc] Fix android lib name (fixes #16044)h.udo
2015-06-21Merge pull request #7280 from popcornmix/fast_memcpyMartijn Kaijser
[rbp] Disable fast_memcpy which is slower than memcpy
2015-06-20[pvr] bump pvr.hts to 2.1.12Kai Sommerfeld
2015-06-18[pvr] bump pvr.hts to 2.1.11Kai Sommerfeld
2015-06-17[pvr] bump pvr.hts to 2.1.10Sam Stenvall
2015-06-15[pvr] bump pvr.vbox to v1.3.2Sam Stenvall
2015-06-14[utils] Disable fast_memcpy which is slower than memcpypopcornmix
The default glibc memcpy is likely to be better tuned than this code which hasn't been touched for four years. In a test with software video decode on Pi2 the skipped frames went from 189 to 172 when fast_memcpy was disabled.
2015-06-12[pvr] bump addonsSam Stenvall
2015-06-11Merge pull request #7226 from uNiversaI/audioWolfgang Schupp
[binary addons] bump audio decoders
2015-06-08Improve Win32 build/download scripts. This change adds support forRyan Saunders
a KODI_MIRROR environment variable which, if set, overrides the default mirror URL of http://mirrors.kodi.tv. In the event that a package download fails, DownloadBuildDeps.bat will now suggest that the user manually choose an alternate mirror and re-run. Also, this change improves the download scripts in several ways. get_formed.cmd now reports failed package downloads at the end, and DownloadBuildDeps.bat, DownloadMingwBuildEnv.bat and make-mingwlibs.bat all support being run from an arbitrary directory (e.g., c:\kodi> project\BuildDependencies\DownloadBuildDeps.bat).
2015-06-03Merge pull request #7221 from wsnipex/bump-audioencodersWolfgang Schupp
[binary addons] bump audio encoders
2015-06-03Merge pull request #7167 from Paxxi/deadlockPär Björklund
[WIN32][VFS][CURL]Possible fix for deadlock when stopping playback
2015-06-03[binary addons] bump audio decodersuNiversaI
2015-06-01[binary addons] bump audio encoderswsnipex
2015-05-31Rebuild curl with openssl support instead of windows schannel to fix the ↵Pär Björklund
deadlock on win32. Rebuilt using latest curl 7.42.1 and openssl 1.0.2a
2015-05-31[cmake] removed multi-arch again, its not needed anymorewsnipex
2015-05-31[binary addons] use kodi core install paths by defaultwsnipex
2015-05-24fixed gtest build that broke with kissfftPär Björklund
2015-05-23Merge pull request #7116 from Memphiz/kiss_rfftMartijn Kaijser
fixed: broken rfft implementation used in audio visualizer api
2015-05-22[pvr] Bump filmon, dvblink and vboxhudokkow
2015-05-22[pvr] bump vnsiRainer Hochecker
2015-05-19[pvr] bump pvr.vboxSam Stenvall
2015-05-16[PVR] Bump add-ons to fix debian packagingh.udo
2015-05-15[audiodecoders] update to use libplatformhudokkow
2015-05-13rebuilt libcec against the latest platform libLars Op den Kamp
2015-05-13bump libplatform to 1.0.9 and include xbmc-addons.include when building it ↵Lars Op den Kamp
in depends
2015-05-13[pvr] bumps addons to use libplatformh.udo
2015-05-10[fft/viz] - replaced our buggy fft implementation with rfftMemphiz
2015-05-08[cmake] add libplatform to kodi-platform dependswsnipex
2015-05-04[cmake] - only evaluate the sudo check on linux. On darwin with cmake 2.8.12 ↵Memphiz
the execute_process with the multiple commands inside doesn't seem to work (it detects that it needs sudo and so it doesn't install into the addons dir). Bumping to cmake 3.2.2 was an other solution which made it work but bumping cmake is considered to dangerous at this stage. Fixes missing addons on ios and osx builds.