Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-26 | FIX: [droid] protect clear surface vs. destruction | Chris "koying" Browet | |
2015-10-26 | FIX: [droid] also check CPU2 for compatibility | Chris "Koying" Browet | |
2015-10-25 | Merge pull request #8251 from stefansaraev/texturepacker | Martijn Kaijser | |
texturepacker cosmetics | |||
2015-10-25 | Merge pull request #8278 from wsnipex/droid-uuid | Matthias Kortstiege | |
[droid] fix crashing on addon installation | |||
2015-10-23 | [depends] crossguid: use libuuid on droid | wsnipex | |
2015-10-23 | [depends] switch libuuid implementation to e2fsprogs | wsnipex | |
this one compiles on droid as well | |||
2015-10-23 | ADD: [droid] surface rendering mediacodec | Chris "koying" Browet | |
2015-10-23 | CHG: [droid] disable libstagefright | Chris "koying" Browet | |
2015-10-21 | Merge pull request #8209 from Montellese/binary_addons_bootstrapping | Sascha Montellese | |
[binary addons] improve bootstrap buildsystem to support arbitrary meta repositories | |||
2015-10-20 | [droid] add uses-feature for bluetooth after ↵ | Martijn Kaijser | |
a3ed4cfbe49995988a1b61518756f0e4b8990960 | |||
2015-10-19 | [ios/VideoToolbox] - dyload VideoToolbox framework and dependend on the ↵ | Memphiz | |
runtime ios version either load it from private or public frameworks path | |||
2015-10-18 | [texurepacker] dupecheck default is off | Stefan Saraev | |
2015-10-18 | [ios] - all binaries need to be aligned to 16KB for iOS9 (this allows 32bit ↵ | Memphiz | |
apps to run on 64bit devices with iOS9 and is also safe for all older iOS versions) | |||
2015-10-15 | Merge pull request #8180 from Memphiz/fix_shairport_ios9 | Memphiz | |
[airplay] - restore ios 9 music streaming capability | |||
2015-10-14 | Merge pull request #8216 from fritsch/ffmpeg-2.8.1 | Martijn Kaijser | |
FFmpeg: Bump to 2.8.1-Jarvis-alpha4-HEVC | |||
2015-10-14 | Merge pull request #7345 from koying/fixdroidheadsets | Chris Browet | |
FIX: [droid] handle audio headsets | |||
2015-10-14 | [win32][binary addons] add output about the cleaned directories | montellese | |
2015-10-14 | [win32][binary addons] avoid relative paths in Batch files | montellese | |
2015-10-14 | [win32][binary addons] bootstrap-addons.bat: fix typo in NULL instead of NUL | montellese | |
2015-10-13 | FFmpeg: Bump to 2.8.1-Jarvis-alpha4-HEVC | fritsch | |
2015-10-10 | Merge pull request #6910 from samnazarko/fix_sdk_rbp | Martijn Kaijser | |
[rbp] tools: only use sudo if we have it on the system | |||
2015-10-06 | Merge pull request #8181 from Memphiz/remove_atv2 | Memphiz | |
[ios] - removed, atv2 support. time to make way for something new. hi… | |||
2015-10-05 | [depends] update cmake to 3.3.2 | Alwin Esch | |
2015-10-04 | [ios] - removed, atv2 support. time to make way for something new. hint, ↵ | S. Davilla | |
hint :) - backport from mrmc fork | |||
2015-10-04 | [depends/shairplay] - updated libshairplay to the current master which ↵ | Memphiz | |
supports ios9 clients (also bumped on win32) | |||
2015-09-28 | [Android-x86] move symbols to the workspace | Kib | |
2015-09-28 | [Android] move symbols to the workspace | Kib | |
for upload to mirrors. | |||
2015-09-22 | Merge pull request #8030 from Memphiz/mrmc_backports2 | jenkins4kodi | |
2015-09-21 | bump gas to ↵ | S. Davilla | |
https://git.libav.org/?p=gas-preprocessor.git;a=commit;h=5ab764742626598cb462bc86e2d04ac8001e05d7 | |||
2015-09-21 | docs, document what we are doing in depends | S. Davilla | |
2015-09-18 | TexturePacker: use $PKG_CONFIG | Mike Frysinger | |
Build systems should not hardcode `pkg-config` anywhere. The pkg-config m4 files already have a standard $PKG_CONFIG variable for people. | |||
2015-09-17 | Merge pull request #8072 from Memphiz/xcode7 | Memphiz | |
[osx/ios] - add support for compiling with Xcode7 MacOSX SDK 10.11 and iOS SDK 9.0 | |||
2015-09-15 | [ios] - allow full codesign in after build phase for all identities if set | Memphiz | |
2015-09-15 | [iOS] - disable Bitcode - it needs a deployment target of at least ios6 | Memphiz | |
2015-09-15 | [osx/cmake-native] - give a hint about our used native SDK - cmake might ↵ | Memphiz | |
pick a wrong/non existing sdk (f.e. when running on 10.10 and having xcode7 with SDK 10.11 - it picks 10.10 which is non existent) for some reason (and bails out because it doesn't find curl for example) - simply use the latest sdk given by xcrun for native tools | |||
2015-09-15 | [depends] - add zlib to libssh depends | amet | |
2015-09-15 | [osx/ios/depends] - allow OSX SDK 10.11 and iOS 9 SDK | amet | |
2015-09-15 | [ios/osx] - move those explicit dylib references from the xcode project to ↵ | S. Davilla | |
the xcconfig files (this leaves out the extension and fixes linking so that it now also finds tbd files) | |||
2015-09-15 | [depends/libssh] - fixed typo (-fnostack-protector vs. -fno-stack-protector) ↵ | S. Davilla | |
- newest clang errors out on invalid params. Also nuke those libssh_threads dylibs too, not needed due to static linking | |||
2015-09-15 | [osx/depends/samba] - changed, proper dylib version is name.number.dylib, ↵ | S. Davilla | |
not name.dylib.number. Just mv the number and do install_name_tool fixups | |||
2015-09-15 | [osx/cmake-native] - patch cmake to also find tbd libraries on osx (this is ↵ | S. Davilla | |
the new dylib format in SDKs - some sort of text stubs) | |||
2015-09-14 | sqlite3: dont apply map_populate patch on android | Stefan Saraev | |
2015-09-13 | ffmpeg: Bump to 2.8.0-Jarvis-alpha3-HEVC | fritsch | |
2015-09-10 | Merge pull request #7960 from ace20022/gif2015 | Andreas Zelend | |
Add proper gif support (next try) | |||
2015-09-10 | Merge pull request #7991 from Memphiz/mrmc_backports | Memphiz | |
Mrmc backports | |||
2015-09-10 | removed, SDL native. This should have been removed long ago when ↵ | S. Davilla | |
TexturePacker was nutered of SDL | |||
2015-09-09 | ffmpeg: Disable videotoolbox on OSX | fritsch | |
2015-09-09 | FFmpeg: Bump to 2.8.0-Jarvis-alpha3 | fritsch | |
2015-09-09 | Merge pull request #7969 from fritsch/dca-cleanup | Wolfgang Schupp | |
DCADEC: Display real stream information - don't hide what we know | |||
2015-09-08 | Merge pull request #7961 from Montellese/fix_texturepacker_win32 | jenkins4kodi | |