Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-30 | Fix error playing disk image games | Garrett Brown | |
Game items ending in disk image extensions are currently played using VideoPlayer instead of RetroPlayer. This results in a brief buffering dialog, and then the player exits to the previous window. | |||
2020-01-30 | FileItem: Fix range iterator constness | Garrett Brown | |
2020-01-26 | Merge pull request #17202 from mediaminister/pluginfile | Ryan Rector | |
[JSON-RPC] Fix plugin:// url support for Files.GetFileDetails | |||
2020-01-26 | [JSON-RPC] Fix plugin:// url support for Files.GetFileDetails | mediaminister | |
2020-01-26 | Merge pull request #17266 from AlwinEsch/fix-addon-depends-ldflags | Alwin Esch | |
[cmake] fix ldflags transfer on addon depends build | |||
2020-01-26 | Merge pull request #17271 from ksooo/pvr-fix-epgtagscache-channeldata | Kai Sommerfeld | |
[PVR] Fix CPVREpgTagsCache missing channel data. | |||
2020-01-26 | Merge pull request #17260 from lrusak/aarch64-host | Lukas Rusak | |
[depends] allow compiling on an aarch64 host | |||
2020-01-26 | [PVR] Fix CPVREpgTagsCache missing channel data. | Kai Sommerfeld | |
2020-01-26 | Merge pull request #17268 from ksooo/pvr-fix-epgtagscontainer-crash | Kai Sommerfeld | |
[PVR] Fix CPVREpgTagsContainer::UpdateEntries to reset the tags cache… | |||
2020-01-26 | Merge pull request #17127 from enen92/artfix | enen92 | |
[VideoThumbLoader] Do not replace the whole art map when getting item… | |||
2020-01-26 | [cmake] fix ldflags transfer on addon depends build | Alwin Esch | |
Before was only a "-DCMAKE_EXE_LINKER_FLAGS=-L${OUTPUT_DIR}/lib" given. But by cross compile on some depends are library linker flags needed who give infos about the OS (specially ffmpeg). This change add the give of them in same way as already CFLAGS and CPPFLAGS are given. | |||
2020-01-26 | Merge pull request #17263 from DaveTBlake/FixDiscDefine | Dave Blake | |
Fix MUSICPLAYER_DISC_TITLE define position | |||
2020-01-26 | [PVR] Fix CPVREpgTagsContainer::UpdateEntries to reset the tags cache data, ↵ | Kai Sommerfeld | |
not the tags cache instance. Make two members const to prevent those kind of bugs in the future. | |||
2020-01-25 | Fix MUSICPLAYER_DISC_TITLE so with other infolabels | DaveTBlake | |
2020-01-25 | Merge pull request #17138 from CastagnaIT/master_profileloads | Garrett Brown | |
[Profiles] Perform operations only outside the login screen | |||
2020-01-25 | Merge pull request #16858 from bendavid/rpc_button | Garrett Brown | |
Add JSON RPC call to send button press event. | |||
2020-01-25 | Merge pull request #17195 from ksooo/pvr-epg-database | Kai Sommerfeld | |
[PVR] EPG Memory optimizations/Performance improvements | |||
2020-01-25 | Merge pull request #17257 from the-black-eagle/disctitle_in_listitem_title | Dave Blake | |
[music][gui] Ensure disc subtitle is in ListItem.Title for skins to display | |||
2020-01-25 | Ensure disc subtitle is in ListItem.Title for skins to display | the-black-eagle | |
2020-01-25 | [PVR] EPG search: Drastically speed up programme searches by directly using ↵ | Kai Sommerfeld | |
the EPG database. | |||
2020-01-25 | [PVR] EPG container: To keep system load down, set low priority for the EPG ↵ | Kai Sommerfeld | |
container thread, and when persisting data, do it in slices of one second every 60 seconds. Respect 'No EPG updates when playing' setting when persisting or delivering updated EPG tags. | |||
2020-01-25 | [PVR] CPVRTimerInfoTag::GetEpgInfoTag: Only probe for an EPG tag one time to ↵ | Kai Sommerfeld | |
reducde database/backend load. | |||
2020-01-25 | [PVR] EPG: Load EPG tags from database on demand only; do never preload and ↵ | Kai Sommerfeld | |
hold all tags in memory. | |||
2020-01-25 | Merge pull request #16855 from Kwiboo/drmprime-drain | Jonas Karlman | |
DVDVideoCodecDRMPRIME: improve error messages and drain codec on reset | |||
2020-01-24 | [depends] allow compiling on an aarch64 host | Lukas Rusak | |
2020-01-24 | Merge pull request #17231 from Montellese/bugfix/windows_depends_download | Pär Björklund | |
[windows] Fix downloading dependencies from mirrors | |||
2020-01-24 | Merge pull request #17250 from ksooo/pvr-channelmanager-initial-selection | Kai Sommerfeld | |
[PVR] Channel Manager: If started via channel's context menu, presele… | |||
2020-01-24 | Merge pull request #17251 from ksooo/pvr-guidewindow-gaptag-ctx-menu | Kai Sommerfeld | |
[PVR] Context menus: Implement 'Record', 'Stop recording', 'Switch to channel' for EPG gap tags. | |||
2020-01-24 | Merge pull request #17248 from ronie/estuary-typo | ronie | |
[Estuary] fix brackets in DialogVideoInfo.xml | |||
2020-01-23 | VideoBufferDRMPRIME: set pixel format | Jonas Karlman | |
2020-01-23 | DVDVideoCodecDRMPRIME: simplify color_range assignment | Jonas Karlman | |
2020-01-23 | DVDVideoCodecDRMPRIME: drain ffmpeg codec on reset | Jonas Karlman | |
2020-01-23 | DVDVideoCodecDRMPRIME: log human readable ffmpeg error message | Jonas Karlman | |
2020-01-23 | [PVR] Context menus: Implement 'Record', 'Stop recording', 'Switch to ↵ | Kai Sommerfeld | |
channel' for EPG gap tags. | |||
2020-01-23 | [PVR] Channel Manager: If started via channel's context menu, preselect that ↵ | Kai Sommerfeld | |
channel on dialog open. | |||
2020-01-23 | Merge pull request #17232 from AlwinEsch/depends-build-check | Alwin Esch | |
[cmake] fix not allowed depends check | |||
2020-01-23 | Merge pull request #17243 from Rechi/fix/X11GlesOptionalDeps | Rechi | |
[cmake] fix optional platform dependencies for X11 GLES | |||
2020-01-23 | Merge pull request #17245 from kambala-decapitator/macos-fix-dmg-devhandle | Andrey Filipenkov | |
[macos][packaging] fix parsing device handle of a mounted dmg | |||
2020-01-23 | [cmake] fix optional platform dependencies for X11 GLES | Rechi | |
GLX and VDPAU are only compatible with GL | |||
2020-01-22 | [PVR] Factor out playback time calculation from CPVREpgInfoTag to ↵ | Kai Sommerfeld | |
CPVRPlaybackState. | |||
2020-01-22 | [PVR] Fix CPVREpgInfoTag::SetGenre to always set genre string. | Kai Sommerfeld | |
2020-01-22 | [PVR] Ensure not to compare EPG tag instances by pointer values. | Kai Sommerfeld | |
2020-01-22 | [PVR] EPG: Always store EPG tags in database, do never load all tags from ↵ | Kai Sommerfeld | |
database on startup. Todo: Still keeping all EPG tags fetched from the clients in memory. | |||
2020-01-22 | [PVR] EPG: Encapsulate access to EPG tags map. | Kai Sommerfeld | |
2020-01-22 | [Estuary]fix brackets | ronie | |
2020-01-22 | [macos][packaging] fix parsing device handle of a mounted dmg | Andrey Filipenkov | |
`/dev/disk` can have arbitrary amount of digits | |||
2020-01-22 | Perform operations only outside the login screen | CastagnaIT | |
2020-01-22 | Merge pull request #17235 from jjd-uk/mediaflags_fix | Kai Sommerfeld | |
[Estuary] Media Flags fix | |||
2020-01-21 | [Estuary] Media Flags fix | jjd-uk | |
2020-01-20 | [cmake] fix not allowed depends check | Alwin Esch | |
Before was in case with more as one value for not allowed OS e.g. "!windows !windowsstore" defined in platforms.txt, it used all the time. Is a cmake "for" loop where it compare the name with wanted target, before has it seen the name is, in one of the names not equal and set to allowed and continued loop, no matter if on next/before place defined as not. With this change it check the not allowed name is present, make `set(${build} FALSE)` and break the loop. Related to inputstream.ffmpegdirect, where on some depends, Windows and Windowsstore must be prevented. |