Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-08 | [depends] Add giflib. | ace20022 | |
2015-09-08 | [depends] fix dcadec makefile to allow manual install | wsnipex | |
2015-09-08 | dcadec: Remove wrong AC_CHECK_LIB | fritsch | |
2015-09-08 | [win32] TexturePacker: bump version to 1.0.4 | montellese | |
2015-09-08 | fixed linker warnings about PIC/PIE | S. Davilla | |
2015-09-08 | [win32] TexturePacker: fix/cleanup include directories definition | montellese | |
2015-09-08 | TexturePacker: properly write the path into the header followed by zeroes ↵ | montellese | |
instead of garbage | |||
2015-09-06 | [depends] remove libmp3lame | Alwin Esch | |
2015-09-04 | [win32] provide bootstrap-addons.bat to execute binary addons bootstrapping | montellese | |
2015-09-04 | [depends] binary-addons: add X11 | wsnipex | |
2015-09-04 | [depends] binary addons: add CMAKE_LD_FLAGS to cmake toolchain file | wsnipex | |
2015-09-04 | [depends] binary addons: add GLEW to addon depends on linux | wsnipex | |
2015-09-04 | remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵ | wsnipex | |
and waveform from tree | |||
2015-09-01 | [ffmpeg] Add support for libdcadec | popcornmix | |
2015-09-01 | Merge pull request #7926 from stefansaraev/enable_sqlite_mmap | Pär Björklund | |
Use mmap to accelerate SQLite file accesses | |||
2015-09-01 | Merge pull request #7727 from ace20022/bd | Andreas Zelend | |
[bluray] Update libbluray to 0.8.1 and some enhancements | |||
2015-08-31 | Merge pull request #7895 from vapier/master | Martijn Kaijser | |
kodi.sh: use portable printf | |||
2015-08-31 | Merge pull request #7899 from hudokkow/groovy | Martijn Kaijser | |
[groovy] Update groovy to 2.4.4 and move to tools/codegenerator/ | |||
2015-08-31 | [bluray][depends] Adapt libbluray makefile to libbluray 0.8.1 and add a ↵ | ace20022 | |
patch for android (setmntent not defined). | |||
2015-08-30 | Pre-populate the mmap'ed database file in SQLite. | Ben Avison | |
The time taken to issue "SELECT * FROM tvshowview" in seconds improves still further in this case. Before After Mean StdDev Mean StdDev Confidence Change Time 2.550 0.021 2.375 0.043 100.0% +7.4% Note, this requires the standard SQLite amalgamation tarball to be patched prior to building. The change may not be desirable further upstream due to the fact that it might cause database access times to increase in usage scenarios that differ from those employed by XBMC. | |||
2015-08-30 | Enable SQLite to use mmap for file access. | Ben Avison | |
The time it takes to issue "SELECT * FROM tvshowview" (the first time the TV Shows library is opened) with 345 TV shows on a non-overclocked Raspberry Pi changed as follows. Times are in seconds: Before After Mean StdDev Mean StdDev Confidence Change Time 3.352 0.132 2.550 0.021 100.0% +31.5% These times assume SQLite has already been upgraded to version 3080301 (see PR #4235). | |||
2015-08-29 | Merge pull request #7775 from xbmc/revert-7604-xbmchelper64 | Memphiz | |
Revert "[osx/XBMCHelper] - compile XBMCHelper as 64bit" | |||
2015-08-27 | [groovy] Move groovy to tools/codegenerator/ | hudokkow | |
2015-08-26 | [groovy] Update to 2.4.4 | hudokkow | |
2015-08-26 | kodi.sh: use portable printf | Mike Frysinger | |
The `echo -n` command is not portable and not all shells support it. Use the portable `printf` instead to get the same behavior. | |||
2015-08-19 | [crossguid] all: also check for installed location | uNiversaI | |
2015-08-16 | FIX: [droid] handle audio headsets | Chris "Koying" Browet | |
2015-08-14 | [win32] fix missing include path to winres.h | montellese | |
2015-08-14 | texturepacker: fix texturepacker not writing any frames | montellese | |
2015-08-14 | texturepacker: derive CXBTFWriter from CXBTFBase instead of abusing CXBTFReader | montellese | |
2015-08-11 | refactor CXBTFFrame, CXBTFFile and CXBTFReader and get rid of CXBTF | montellese | |
2015-08-10 | [depends] integrate crossguid as a static library | montellese | |
2015-08-10 | Revert "[osx/XBMCHelper] - compile XBMCHelper as 64bit" | Memphiz | |
2015-08-10 | [depends] integrate building libuuid for Linux/RBPi | montellese | |
fix libuuid | |||
2015-08-10 | Merge pull request #7570 from Montellese/cmake_addon_dynamic_platform | Sascha Montellese | |
[binary addons] automatically set the proper platform specific library in addon.xml | |||
2015-08-06 | [ios] - fix linkage for VTB framework for ios < 6 - fixes vtb on ios 5.x runtime | Memphiz | |
2015-08-02 | Merge pull request #7650 from mkortstiege/splash | Matthias Kortstiege | |
[splash] handle splash as regular window | |||
2015-08-02 | FFmpeg: Bump to 2.7.2-Jarvis-alpha1 | fritsch | |
2015-08-01 | [splash] centerCrop android splash | Matthias Kortstiege | |
2015-08-01 | cmake: rename "darwin" to "osx" in CORE_SYSTEM_NAME | montellese | |
2015-08-01 | Merge pull request #7641 from Montellese/cmake_addons_packaging | Sascha Montellese | |
[binary addons] fix/support ZIP packaging | |||
2015-07-29 | [win32] support "package" option in make-addons.bat | montellese | |
2015-07-28 | [jenkins] - ensure that only the path workspace/addons is excluded from the ↵ | Memphiz | |
clean - before it excluded workspace/xbmc/addons aswell which left the stale addons.a file around | |||
2015-07-25 | Merge pull request #7615 from Montellese/cmake_package_zip_option | Sascha Montellese | |
[binary addons] turn PACKAGE_ZIP into a proper cmake option | |||
2015-07-25 | Merge pull request #7604 from Memphiz/xbmchelper64 | Matthias Kortstiege | |
[osx/XBMCHelper] - compile XBMCHelper as 64bit | |||
2015-07-24 | [binary addons] turn PACKAGE_ZIP into a proper cmake option | montellese | |
2015-07-23 | [ios/codesign] - if ldid was found - apply it to the kodi binary for fake ↵ | Memphiz | |
signing it - this fixes runtime error on ios5.1 devices | |||
2015-07-23 | [ios/depends] - add ldid fake sign package to native depends | Memphiz | |
2015-07-22 | [osx/XBMCHelper] - compile XBMCHelper as 64bit | Memphiz | |
2015-07-21 | [ios/packaging] - ensure that the deb package has ios5.1 as minimum ios version | Memphiz | |