Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
changed: use libfstrcmp
|
|
|
|
Keep the order of the add-on context menu items as defined in the addon.xml file
|
|
addon.xml file
|
|
|
|
|
|
|
|
|
|
Yet more include cleanups
|
|
|
|
|
|
|
|
|
|
|
|
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
|
|
|
|
|
|
logging along the way.
|
|
|
|
be virtual.
|
|
This reverts commit 28145f1498a8fbf41ec21dcbedd17762f8fa1f25.
|
|
No derived class instance is ever allocated dynamically.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Reuse last PythonInvoker / Thread for Addon calls
* Optional disable in addon.xml::metadata
|
|
|
|
|
|
|
|
|
|
[PVR] Addon API documentation cleanup
|
|
|
|
|
|
functions Get(Recording|EPGTag)Edl.
|
|
|
|
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.
|
|
This adds some comments and moves stuff around. No functional changes.
|
|
In the future, these properties will be passed when the stream is open.
|
|
Games: Compiler warning and typo fixes
|
|
|
|
|
|
|
|
|
|
|