aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-04-09This 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-05Merge pull request #9512 from ace20022/win_covAndreas Zelend
[coverity] Some cleanup/fixes
2016-04-05CID 77632, 77633: Untrusted array index read (TAINTED_SCALAR).ace20022
2016-04-05CID 77382: Buffer not null terminated (BUFFER_SIZE_WARNING).ace20022
2016-04-05CID 77678, 77679, 77785: Uninitialized pointer field (UNINIT_CTOR).ace20022
2016-04-05CID 77791: Unused value (UNUSED_VALUE).ace20022
2016-04-05CID 77516, 77517, 77524, 77529: Big parameter passed by value (PASS_BY_VALUE).ace20022
2016-04-05CID 77466: Logically dead code (DEADCODE).ace20022
2016-04-02Merge pull request #9499 from mapfau/translatepathRainer Hochecker
Add TranslateSpecialPath to libAddon_helper interface
2016-04-02Add TranslateSpecialPath to libAddon_helper interfacemapfau
2016-04-01Fix build and update curl to latestPär Björklund
2016-04-01Visual studio 2015 fixesPär Björklund
2016-03-13[cosmetic] Fix c/p errors for peripheral add-on callbacksGarrett Brown
2016-03-11[cmake] Controller inputChristian Fetzer
2016-03-10Peripheral add-onsGarrett 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 filesChristian Fetzer
2016-03-06[cmake] Add CMake files for library.kodi.audioengineChristian Fetzer
2016-03-06Merge pull request #9270 from wsnipex/libdvd-dependsWolfgang Schupp
more libdvd fixups
2016-03-05Merge pull request #9173 from FernetMenta/inputstreamRainer Hochecker
Add binary addon InputStream
2016-03-05remove libdvd artifactswsnipex
2016-03-05Integrated INPUTSTREAM lib into VS solutionmapfau
2016-03-05add callback lib for inputstreamRainer Hochecker
2016-03-04libdvd/Makefile: rename LDFLAGS to SO_LDFLAGSMax 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-29enabled CURL addon access / curl download speed feature / move file flags to ↵mapfau
IFile
2016-02-23[posix] move libdvd to dependswsnipex
2016-02-22Merge pull request #9137 from stefansaraev/exifMartijn 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 callbackKai Sommerfeld
2016-02-14[cleanup] lib/libexif: dead codeStefan Saraev
2016-02-12[cmake] Add CMake files to libChristian Fetzer
Add CMakeLists.txt for the lib directory. - lib/addons - UnrarXLib - libUPnP - libexif
2016-02-02Merge pull request #8991 from Paxxi/pre_vs2015Pär Björklund
[xbmc] Fixes that have come from the migration to vs2015
2016-02-02Fixes that have come from the migration to vs2015Pä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-02Bump gtest to 1.7.0Kolja Lampe
2016-02-01[cleanup] move our boost/sha1 copy to websocketStefan Saraev
2016-01-31boost/sha1: cleanup usage of boost/static_assertStefan Saraev
2016-01-09added: addon callback for listing a directoryArne Morten Kvarving
2016-01-06Merge pull request #8687 from FernetMenta/mpeg2Rainer Hochecker
drop obsolete libmpeg2
2016-01-05drop libmpeg2Rainer Hochecker
2016-01-05platinum: add patch for 77ba91ac8815c150c7e4537a3622df52bd811cefphate89
2016-01-05platinum: add support for multiple ratingsphate89
2016-01-04[cleanup] cximage leftoversStefan Saraev
2016-01-04Merge pull request #8741 from Memphiz/osx_fix_dylibsMemphiz
[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 cximageStefan Saraev
2015-12-07cleanup lib/Stefan Saraev
2015-12-06AE: move iec packing for passthrough into AE, contains squashed code from ↵Rainer Hochecker
fritsch
2015-12-06move audio sync to AERainer Hochecker