aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2017-06-21[cmake] move HAVE_LIBBLURAY ifdef condition to cmakeRechi
2017-06-21[cleanup] remove autotools leftoverRechi
2017-06-15[bluray] Set up the player, i.e, its registers, before opening a Blu-ray ↵ace20022
disc. This allows us to get meta data in the specified language for example.
2017-05-18platinum: Add patch file for "Fix upnp:lastPlaybackPosition parsing"Justin Maggard
2017-05-17platinum: Fix upnp:lastPlaybackPosition parsingJustin Maggard
According to the UPnP spec, upnp:lastPlaybackPosition should use the same format as duration (HH:MM:SS). So we should at least accept the proper format if it exists, and fall back to the raw integer value if it's not in the proper format. Signed-off-by: Justin Maggard <jmaggard@netgear.com>
2017-05-09[c-pluff] Fix implicit declaration compiler warningsChris Mayo
2017-04-07[cleanup] remove UnrarXLibStefan Saraev
2017-03-28changed: build the exif code in main libraryStefan Saraev
thanks notspiff
2017-03-16[bluray] Add sound effect retrieval. Currently it's not processed any further.ace20022
2017-03-01Add the patch file for libupnpPär Björklund
2017-03-01Switch libupnp to unicode as wellPär Björklund
2017-03-01Move to using unicode win32 api methodsPär Björklund
This should have been done a long time ago but with UWP no longer supporting the ascii versions it's time to get it done. The changes in UnrarXLib isn't really tested but it's about to get dropped from our tree anyway.
2017-01-13[platinum] add patch for 80f22d1Rechi
2017-01-13[win][platinum] Changed GWL_USERDATA to GWLP_USERDATA and updated pointer castPär Björklund
2016-12-31Revert "Speed up startup time for movies in split rar archives."fritsch
This reverts commit b0e3be09a7418dff76bd96661fa8beda96a4140b.
2016-12-15Merge pull request #10429 from notspiff/remove_autotoolsCristiano A. Silva
Remove autotools
2016-12-15remove autotools buildsystemnotspiff
2016-12-14[addons] remove no more used libKODI_game.cppAlwin Esch
2016-12-14[addon] bye, bye libXBMC_addon.cppAlwin Esch
2016-12-14Merge pull request #11172 from AlwinEsch/remove-shared-addon-lib-gamesAlwin Esch
[retroplayer] rework to new code style without shared lib
2016-12-14Merge pull request #11045 from phate89/fix_upnp_iso_resumephate89
Fix upnp iso resume exporting and resume from upnp
2016-12-14[retroplayer] rework to new code style without shared libAlwin Esch
2016-12-14[addon] bye, bye libKODI_guilib.cppAlwin Esch
2016-12-13[addon] bye, bye libKODI_audioengine.cppAlwin Esch
2016-12-13[addon] bye, bye libXBMC_codec.cppAlwin Esch
2016-12-13Merge pull request #11154 from AlwinEsch/remove-shared-addon-lib-peripheralAlwin Esch
[peripheral] bye, bye libKODI_peripheral.cpp
2016-12-13[peripheral] bye, bye libKODI_peripheral.cppAlwin Esch
2016-12-13[adsp] bye, bye libKODI_adsp.cppAlwin Esch
2016-12-12platinum: add patch for 12839cbecd96ac0980e7a75a6e1e841688514b18phate89
2016-12-12platinum: add resume playerstatephate89
2016-12-12platinum: add patch for f034d17ddfefac6a182511f1401d248beb45b280phate89
2016-12-12platinum: fix potential crash in parsetaglistphate89
2016-12-11[inputstream] bye, bye libKODI_inputstream.cppAlwin Esch
2016-12-10[addon] change namespace from V1::KodiAPI:: to KodiAPI::V1::Alwin Esch
2016-12-10[pvr] bye, bye libXBMC_pvr.cppAlwin Esch
2016-12-01[retroplayer] Game add-onsGarrett Brown
Thanks to Themaister for rewind functionality, fetzerch for mouse support, file length check and cmake modifications, topfs2 for fixing a crash when loading game clients, eibma for fixing linux compilation errors, a1rwulf for catching a missing callback symbol and fixing some rebase errors, and to notspiff for helping with the rebrand and cmake.
2016-11-29fix initializer list ordersArne Morten Kvarving
2016-11-29Merge pull request #10980 from notspiff/remove_unusedCristiano A. Silva
remove unused variables / members
2016-11-24Merge pull request #9925 from oskvadd/fastseekWolfgang Schupp
Speed up startup time for movies in split rar archives.
2016-11-23remove unused variables / membersArne Morten Kvarving
2016-10-26libdvd/Makefile: cross-compile, allow to specify the ar commandTimo Gurr
Allow specifying the AR variable to fix build in cross environments that have the ar command prefixed with e.g. the host triplet, like x86_64-pc-linux-gnu-ar.
2016-09-20kodi.guilib: fix version in generated addon.xmlRainer Hochecker
2016-09-12[cmake/win32] Fix coverity buildChristian Fetzer
Commit 27ca9e19e9340792251f33b75dd8b5dc0b3c8c40 seems to have changed the order in which upnp related libraries are built on windows. This fails the coverity build with symbol redefinition errors in NptXbmcFile.cpp vs. NptWin32File.cpp. Since we have some modifications in NptXbmcFile.cpp we should prefer this and don't build the one shipped with the upnp lib.
2016-09-06Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove ↵Pär Björklund
binary folder"
2016-09-06[addons] move ./xbmc/addons/binary/interfaces one down and remove binary folderAlwin Esch
2016-08-15[peripheral API] v1.0.20 - Add callback to count controller featuresGarrett Brown
2016-08-09[cmake/win32] Build Effects11 with CMakeChristian Fetzer
2016-08-09Update to latest effects11, august 2 2016 releasePär Björklund
2016-07-30remove win32 win10sdk dependencymapfau
2016-07-27[cmake] Group sources and targets into foldersChristian Fetzer