Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | Merge pull request #7003 from Paxxi/sysinfo | Pär Björklund | |
[infomanager] Move Sysinfo out of infomanager | |||
2015-07-06 | Merge pull request #7408 from ksooo/pvr-addon-api-version-2-0-0 | Sam Stenvall | |
[PVR] Bump PVR addon API to version 2.0.0, bump addons | |||
2015-07-05 | Moved a few functions from infomanager to sysinfo | Pä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 addons | Kai 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-04 | Merge pull request #6834 from jediry/specify_download_mirror | Martijn 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.0 | hudokkow | |
2015-07-01 | [libplatform] Bump to 1.0.10 | h.udo | |
2015-07-01 | [pvr] Bump all add-ons (libplatform update) | h.udo | |
2015-06-28 | [pvr] bump add-ons | Martijn Kaijser | |
2015-06-25 | [pvr] bump pvr.vbox to 1.3.4 | Sam Stenvall | |
2015-06-23 | [pvr] bump pvr.vbox to 1.3.3 | Sam Stenvall | |
2015-06-21 | [pvr.wmc] Fix android lib name (fixes #16044) | h.udo | |
2015-06-21 | Merge pull request #7280 from popcornmix/fast_memcpy | Martijn Kaijser | |
[rbp] Disable fast_memcpy which is slower than memcpy | |||
2015-06-20 | [pvr] bump pvr.hts to 2.1.12 | Kai Sommerfeld | |
2015-06-18 | [pvr] bump pvr.hts to 2.1.11 | Kai Sommerfeld | |
2015-06-17 | [pvr] bump pvr.hts to 2.1.10 | Sam Stenvall | |
2015-06-15 | [pvr] bump pvr.vbox to v1.3.2 | Sam Stenvall | |
2015-06-14 | [utils] Disable fast_memcpy which is slower than memcpy | popcornmix | |
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 addons | Sam Stenvall | |
2015-06-11 | Merge pull request #7226 from uNiversaI/audio | Wolfgang Schupp | |
[binary addons] bump audio decoders | |||
2015-06-08 | Improve Win32 build/download scripts. This change adds support for | Ryan 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-03 | Merge pull request #7221 from wsnipex/bump-audioencoders | Wolfgang Schupp | |
[binary addons] bump audio encoders | |||
2015-06-03 | Merge pull request #7167 from Paxxi/deadlock | Pär Björklund | |
[WIN32][VFS][CURL]Possible fix for deadlock when stopping playback | |||
2015-06-03 | [binary addons] bump audio decoders | uNiversaI | |
2015-06-01 | [binary addons] bump audio encoders | wsnipex | |
2015-05-31 | Rebuild 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 anymore | wsnipex | |
2015-05-31 | [binary addons] use kodi core install paths by default | wsnipex | |
2015-05-24 | fixed gtest build that broke with kissfft | Pär Björklund | |
2015-05-23 | Merge pull request #7116 from Memphiz/kiss_rfft | Martijn Kaijser | |
fixed: broken rfft implementation used in audio visualizer api | |||
2015-05-22 | [pvr] Bump filmon, dvblink and vbox | hudokkow | |
2015-05-22 | [pvr] bump vnsi | Rainer Hochecker | |
2015-05-19 | [pvr] bump pvr.vbox | Sam Stenvall | |
2015-05-16 | [PVR] Bump add-ons to fix debian packaging | h.udo | |
2015-05-15 | [audiodecoders] update to use libplatform | hudokkow | |
2015-05-13 | rebuilt libcec against the latest platform lib | Lars Op den Kamp | |
2015-05-13 | bump 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 libplatform | h.udo | |
2015-05-10 | [fft/viz] - replaced our buggy fft implementation with rfft | Memphiz | |
2015-05-08 | [cmake] add libplatform to kodi-platform depends | wsnipex | |
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. |