aboutsummaryrefslogtreecommitdiff
path: root/lib/addons
AgeCommit message (Collapse)Author
2016-04-05Merge pull request #9512 from ace20022/win_covAndreas Zelend
[coverity] Some cleanup/fixes
2016-04-05CID 77678, 77679, 77785: Uninitialized pointer field (UNINIT_CTOR).ace20022
2016-04-05CID 77516, 77517, 77524, 77529: Big parameter passed by value (PASS_BY_VALUE).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-05Integrated INPUTSTREAM lib into VS solutionmapfau
2016-03-05add callback lib for inputstreamRainer Hochecker
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-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-12[cmake] Add CMake files to libChristian Fetzer
Add CMakeLists.txt for the lib directory. - lib/addons - UnrarXLib - libUPnP - libexif
2016-01-09added: addon callback for listing a directoryArne Morten Kvarving
2016-01-04[library.kodi/librariy.xbmc] - fixed dylib names for osx/ios and don't wrap ↵Memphiz
our addon libraries
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-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-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
2015-06-02addon.xml was written as ucs2 with bom as that is the default output from ↵Pär Björklund
powershell, changed it to specify utf8 without bom
2015-03-07[win32] fix building after split addon gui for skin and binary addons ↵Martijn Kaijser
127663da0ed4cff015d9d0070ccacf543282dd82
2015-03-04split addon gui for skin and binary addonsRainer Hochecker
2015-02-27SDL clean-up - remove HAS_SDL_OPENGLRainer Hochecker
2015-02-17Revert "[addon] Increase API with change 'char*' return value to 'const ↵Lars Op den Kamp
char*' to fix compiler warnings (addon relevant part)" This reverts commit db44ba5faf00cf29ac7a45ef49a933d1ef45366b.
2015-02-15[gui] Allow usage of slider and several dialogs on addons (GUI Ver. 5.8.0)AlwinEsch
2015-02-15[addon] Increase API with change 'char*' return value to 'const char*' to ↵AlwinEsch
fix compiler warnings (addon relevant part)
2015-02-15[gui] Increase API version to 5.8.0 (addon relevant part)AlwinEsch
2015-02-10Fixed wrong return typeAchimTuran
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2014-10-16Reflect int64_t -> size_t changes for "Write()" to AddonsKarlson2k
2014-10-16Reflect int64_t -> size_t changes for "Read()" to AddonsKarlson2k
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in ↵Karlson2k
each project
2013-11-10[win32] addons projects: remove custom settings as default settings are same nowKarlson2k
2013-11-10[win32] add missing imports of XBMC defaultsKarlson2k
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
[win32] mark debug/release configs with proper internal marks
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff. Seems that correct XBMC marks was lost on conversion from old projects.