aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2015-12-06rename dvdplayer to VideoPlayerRainer Hochecker
2015-11-25[depends] update taglib to 1.10Stefan Saraev
2015-10-18remove dependency from Unrar lib to GUIWindowManagerRainer Hochecker
2015-09-23[library.kodi.audioengine] Fixing clumsy error mesageAchim Turan
2015-09-23[library.kodi.audioengine] [FIX CID 1324647] Fixing Null-checking "cb"Achim Turan
2015-09-17[library.kodi.audioengine] Basic binary addon AudioEngine implementationAchim Turan
2015-09-14platinum: add patch for f606fe4ca1f15a55411e45f528bcdb8f184d5a0cmontellese
2015-09-14platinum: add xbmc:userrating for user ratingsmontellese
2015-09-14platinum: add patch for d75e736montellese
2015-09-14platinum: add xbmc:country for countriesmontellese
2015-09-04remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵wsnipex
and waveform from tree
2015-08-27[groovy] Move groovy to tools/codegenerator/hudokkow
2015-08-26[groovy] Update to 2.4.4hudokkow
2015-07-19[adsp] Add dsp processing setting dialog selection to player dialogAlwinEsch
2015-07-19[adsp] Add gui sound playback with selectable channel position on dsp addon ↵AlwinEsch
callbacks
2015-07-19[adsp] Add adsp addon callback helper libraryAlwinEsch