aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-10Merge pull request #17112 from Montellese/backport/settings_json_serializerDave Blake
[backport] [scraper] Pass JSON serialized path settings to python scrapers
2020-01-06Merge pull request #17084 from DaveTBlake/RaceOnPlaybackStart_Leiajenkins4kodi
2020-01-06Reset playlist on new file playbackWolfgang Haupt
Fixes: https://github.com/xbmc/xbmc/issues/16690 Co-authored-by: Rainer Hochecker <fernetmenta@online.de> (cherry picked from commit 95889eafd6906ff23667d0c185a6c0d711d6350a)
2020-01-05Perform operations only outside the login screenCastagnaIT
2020-01-04pass path settings as JSON to python scrapers (thanks @romanvm)montellese
2020-01-04[settings] add JSON serialization implementation of ISettingsValueSerializermontellese
2020-01-02Merge pull request #16988 from fritsch/profileleiaPeter Frühberger
Backport of Profile loading crash
2020-01-02Merge pull request #17111 from fritsch/cmsleiaPeter Frühberger
LinuxRendererGL: Fix useage of glTexImage3D format was not valid
2020-01-01[settings/lib] add ISettingsValueSerializer interfacemontellese
2020-01-01LinuxRendererGL: Fix useage of glTexImage3D format was not validfritsch
2020-01-01Merge pull request #17100 from djp952/mpegts-programready-leiaPeter Frühberger
[VideoPlayer][Leia] Fix 'Resume from' with audio only MPEG-TS streams
2019-12-31Merge pull request #17099 from arnova/cache_fix_forward_near_eof_leiaPeter Frühberger
fixed: Cache forward size wasn't updated when source EOF was hit
2020-01-01Merge pull request #17103 from kambala-decapitator/leia-ios-external-screen-fixfuzzard
[ios] fix size of EAGL layer on external screen
2019-12-31Merge pull request #17101 from djp952/visualization-nullpackets-leiaPeter Frühberger
[Leia] ActiveAE: Prevent packets with zero samples from being passed to Visualization
2019-12-31fixed: Cache forward size wasn't updated when source EOF was hitarnova
2019-12-31[ios] fix size of EAGL layer on external screenAndrey Filipenkov
2019-12-30[Visualization] Prevent NULL/zero-length packets from being processeddjp952
2019-12-30[VideoPlayer][Leia] Fix 'Resume from' functionality with audio only MPEG-TS ↵djp952
streams
2019-12-30Merge pull request #17070 from arnova/curl_set_retry_on_seek_leiaPeter Frühberger
fixed: When seeking m_bRetry must be updated (Leia backport)
2019-12-30Fix GetItemsToScan scan in sub-directoriesRoman Artiukhin
2019-12-30Merge pull request #17097 from djp952/mpegts-audiodrop-leiaPeter Frühberger
[Leia] Resume paused ActiveAE stream while draining to avoid lapse during pl…
2019-12-29Resume paused ActiveAE stream while draining to avoid lapse during playbackdjp952
2019-12-29Merge pull request #17075 from peak3d/leia_hdmistateMarkus Pfau
[Backport][Android] Simplify / fix modechange
2019-12-27Fix calling OnPlaybackStarted twice because of race condition when stream ↵DaveTBlake
processing is faster than the callback process
2019-12-26Merge pull request #17068 from anssih/fix/truehd-crash-18Anssi Hannula
Fix crashes due to missing TrueHD overrun checks
2019-12-26Fix cosmetic style issues introduced by TrueHD fixAnssi Hannula
Commit 0e76bd058fbd8e3 ("Fix crashes due to missing TrueHD overrun checks") introduced several style issues (too long lines and missing whitespace). Fix those. (cherry picked from commit c712930de281d8caaf94a1c8713b7106185642b2)
2019-12-25[Backport][Android] Simplify / fix modechangepeak3d
2019-12-25Merge pull request #16977 from peak3d/leia_chapterMarkus Pfau
[Backport][Inputstream] Add IChapter interface #16581
2019-12-22fixed: When seeking m_bRetry must be updated else it will default to true ↵arnova
again with multisession
2019-12-22Fix crashes due to missing TrueHD overrun checksAnssi Hannula
CAEBitstreamPacker and CDVDAudioCodecPassthrough copy TrueHD frames into buffers without checking for overruns. Fix that. This should fix crashes of issue #16704. However, audio dropouts still remain. To fix those, the TrueHD packet offsets will need to be dynamically scaled based on the input_timing field (TrueHD bytes 2-3) which allows determining the amount of time required between the previous frame and the current frame. (cherry picked from commit 0e76bd058fbd8e3d75e577c235f1e3b148f75246)
2019-12-17Merge pull request #17050 from ronie/es-slideshow-18ronie
[Estuary] fix artist slideshow condition
2019-12-17[EStuary] fix artist slideshow conditionronie
2019-12-13Merge pull request #16989 from fritsch/delayleiaPeter Frühberger
[Android] Priorize timer instead HDMI_AUDIOPLUG on refreshrate switch
2019-12-13Merge pull request #17024 from fritsch/amldebug2Peter Frühberger
AudioTrack: Hack for Leia - workaround broken AMLogic firmware v23
2019-12-13[Backport][Inputstream] Add IChapter interface #16581peak3d
2019-12-12ProfileManager: Save changes when they happenfritsch
2019-12-11AudioTrack: Hack for Leia - workaround broken AMLogic firmware v23fritsch
2019-12-07XBMCTinyXML: Properly Flush when writing xml to diskfritsch
2019-12-07ProfileManager: Fall back to master profile if profile.xml not loadable / ↵fritsch
parseable
2019-12-05Merge pull request #16969 from garbear/backport-black-screenGarrett Brown
[Backport] RetroPlayer: Fix black screen for RGB emulators
2019-12-02[Android] Priorize timer instead HDMI_AUDIOPLUG on refreshrate switchpeak3d
2019-12-01Merge pull request #16955 from fritsch/headphonesPeter Frühberger
Android: Backport of Headphone enumeration
2019-11-22RetroPlayer/GLES: Use no-alpha texture shaderGarrett Brown
Fixes black screen with RGB emulators on RPi.
2019-11-22CRenderSystemGLES: Add no-alpha texture shaderGarrett Brown
2019-11-22AESinkAudioTrack: Remove now superflous HeadSet checkfritsch
2019-11-22AESinkAudioTrack: Remove Headphone check - let Audiotrack handle it internallyfritsch
2019-11-16Merge pull request #16921 from DaveTBlake/bump_18.518.5-LeiaDave Blake
Bump for 18.5 final
2019-11-16Bump for 18.5 finalDaveTBlake
2019-11-14Merge pull request #16908 from fritsch/lverticalshiftPeter Frühberger
RendererMediaCodecSurface: Announce vertical shift as well
2019-11-13RendererMediaCodecSurface: Announce vertical shift as wellfritsch