Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-09 | This should resolve the python issues caused by vs2015 upgrade. | Pär Björklund | |
Fixed copying of dll during build to avoid risking using python27.dll from system32 Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development Curl should once again be linked against openssl switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed. Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR | |||
2016-04-07 | [fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN). | ace20022 | |
2016-04-05 | Merge pull request #9512 from ace20022/win_cov | Andreas Zelend | |
[coverity] Some cleanup/fixes | |||
2016-04-05 | CID 77632, 77633: Untrusted array index read (TAINTED_SCALAR). | ace20022 | |
2016-04-05 | CID 77382: Buffer not null terminated (BUFFER_SIZE_WARNING). | ace20022 | |
2016-04-05 | CID 77678, 77679, 77785: Uninitialized pointer field (UNINIT_CTOR). | ace20022 | |
2016-04-05 | CID 77791: Unused value (UNUSED_VALUE). | ace20022 | |
2016-04-05 | CID 77516, 77517, 77524, 77529: Big parameter passed by value (PASS_BY_VALUE). | ace20022 | |
2016-04-05 | CID 77466: Logically dead code (DEADCODE). | ace20022 | |
2016-04-02 | Merge pull request #9499 from mapfau/translatepath | Rainer Hochecker | |
Add TranslateSpecialPath to libAddon_helper interface | |||
2016-04-02 | Add TranslateSpecialPath to libAddon_helper interface | mapfau | |
2016-04-01 | Fix build and update curl to latest | Pär Björklund | |
2016-04-01 | Visual studio 2015 fixes | Pär Björklund | |
2016-03-13 | [cosmetic] Fix c/p errors for peripheral add-on callbacks | Garrett Brown | |
2016-03-11 | [cmake] Controller input | Christian Fetzer | |
2016-03-10 | Peripheral add-ons | Garrett Brown | |
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix. | |||
2016-03-09 | [addon] Move add-on library parts to independent folders (code rework) | Alwin Esch | |
2016-03-06 | [cmake] Sync InputStream project files | Christian Fetzer | |
2016-03-06 | [cmake] Add CMake files for library.kodi.audioengine | Christian Fetzer | |
2016-03-06 | Merge pull request #9270 from wsnipex/libdvd-depends | Wolfgang Schupp | |
more libdvd fixups | |||
2016-03-05 | Merge pull request #9173 from FernetMenta/inputstream | Rainer Hochecker | |
Add binary addon InputStream | |||
2016-03-05 | remove libdvd artifacts | wsnipex | |
2016-03-05 | Integrated INPUTSTREAM lib into VS solution | mapfau | |
2016-03-05 | add callback lib for inputstream | Rainer Hochecker | |
2016-03-04 | libdvd/Makefile: rename LDFLAGS to SO_LDFLAGS | Max Kellermann | |
Under certain circumstances, these flags can leak into the environment, where "-shared" will break all linker calls which produce executables, leading to segmentation faults. This is not a "generic" LDFLAGS variable to be used everywhere; this is just one special variable for local use. | |||
2016-02-29 | [addon] rename add-on include folder to match new style and prevent header ↵ | Alwin Esch | |
#ifdef's | |||
2016-02-29 | enabled CURL addon access / curl download speed feature / move file flags to ↵ | mapfau | |
IFile | |||
2016-02-23 | [posix] move libdvd to depends | wsnipex | |
2016-02-22 | Merge pull request #9137 from stefansaraev/exif | Martijn Kaijser | |
[cleanup] lib/libexif: dead code | |||
2016-02-15 | [PVR] Addon API: add epg event changes callback (async epg data transfer) | Kai Sommerfeld | |
2016-02-15 | [PVR] Addon API: add connection state change callback | Kai Sommerfeld | |
2016-02-14 | [cleanup] lib/libexif: dead code | Stefan Saraev | |
2016-02-12 | [cmake] Add CMake files to lib | Christian Fetzer | |
Add CMakeLists.txt for the lib directory. - lib/addons - UnrarXLib - libUPnP - libexif | |||
2016-02-02 | Merge pull request #8991 from Paxxi/pre_vs2015 | Pär Björklund | |
[xbmc] Fixes that have come from the migration to vs2015 | |||
2016-02-02 | Fixes that have come from the migration to vs2015 | Pär Björklund | |
Missing include of iterator Don't wait on addon update job when no repositories are found whitespace changes naming collisions | |||
2016-02-02 | Bump gtest to 1.7.0 | Kolja Lampe | |
2016-02-01 | [cleanup] move our boost/sha1 copy to websocket | Stefan Saraev | |
2016-01-31 | boost/sha1: cleanup usage of boost/static_assert | Stefan Saraev | |
2016-01-09 | added: addon callback for listing a directory | Arne Morten Kvarving | |
2016-01-06 | Merge pull request #8687 from FernetMenta/mpeg2 | Rainer Hochecker | |
drop obsolete libmpeg2 | |||
2016-01-05 | drop libmpeg2 | Rainer Hochecker | |
2016-01-05 | platinum: add patch for 77ba91ac8815c150c7e4537a3622df52bd811cef | phate89 | |
2016-01-05 | platinum: add support for multiple ratings | phate89 | |
2016-01-04 | [cleanup] cximage leftovers | Stefan Saraev | |
2016-01-04 | Merge pull request #8741 from Memphiz/osx_fix_dylibs | Memphiz | |
[library.kodi/librariy.xbmc] - fixed dylib names for osx/ios and don'… | |||
2016-01-04 | [library.kodi/librariy.xbmc] - fixed dylib names for osx/ios and don't wrap ↵ | Memphiz | |
our addon libraries | |||
2015-12-29 | [cleanup] nuke cximage | Stefan Saraev | |
2015-12-07 | cleanup lib/ | Stefan Saraev | |
2015-12-06 | AE: move iec packing for passthrough into AE, contains squashed code from ↵ | Rainer Hochecker | |
fritsch | |||
2015-12-06 | move audio sync to AE | Rainer Hochecker | |