Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-01 | Merge pull request #9702 from FernetMenta/vtb | Rainer Hochecker | |
VideoPlayer: OSX/iOS - use ffmpeg videotoolbox | |||
2016-04-30 | [depends] binary-addons: support ADDON_SRC_PREFIX in the autotools wrapper ↵ | wsnipex | |
for cross-compile | |||
2016-04-29 | Merge pull request #9656 from Memphiz/osxremote_as_keyboard | Memphiz | |
[OSX] Fix non working apple remote / universal ir remote / harmony | |||
2016-04-28 | osx: bump deployment target to 10.8, vtb support | Rainer Hochecker | |
2016-04-28 | osx, ios: ffmpeg, enable vtb | Rainer Hochecker | |
2016-04-27 | Merge pull request #9686 from stefansaraev/deps-cleanup | Stefan Saraev | |
[cleanup] remove unused depends | |||
2016-04-26 | [droid] [refclock] do not stop callback when focus is lost. thx to koying | Martijn Kaijser | |
2016-04-26 | [droid] stop building with amlogic | Martijn Kaijser | |
2016-04-26 | [droid] Set Android 5.0 as minimum | Martijn Kaijser | |
2016-04-26 | [depends] remove libogg / libvorbis | Stefan Saraev | |
2016-04-26 | [depends] remove libflac | Stefan Saraev | |
2016-04-26 | Merge pull request #9289 from shadamik/ios_openssl | Martijn Kaijser | |
[depends] - build fixes for libxslt and openssl | |||
2016-04-25 | Merge pull request #9414 from MaxKellermann/build | Martijn Kaijser | |
Various minor build fixes | |||
2016-04-24 | Merge pull request #9378 from bkuhls/texturepacker_gcc46 | Martijn Kaijser | |
native/TexturePacker: fix compilation with gcc 4.6 | |||
2016-04-23 | [XBMCHelper] - switch over to use universalremote.*.xml (obc mapping) as map ↵ | Memphiz | |
because joystick maps are not supported via eventclient anymore | |||
2016-04-23 | [XBMCHelper] - bump deployment target to 10.7 (needed for c++11) and enable ↵ | Memphiz | |
c++11 standard | |||
2016-04-21 | tools/depends/target/xbmc/Makefile: drop "echo" | Max Kellermann | |
Was mistakenly introduced by commit 614e945b | |||
2016-04-06 | get rid of rpl | Patrick Rasmussen | |
2016-04-05 | small syntax typo | Timemachine | |
syntax highlight will highlight "in" and "case"... And quotes can be helpful sometimes in situations like this: for i in $something; do echo almost done done this can cause a bug on some systems | |||
2016-04-03 | Updated some more build files to vs2015 that was forgotten about | Pär Björklund | |
2016-04-02 | Merge pull request #8992 from Paxxi/vs2015 | Martijn Kaijser | |
[win32][xbmc] Upgrade to VS2015 | |||
2016-04-02 | [jenkins/android] - fixed hashcalculation now that TOOLCHAIN_X86 is gone | Memphiz | |
2016-04-02 | [buildsteps] - removed TOOLCHAIN_X86 var from README - its not used anymore | Memphiz | |
2016-04-01 | [android] Bumped min. SDK to 19, Fixed PeripherialBusAndroid crash | Danijel Posilovic | |
- Bumped minimum required SDK from 17 to 19 (due to usage of some functions that are not available in lower levels) - Fixed PeripherialBusAndroid crash on affected devices - Changed used function from SDK 21 to one available in SDK 19 - Commented functions/methods unavailable in SDK 19 | |||
2016-04-01 | Use correct build tools for addons and get rid of old unused build file | Pär Björklund | |
2016-04-01 | [droid] implement video reference clock | Chris "Koying" Browet | |
2016-03-31 | IOS: explicitely disable videotoolbox (for now) | fritsch | |
2016-03-31 | FFmpeg 3.0 Transition: Alter changed mips compile params | fritsch | |
2016-03-31 | FFmpeg: windows bump | Anton Fedchin | |
2016-03-31 | FFmpeg: Replace libdcadec with internal hd aware dca decoder | fritsch | |
2016-03-31 | FFMPEG: Bump depends version to 3.0 branch | fritsch | |
2016-03-27 | Merge pull request #9427 from Memphiz/osx_fix_pil | Memphiz | |
[depends/osx/PIL] - ensure that no native libs are linked into pythonmodule-pil (_imaging.so) | |||
2016-03-26 | FIX: [droid] disable libcec | Chris Koying Browet | |
Library was never shipped, and would never work anyway | |||
2016-03-22 | [depends/osx/PIL] - ensure that no native libs are linked into ↵ | Memphiz | |
pythonmodule-pil (_imaging.so) - use the same approach for all darwin platforms now | |||
2016-03-22 | Merge pull request #9308 from mrdominuzq/xbmc-libtoolbump | Rainer Hochecker | |
[depends] update libtool to 2.4.6 | |||
2016-03-17 | [depends/openssl] - fix Makefile comment | Stephan Hadamik | |
2016-03-17 | native/TexturePacker: fix compilation with gcc 4.6 | Bernd Kuhls | |
Kodi itself depends on gcc >= 4.7 due to its use of the C++11 standard. When cross-compiling the host gcc currently also needs to be >= 4.7 due to the texturepacker tool being needed as native binary to compile Textures.xbt for the target system. Cross-compiling on a system where host gcc is at version 4.6 fails atm with this error: cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [md5.o] Error 1 make[4]: *** Waiting for unfinished jobs.... cc1plus: error: unrecognized command line option '-std=c++11' cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [DecoderManager.o] Error 1 make[4]: *** [XBTFWriter.o] Error 1 cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [TexturePacker.o] Error 1 cc1plus: error: unrecognized command line option '-std=c++11' make[4]: *** [decoder/PNGDecoder.o] Error 1 make[3]: *** [all] Error 2 make[2]: *** [native/TexturePacker] Error 2 Using this patch the problem is fixed and a working TexturePacker host binary is created. | |||
2016-03-15 | fixes for compiling after libtool bump | Patrick Rasmussen | |
2016-03-10 | [android] add JNI wrapper for android.hardware.input.InputManager, a ↵ | montellese | |
Java/native implementation of InputManager.InputDeviceListener and an IInputDeviceCallbacks interface to be able to receive callbacks when input devices change | |||
2016-03-10 | [android] don't install joystick.xml with APK | montellese | |
2016-03-09 | [depends] update libtool to 2.4.6 | Patrick Rasmussen | |
2016-03-09 | [depends/openssl] - indentation, comments | Stephan Hadamik | |
2016-03-08 | [guilib] cleanup leftover TextureBundleXPR* | Stefan Saraev | |
2016-03-06 | [jenkins] Temporarily disable packaging for CMake | Christian Fetzer | |
Packaging is currently not supported when building with CMake. | |||
2016-03-06 | [jenkins] Optionally build with CMake | Christian Fetzer | |
- Add CMAKE_BUILD variable that defines if CMake should be used to build the main application. - Use variable to build with CMake (GNU Makefile Generator) on supported platforms: android, ios, osx, linux, rbpi. | |||
2016-03-06 | [toolchain] Ensure CMAKE_CROSSCOMPILING is set for IOS | Christian Fetzer | |
Setting CMAKE_SYSEM_NAME in a Toolchain file tells CMake that we're cross compiling. This is needed for IOS to make sure that the native tools are not built when building Kodi with CMake. | |||
2016-03-06 | [depends/libxslt] - add missing depends on libxml2 | Stephan Hadamik | |
2016-03-05 | [depends] libdvd: fix build outside of a git repo | wsnipex | |
2016-03-04 | [depends/openssl/ios] - configure for iphoneos-cross | Stephan Hadamik | |
2016-03-02 | Merge pull request #9244 from Rechi/bumpOpenssl | Wolfgang Schupp | |
[depends] Bump openssl to 1.0.2g |