Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-30 | Tidy up ffmpeg in order to be more flexible and versatile. Also includes ↵ | Nuno Sénica | |
switches for Raspberry Pi | |||
2017-01-24 | [depends] patch taglib: Efficient lookup for an ID3v2 tag in MPEG files with ↵ | Rechi | |
garbage. | |||
2017-01-21 | add pycryptodome python module | peak3d | |
2017-01-17 | [cleanup] remove leftover from autotools | Rechi | |
2017-01-03 | spelling: comments | Josh Soref | |
2017-01-05 | fix invalid output from JsonSchemaBuilder (#11357) | Sam Stenvall | |
The scanner scans up until an \n character, which means a potential \r might sneak in. When each character is looped over there was no handling for \r so they got streamed to the output, resulting in bogus new lines in the output file. | |||
2017-01-04 | Merge pull request #11361 from opdenkamp/libcec-4.0.1 | Lars Op den Kamp | |
[CEC] bump to libCEC 4.0.1 | |||
2017-01-04 | [CEC] bump to libCEC 4.0.1 | Lars Op den Kamp | |
fixes detection of CEC adapters | |||
2017-01-03 | spelling: configure | Josh Soref | |
2016-12-30 | [depends] explictly disable building curl with rtmp support | Martijn Kaijser | |
2016-12-28 | Merge pull request #11243 from fetzerch/cmake_mdns | Christian Fetzer | |
[cmake] Add FindMDNSEmbedded module (for Zeroconf on Android) | |||
2016-12-23 | [depends/ffmpeg/ios] - fix compilation against ios 10 sdk and running on ios ↵ | Memphiz | |
< version 10 - reference https://github.com/kewlbear/FFmpeg-iOS-build-script/issues/83 | |||
2016-12-23 | [depends/curl] - on ios ensure clock_gettime is not used in curl (it ignores ↵ | Memphiz | |
the ac_cv flag) | |||
2016-12-23 | [depends] - adapt the xcode8 patches for gnutls and samba to not only work ↵ | Memphiz | |
on osx but ios too | |||
2016-12-23 | [depends/config.site] - make sure clock_gettime and getentropy are not used ↵ | Memphiz | |
even if they are found in ios (found in ios10 sdk - but only usable on ios10 runtime) | |||
2016-12-23 | [ios] - bump deployment target to iOS 6.0 (needed for xcode8/iOS 10) | Memphiz | |
2016-12-23 | [depends/ios] - enable support for iOS 10 sdk | Memphiz | |
2016-12-23 | [cmake/depends] Add info about Android SDK/NDK to Toolchain_binaddons.cmake.in | Christian Fetzer | |
Copied from Toolchain.cmake.in. This is necessary to build libretro cores with the Android NDK. | |||
2016-12-22 | [depends] Fix undefined symbols on mdnsresponder | Christian Fetzer | |
Introduced by https://github.com/xbmc/xbmc/pull/10025. mDNSCore/mDNS.c:8688: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:4386: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:11945: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:13157: error: undefined reference to 'FreeAnonInfo' mDNSCore/mDNS.c:13137: error: undefined reference to 'AllocateAnonInfo' mDNSCore/mDNS.c:13145: error: undefined reference to 'AllocateAnonInfo' mDNSCore/mDNS.c:7271: error: undefined reference to 'InitializeAnonInfoForQuestion' mDNSCore/mDNS.c:7318: error: undefined reference to 'SetAnonData' mDNSCore/mDNS.c:9159: error: undefined reference to 'InitializeAnonInfoForCR' mDNSCore/mDNS.c:8544: error: undefined reference to 'IdenticalAnonInfo' mDNSCore/mDNS.c:9232: error: undefined reference to 'CopyAnonInfoForCR' mDNSCore/mDNS.c:12069: error: undefined reference to 'AllocateAnonInfo' mDNSCore/mDNS.c:12957: error: undefined reference to 'ReInitAnonInfo' mDNSCore/mDNS.c:12970: error: undefined reference to 'ReInitAnonInfo' mDNSCore/DNSCommon.c:1907: error: undefined reference to 'AnonInfoAnswersQuestion' mDNSCore/DNSCommon.c:1941: error: undefined reference to 'AnonInfoAnswersQuestion' mDNSCore/DNSCommon.c:1820: error: undefined reference to 'AnonInfoAnswersQuestion' | |||
2016-12-22 | FFmpeg: Bump to final 3.1.6-Krypton | fritsch | |
2016-12-21 | [autotools/buildsteps/depends] Update paths | h.udo | |
2016-12-21 | [cmake] Move to root folder: Update paths | h.udo | |
2016-12-16 | [depends] libjpg-turbo 1.5.1 | Martijn Kaijser | |
2016-12-15 | remove autotools buildsystem | notspiff | |
2016-12-13 | Merge pull request #11088 from notspiff/fix_toolchain | Wolfgang Schupp | |
fixed: the assumption of toolchain = crosscompile cause issues | |||
2016-12-12 | [depends] remove rtmp as it's included through ffmpeg or as binary addon | Martijn Kaijser | |
2016-12-12 | fixed: the assumption of toolchain = crosscompile cause issues | notspiff | |
ref https://github.com/gentoo/gentoo/pull/3027 | |||
2016-12-11 | Merge pull request #11128 from candrews/remove-glew | Martijn Kaijser | |
Remove remaining references to glew | |||
2016-12-11 | Remove remaining references to glew | Craig Andrews | |
glew was (mostly) removed in 03ff0d5ea02963b1283fe8bc7c1bad18f2dd97b6; this commit removes any remaining references to it. | |||
2016-12-11 | Merge pull request #11105 from MartijnKaijser/curl_update | Martijn Kaijser | |
[depends] curl 7.51.0 | |||
2016-12-11 | Merge pull request #11101 from MartijnKaijser/taglib_update | Martijn Kaijser | |
[depends] taglib 1.11.1 | |||
2016-12-11 | Merge pull request #11102 from MartijnKaijser/libpng_update | Martijn Kaijser | |
[depends] libpng 1.6.26 | |||
2016-12-10 | [depends] curl 7.51.0 | Martijn Kaijser | |
2016-12-10 | [depends] libass 0.13.4 | Martijn Kaijser | |
2016-12-10 | [depends] libpng 1.6.26 | Martijn Kaijser | |
2016-12-10 | [depends] taglib 1.11.1 | Martijn Kaijser | |
2016-12-09 | [cmake/ios] Enable Xcode generator for IOS | Christian Fetzer | |
- Adapt Toolchain file to build a bundles with xcode. This change has to be done in the Toolchain file because CMake otherwise fails to run some compile checks. - Unify path where bundle is built for Makefiles and Xcode to build/$(CONFIGURATION)-$(EFFECTIVE_PLATFORM_NAME) - Set only one architecture to prevent building multi-arch bundles. - Simplify Install.cmake. Existing scrips are called now as post build steps so that the bundle can be executed with Xcode - Apply xcconfig settings. Note: Two adaptions to the existing "autotools/Xcode" scripts were needed. - CMake cannot have the bundle name be different to the binary and we cannot call the binary "Kodi.bin". The script has been adapted to adapt the library execution path directly in place. - CMake calls mkdeb.sh with "Debug-iphoneos", hence the script has been adapted to match strings starting with "debug" or "release". Reference: - https://cmake.org/Bug/view.php?id=15329 - http://stackoverflow.com/questions/33660608/how-can-i-disable-xcode-bitcode-within-a-cmake-project | |||
2016-12-02 | [aml] depends: drop libamplayer | Stefan Saraev | |
2016-11-30 | Merge pull request #11010 from notspiff/quell_them_warnings | Cristiano A. Silva | |
Quell some warnings | |||
2016-11-30 | Merge pull request #10992 from fritsch/ffmpeg-315-beta5 | Martijn Kaijser | |
FFmpeg: Bump to 3.1.6-Krypton-Beta6 | |||
2016-11-29 | register is deprecated and does nothing but throw a warning with c++11 | Arne Morten Kvarving | |
2016-11-29 | Merge pull request #10980 from notspiff/remove_unused | Cristiano A. Silva | |
remove unused variables / members | |||
2016-11-26 | FFmpeg: Bump to 3.1.6-Krypton-Beta6 | fritsch | |
2016-11-25 | [depends] ffmpeg: add option to autobuild.sh to build shared libs | wsnipex | |
2016-11-23 | remove unused variables / members | Arne Morten Kvarving | |
2016-11-23 | [cmake] don't rebuild ffmpeg and crossguid when building from depends | wsnipex | |
both libs where already built during depends stage | |||
2016-11-23 | [depends] pass build type (debug|release) to targets | wsnipex | |
2016-11-16 | Merge pull request #10863 from fetzerch/cmake_crosscompile | Christian Fetzer | |
[cmake] Unify usage of CMAKE_CROSSCOMPILE throughout the project | |||
2016-11-11 | [cec] bump to libCEC 4.0.0 | Lars Op den Kamp | |
2016-11-10 | Merge pull request #10891 from hudokkow/depends_fierce_links | jenkins4kodi | |