aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-08-02[win32] binary addons: integrate DEPENDS_TO_BUILD parametermontellese
2014-08-01Merge pull request #5047 from FernetMenta/ffmpegMartijn Kaijser
ffmpeg: bump to 2.3.1
2014-08-01Merge pull request #5014 from Montellese/binary_addonsSascha Montellese
cmake: common addons depends buildsystem
2014-08-01Merge pull request #5119 from scarecrow420/pvr_latestMartijn Kaijser
[pvr] bump add-ons
2014-08-01Merge pull request #5085 from veger/command-exists-posixWolfgang Schupp
[linux] Make checking for command existence more consistent and POSIX compatible
2014-07-31[pvr] bump add-onsRyan Gribble
2014-07-31[depends/gas-preprocessor] - bump gas to ↵Memphiz
https://git.libav.org/?p=gas-preprocessor.git;a=commit;h=03e23216b7e657fdf202befc129ca94cd582c253 - needed for ffmpeg2.3 compilation on ios
2014-07-31ffmpeg: bump to 2.3.1Rainer Hochecker
2014-07-30[win32] cmake: make use of ADDONS_TO_BUILD in make-addons.batmontellese
2014-07-30cmake: allow building of selected addons in xbmc-addons projectwsnipex
2014-07-30[win32] cmake: move generation of xbmc-config.cmake into xbmc dependencymontellese
2014-07-30[win32] update path to cmake C/CXX flag override filesmontellese
2014-07-30[win32] cmake: integrated xbmc-addons-depends-windows into ↵montellese
xbmc-addons-depends buildsystem
2014-07-28CrystalHD: Rest in peacefritsch
2014-07-27[win32] integrate XBMC_PC.rc into CompileInfo.bat for automatic versioningmontellese
2014-07-27[win32] use all uppercase characters for batch keywords in CompileInfo.batmontellese
2014-07-27[win32] add some comments to CompileInfo.batmontellese
2014-07-23[linux] Make checking for command existence more consistent and POSIX compatibleMaarten Bezemer
2014-07-23[android] Declare touchscreen as unneededAnssi Hannula
We do not require touchscreen (though we can use it). Declare it as not required in the manifest (it defaults to required as per documentation). This is mostly cosmetic at this point, since it mostly affects Play Store filtering, but it does not hurt to have the manifest correct.
2014-07-23[android] Add Android TV supportAnssi Hannula
Add Android TV support. This simply means adding an entry to the TV launcher. Tested on ADT-1 Android TV device. Video playback seems to work fine, audio playbacks work with stereo PCM and basic passthrough. A separate commit adds 5.1 PCM support. There are two significant issues that I saw: - crash on exit, looks like double free at /system/lib/libmedia.so (android::sp<android::AudioTrackClientProxy>::~sp()+10), maybe something to do with threading? or just an Android bug... - a warning flood on playback of many videos: W/art: Attempt to remove local handle scope entry from IRT, ignoring Both of these look like either general issues introduced with Android L and/or ART, not Android TV specific issues (but I did not confirm that).
2014-07-17[win32] extend make-addons.bat and make-addons.bat to be able to build ↵montellese
specific addons/depends
2014-07-17[win32] cosmetics in make-addons.bat and make-addon-depends.batmontellese
2014-07-17[win32] add an "install" switch to make-addons.bat to install built binary ↵montellese
addons to <root>/addons
2014-07-17[win32] extend ARCH_DEFINES for binary addon buildsmontellese
2014-07-17[win32] add cmake C/CXX compiler flag override filesmontellese
2014-07-15[depends/ffmpeg] - fix sed (didn't work on osx) - this fixes pkgconfig from ↵Memphiz
ffmpeg configure
2014-07-14Merge pull request #5012 from xhaggi/pvr-bump-api-versionLars Op den Kamp
[pvr] bump api to 1.9.1
2014-07-14[pvr] bump add-onsxhaggi
2014-07-14[depends] drop duplicate DEPENDS_PATH specification in audioencoder MakefileJonathan Marshall
2014-07-12[win32] cmake: make sure to run Release buildsmontellese
2014-07-11[depends] remove unnecessary android renaming of flac, vorbisenc, and lame ↵Jonathan Marshall
.so's as we link statically
2014-07-11[depends] add audioencoder addons flac, lame, vorbis, wav. removes ↵wsnipex
xbmc-addon-bindings as it's done by cmake
2014-07-10[win32] add make-addon-depends.bat and cmake-based addon-depends systemmontellese
2014-07-10cmake: add xbmc-addons project, filled with audioencoder addonsmontellese
2014-07-10[addon-helpers] set building shared libs as default and try to link as ↵Jonathan Marshall
static as possible on all platforms but linux
2014-07-10[binary addons] move bindings list to a single filewsnipex
2014-07-06Merge pull request #4945 from fritsch/ffmpeg-2.2-helix-alpha2Rainer Hochecker
ffmpeg: Bump to 2.2-Helix-alpha2 - rebased on 2.2.4
2014-07-02Merge pull request #4866 from wsnipex/versioningjmarshallnz
automatic versioning
2014-07-01Merge pull request #4957 from Memphiz/linusyangbpMemphiz
[ios] - backports from linusyang
2014-06-30[WIN32] added automatic versioning (batch file done by wsnipex)wsoltys
and generate addons/xbmc.addon/addon.xml in CompileInfo.bat, thx Montellese
2014-06-30autogenerate xbmc version dependent fileswsnipex
2014-06-29ffmpeg: Bump to 2.2-Helix-alpha2 - rebased on 2.2.4fritsch
2014-06-26[ios/packaging] - compress deb with lzmaLinus Yang
remove garbage files add installed size entry for control file add cydia icon file for ios app remove curl dependency
2014-06-25[ios/libmpeg2] - fix compilation of libmpeg2 when using xcode 5.1.1 (this ↵Memphiz
motion_compensation asm can't be compiled with the current clang in a pic way - needs someone with arm asm foo)
2014-06-25[osx/ios/depends] - expose the xcode version to depends makefilesMemphiz
2014-06-25[ios/depends/ffi] - libffi needs -no-integrated-as - see ↵Memphiz
https://github.com/atgreen/libffi/issues/50
2014-06-25[ios/depends] - remove -no-integrated-as from xcode5 cflags - fixes compile ↵Memphiz
of most of depends for xcode5.1 (clang 503.0.40) - see http://llvm.org/bugs/show_bug.cgi?id=17240
2014-06-25[ios/depends] - add fakeroot and gen_entitlements to native build targetLinus Yang
2014-06-25[ios/packaging] - use fakeroot for packaging deb without root privilegesLinus Yang
2014-06-25[ios/depends] - add fakeroot native to dependsLinus Yang