Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-10 | [macos][nativewindowing] Use NSWindowController | Miguel Borges de Freitas | |
Co-authored-by: Steve Hartwell <steve.hartwell@gmail.com> | |||
2023-04-10 | [Subtitles][WebVTT] Fix reversed pts offset correction | CastagnaIT | |
2023-04-10 | [Windows] DXVA: check if video processor prefers YCBCR_STUDIO_G22_TOPLEFT_P2020 | thexai | |
Seems Intel only reports supported TOPLEFT and Nvidia only LEFT but this is only with 'CheckVideoProcessorFormatConversion'. At runtime works fine with two color spaces. But since now the supported conversions are strictly checked, must be used the correct color conversion or DXVA render initialization fails. | |||
2023-04-10 | [Windows] DXVA: check if BT.2020 color space is supported by video processor | thexai | |
2023-04-10 | Merge pull request #22798 from CastagnaIT/fix_cache_zip | fuzzard | |
[Addons][Filesystem] No cache, not treat compressed files as directory | |||
2023-04-10 | Merge pull request #23125 from enen92/edgeinsets_macos_setfullscree | fuzzard | |
[macOS][nativewindowing] Take guiInsets into consideration when reset… | |||
2023-04-10 | Merge pull request #22933 from fixthething/ubuntu-doc-update | fuzzard | |
[README.Ubuntu.md] Update Ubuntu package dependency list. | |||
2023-04-10 | Merge pull request #22967 from lrusak/ffmpeg-6 | fuzzard | |
FFmpeg: update to 6.0 | |||
2023-04-10 | Merge pull request #22999 from joseluismarti/AsyncTask | fuzzard | |
[Android] Replace AsyncTask | |||
2023-04-10 | Merge pull request #23126 from heitbaum/gcc13 | fuzzard | |
DRMHelpers: include missing <cstdint> | |||
2023-04-09 | DRMHelpers: include missing <cstdint> | Rudi Heitbaum | |
gcc 13 moved some includes around and as a result <cstdint> is no longer transitively included [1]. Explicitly include it for uint{32,64}_t. [1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com> | |||
2023-04-09 | Merge pull request #23115 from thexai/dxva-av1 | thexai | |
[Windows] Implements DXVA2 AV1 HW video decoding 8-bit and 10-bit | |||
2023-04-09 | Merge pull request #23120 from ksooo/pvr-fix-channelswindow-crash | Kai Sommerfeld | |
[PVR] Channels window: Fix crash. | |||
2023-04-09 | Merge pull request #23119 from ksooo/pvr-channelgroup-dead-code | Kai Sommerfeld | |
[PVR] CPVRChannelGroups::UpdateFromClients : Remove dead code. | |||
2023-04-09 | [Windows] Implements DXVA2 AV1 HW video decoding 8-bit and 10-bit | thexai | |
Tested on Intel 13700K with AV1 8 and 10 bit videos profile0 (main) | |||
2023-04-09 | [macOS][nativewindowing] Take guiInsets into consideration when resetting ↵ | Miguel Borges de Freitas | |
render system for a specific resolution | |||
2023-04-09 | Merge pull request #23117 from neo1973/CRenderManager_missing_init | Miguel Borges de Freitas | |
[CRenderManager] Add missing member initialization | |||
2023-04-09 | Merge pull request #23116 from lrusak/hdr-no-modeset | Jernej Škrabec | |
CWinSystemGbm: don't require a modeset when setting HDR metadata | |||
2023-04-09 | Merge pull request #23122 from joseluismarti/bionic | fuzzard | |
[Android] Cleanup missing bionic functions | |||
2023-04-08 | [Android] Cleanup missing bionic functions | Jose Luis Marti | |
2023-04-08 | [PVR] Logging improvements. | ksooo | |
2023-04-08 | [PVR] Channels window: Context menu 'Manage': Show 'Update guide ↵ | ksooo | |
information' item only if a channel is selcted, not '..'. Fixes a crash. | |||
2023-04-08 | [PVR] CPVRChannelGroups::UpdateFromClients : Remove dead code. | ksooo | |
2023-04-08 | CRenderManager: Add missing member initialization | Markus Härer | |
2023-04-07 | CWinSystemGbm: don't require a modeset when setting HDR metadata | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-06 | Merge pull request #23092 from webosbrew/feature/webOS | Wolfgang Schupp | |
[webOS] Hardware accelerated video decoding / Magic Remote | |||
2023-04-06 | webos: Don't allow crypto sessions | Stephan Sundermann | |
2023-04-06 | webos: Improve instance guarding | Stephan Sundermann | |
2023-04-06 | webos: Fix play / pause failing sometimes | Stephan Sundermann | |
2023-04-06 | webos: Disable getauxval | Stephan Sundermann | |
Apparently, the glib 2.12 getauxval polyfill that is used for building on webOS seems to break in combination with libPlayerAPIs on webOS 6+ causing a segfault when initializing libcrypto. On webOS 6+ libcryto.1.1.0 is bundled as system library which is also what we bundle in Kodi. The issue is unfortunately not straightforward to debug and thus, until we understand the issue better just disable the getauxval call here. We can safely assume that any webOS TV has NEON support | |||
2023-04-06 | webos: Add DoVi profile/FEL detection | Stephan Sundermann | |
2023-04-06 | Minor documentation/whitespace cleanup | throwaway96 | |
These issues were mostly left over from the merge. | |||
2023-04-06 | webos: Move window export into renderer to support render features | Stephan Sundermann | |
2023-04-06 | webos: Make webos-foreign optional for compability | Stephan Sundermann | |
2023-04-06 | webos: Add passthrough starfish sink | Stephan Sundermann | |
2023-04-06 | webos: fix webOS 3.x output detection | Piotr Dobrowolski | |
2023-04-06 | webos: Disable software cursor | Stephan Sundermann | |
2023-04-06 | webos: fix magic remote | Piotr Dobrowolski | |
2023-04-06 | webos: Extract webOS wayland code into own class | Stephan Sundermann | |
2023-04-06 | webos: Initial starfish video acceleration | Stephan Sundermann | |
2023-04-06 | Merge pull request #23107 from enen92/improve_app_bar | Miguel Borges de Freitas | |
[macos][nativewindowing] Improve app bar visual appearance | |||
2023-04-05 | Merge pull request #23101 from thexai/dxvahd-refactor | thexai | |
[Windows] minor refactor of DXVAHD | |||
2023-04-05 | [macos][nativewindowing] Fix null warning | Miguel Borges de Freitas | |
2023-04-05 | Merge pull request #23083 from a1rwulf/fix-android-refreshrateswitch | Peter Frühberger | |
Android: Fix playback getting stuck when refreshrate switch is enabled | |||
2023-04-05 | [macos][nativewindowing] Hide Kodi label, make app bar transparent | Miguel Borges de Freitas | |
Co-authored-by: Steve Hartwell <steve.hartwell@gmail.com> | |||
2023-04-04 | CDVDVideoCodecFFmpeg: remove deprecated use of reordered_opaque | Lukas Rusak | |
ref: https://ffmpeg.org/doxygen/6.0/structAVFrame.html#a12f572ed19a2cba6be3790393cee76b5 Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-04 | CFFmpegImage: remove deprecated use of pkt_duration | Lukas Rusak | |
ref: https://ffmpeg.org/doxygen/6.0/structAVFrame.html\#a91725a40000e348b0607adf7f577e646 Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-04 | DXVA: CDecoder: replace removed av_mallocz_array with av_calloc | Lukas Rusak | |
ref: https://ffmpeg.org/doxygen/5.0/group__lavu__mem__funcs.html\#ga6627f140c3f70847bc6d9690a2fd001f Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-04 | [cmake] ffmpeg: update version check to 6.0 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-04 | tools/depends: ffmpeg: update to 6.0 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> |