Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-19 | [addons] rename binary gui interface dir to "gui" (lowercase) to match headers | Alwin Esch | |
2020-01-24 | [posix] network: split into platform specific files | Lukas Rusak | |
2020-01-14 | kodi-test: add test cases for CSysfsPath | Lukas Rusak | |
2020-01-08 | [tvOS] Initial Platform Commit for Apple TVOS | Sylvain CECCHETTO | |
Initial commit for TVOS platform. | |||
2019-10-10 | [ios/networking] - Implemented Darwin_embedded specific network implemenation | fuzzard | |
Removes darwin_embedded network implementation from standard posix network implementation Handles all CNetworkBase overloads specific to darwin_embedded platforms. As of ios11, it is not possible to retrieve interface MAC addresses, or to retrieve info from the devices ARP table. WOL/WakeOnAccess features are not possible without these. MAC address access was actually deprecated in ios7. | |||
2019-10-02 | [PVR] Rework PVR component source directory structure. | Kai Sommerfeld | |
2019-10-01 | split DarwinStorageProvider into OSX and iOS | Andrey Filipenkov | |
2019-07-19 | Merge pull request #14908 from AlwinEsch/remove-cpluff | Alwin Esch | |
[addons] remove cpluff | |||
2019-07-18 | [ios/build] rename core_system_name to darwin_embedded | fuzzard | |
implement darwin_embedded CORE_SYSTEM_NAME and OS. This provides a single parent for ios/tvos common build code, and allows ios/tvos specific code via CORE_PLATFORM_NAME | |||
2019-07-17 | [addons] move AddonInfo (.cpp / .h) to its own folder | Alwin Esch | |
This is done to make it easier to understand after the subsequent changes and to have all of this related files in a folder. | |||
2019-07-12 | [PVR] CPVRChannelsPath: add unittests | Arne Morten Kvarving | |
2019-06-11 | MemUtils: breakup into platform specific files | Lukas Rusak | |
2019-06-03 | Remove amlogic platform | Lukas Rusak | |
Amlogic developers are encouraged to move to the GBM platform | |||
2019-05-30 | platform: linux is for linux! (and freebsd I guess) | Lukas Rusak | |
2019-05-25 | [osx] remove platform/linux | fuzzard | |
2019-05-25 | [posix] relocate common platform/network/linux to platform/posix | fuzzard | |
Move common elements to posix folder | |||
2019-05-03 | [cmake] use treedata instead of add_directory for omxplayer and rpi windowing | Rechi | |
2019-05-03 | [cmake] add treedata/common/${CORE_PLATFORM_NAME_LC}/*.txt to read files | Rechi | |
2019-05-03 | [windows] use treedata instead of add_directory after f47c959f0d | Rechi | |
2019-05-01 | GBM: override ProcessInfo and use Deinterlace Half by default on arm | Jonas Karlman | |
2019-04-29 | [addons] add OpenGL shader support | Alwin Esch | |
This implement a helper class to handle GL and GLES related loading of Vertex and Fragment shaders. The user can define files or inside code defined text or both together. This commit depend with use of GL.h to the next commit | |||
2019-04-19 | [cmake] sort treedata | Rechi | |
2019-04-16 | [darwin] move ios windowing into seperate folder | Rechi | |
2019-04-16 | [darwin] move storage into darwin folder | Rechi | |
2019-04-16 | [darwin] compile powermanagement only for osx | Rechi | |
2019-04-16 | [darwin] use PeripheralBusUSB only on osx | Rechi | |
2019-04-16 | [darwin] move Zeroconf into darwin folder | Rechi | |
2019-03-18 | Decoderfilter implementation | peak3d | |
2019-01-20 | Android: Properly overwrite ProcessInfo and use Deinterlace Half by default | fritsch | |
2018-10-25 | Input: Move action source files to 'input/actions/' subfolder | Garrett Brown | |
2018-10-21 | [playlists] Add support for reading XSPF playlists | Tyler Szabo | |
2018-09-20 | Game OSD: Show help dialog on first view | Garrett Brown | |
This adds a help dialog to the game OSD and encapsulates the GUI playback control mechanisms. The volume dialog has been modified to play the game in the background for audible feedback. | |||
2018-08-13 | RetroPlayer: Import savestate code from game add-ons | Garrett Brown | |
Code shuffle only. No functional changes. | |||
2018-08-13 | RetroPlayer: Import playback and memory code from game add-ons | Garrett Brown | |
The code was originally placed in games/ to minimize the size of RetroPlayer, which was crucial to rapidly scaling the player to handle the rendering system added in the GSoC 2017 shader project. Code shuffle only. No functional changes. | |||
2018-07-16 | [mir] Drop platform | h.udo | |
2018-06-06 | Game API v1.0.38: Stream abstraction | Garrett Brown | |
This changes the Game API to use a common abstraction for audio and video streams, in preparation for framebuffer streams. The primary benefit is that video metadata is passed to the frontend in-band along with the data. Previously, metadata was only specified on stream open, requiring a new stream if metadata changes. Now, the common stream struct puts the data alongside its metadata. RetroPlayer has been extended so that it can scale to hardware and software streams in the future. | |||
2018-06-02 | RetroPlayer: Move buffers to new buffers/ folder | Garrett Brown | |
2018-05-21 | Merge pull request #13793 from t6/patch-oss | Rainer Hochecker | |
AE: Reenable AESinkOSS on FreeBSD | |||
2018-04-25 | Enable build of OSScreenSaverFreedesktop on FreeBSD | Tobias Kortkamp | |
Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org> | |||
2018-04-25 | Allow Kodi to build on ARM architectures and also enable the rbpi platform ↵ | Tobias Kortkamp | |
on FreeBSD Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org> | |||
2018-04-23 | Merge pull request #13785 from afedchin/network-global | Arne Morten Kvarving | |
kill CNetworkServices global | |||
2018-04-21 | Add new FreeBSD OptionalsReg | Tobias Kortkamp | |
Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org> | |||
2018-04-19 | changed: rename CNetwork to CNetworkBase | notspiff | |
and add typedefs to CNetwork for specific platforms. in preparation for rtti'ing the service | |||
2018-04-19 | [Android] CryptoSession implementation | peak3d | |
2018-04-19 | Implement generic DRM CryptoSession interface + python API | peak3d | |
2018-04-14 | [guiinfo] Moved all files from guiinfo/ to guilib/guiinfo and changed ↵ | Kai Sommerfeld | |
namespace from GUIINFO to KODI::GUILIB::GUIINFO. | |||
2018-04-11 | [cleanup][freebsd] remove FreeBSDGNUReplacements | Rechi | |
2018-04-04 | [android] filesystem: move implementation to platform folder. | Anton Fedchin | |
2018-04-04 | [posix] filesystem: move to platform folder | Anton Fedchin | |
2018-04-04 | [win32] utils: move to platform folder | Anton Fedchin | |