Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-21 | [cmake] move HAVE_LIBBLURAY ifdef condition to cmake | Rechi | |
2017-06-21 | [cleanup] remove autotools leftover | Rechi | |
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-18 | platinum: Add patch file for "Fix upnp:lastPlaybackPosition parsing" | Justin Maggard | |
2017-05-17 | platinum: Fix upnp:lastPlaybackPosition parsing | Justin 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 warnings | Chris Mayo | |
2017-04-07 | [cleanup] remove UnrarXLib | Stefan Saraev | |
2017-03-28 | changed: build the exif code in main library | Stefan Saraev | |
thanks notspiff | |||
2017-03-16 | [bluray] Add sound effect retrieval. Currently it's not processed any further. | ace20022 | |
2017-03-01 | Add the patch file for libupnp | Pär Björklund | |
2017-03-01 | Switch libupnp to unicode as well | Pär Björklund | |
2017-03-01 | Move to using unicode win32 api methods | Pä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 80f22d1 | Rechi | |
2017-01-13 | [win][platinum] Changed GWL_USERDATA to GWLP_USERDATA and updated pointer cast | Pär Björklund | |
2016-12-31 | Revert "Speed up startup time for movies in split rar archives." | fritsch | |
This reverts commit b0e3be09a7418dff76bd96661fa8beda96a4140b. | |||
2016-12-15 | Merge pull request #10429 from notspiff/remove_autotools | Cristiano A. Silva | |
Remove autotools | |||
2016-12-15 | remove autotools buildsystem | notspiff | |
2016-12-14 | [addons] remove no more used libKODI_game.cpp | Alwin Esch | |
2016-12-14 | [addon] bye, bye libXBMC_addon.cpp | Alwin Esch | |
2016-12-14 | Merge pull request #11172 from AlwinEsch/remove-shared-addon-lib-games | Alwin Esch | |
[retroplayer] rework to new code style without shared lib | |||
2016-12-14 | Merge pull request #11045 from phate89/fix_upnp_iso_resume | phate89 | |
Fix upnp iso resume exporting and resume from upnp | |||
2016-12-14 | [retroplayer] rework to new code style without shared lib | Alwin Esch | |
2016-12-14 | [addon] bye, bye libKODI_guilib.cpp | Alwin Esch | |
2016-12-13 | [addon] bye, bye libKODI_audioengine.cpp | Alwin Esch | |
2016-12-13 | [addon] bye, bye libXBMC_codec.cpp | Alwin Esch | |
2016-12-13 | Merge pull request #11154 from AlwinEsch/remove-shared-addon-lib-peripheral | Alwin Esch | |
[peripheral] bye, bye libKODI_peripheral.cpp | |||
2016-12-13 | [peripheral] bye, bye libKODI_peripheral.cpp | Alwin Esch | |
2016-12-13 | [adsp] bye, bye libKODI_adsp.cpp | Alwin Esch | |
2016-12-12 | platinum: add patch for 12839cbecd96ac0980e7a75a6e1e841688514b18 | phate89 | |
2016-12-12 | platinum: add resume playerstate | phate89 | |
2016-12-12 | platinum: add patch for f034d17ddfefac6a182511f1401d248beb45b280 | phate89 | |
2016-12-12 | platinum: fix potential crash in parsetaglist | phate89 | |
2016-12-11 | [inputstream] bye, bye libKODI_inputstream.cpp | Alwin Esch | |
2016-12-10 | [addon] change namespace from V1::KodiAPI:: to KodiAPI::V1:: | Alwin Esch | |
2016-12-10 | [pvr] bye, bye libXBMC_pvr.cpp | Alwin Esch | |
2016-12-01 | [retroplayer] Game add-ons | Garrett 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-29 | fix initializer list orders | Arne Morten Kvarving | |
2016-11-29 | Merge pull request #10980 from notspiff/remove_unused | Cristiano A. Silva | |
remove unused variables / members | |||
2016-11-24 | Merge pull request #9925 from oskvadd/fastseek | Wolfgang Schupp | |
Speed up startup time for movies in split rar archives. | |||
2016-11-23 | remove unused variables / members | Arne Morten Kvarving | |
2016-10-26 | libdvd/Makefile: cross-compile, allow to specify the ar command | Timo 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-20 | kodi.guilib: fix version in generated addon.xml | Rainer Hochecker | |
2016-09-12 | [cmake/win32] Fix coverity build | Christian 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-06 | Revert "[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 folder | Alwin Esch | |
2016-08-15 | [peripheral API] v1.0.20 - Add callback to count controller features | Garrett Brown | |
2016-08-09 | [cmake/win32] Build Effects11 with CMake | Christian Fetzer | |
2016-08-09 | Update to latest effects11, august 2 2016 release | Pär Björklund | |
2016-07-30 | remove win32 win10sdk dependency | mapfau | |
2016-07-27 | [cmake] Group sources and targets into folders | Christian Fetzer | |