Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-17 | [Omega] Alpha 1 | fuzzard | |
2023-04-16 | Merge pull request #23157 from joseluismarti/schedule-limit | fuzzard | |
[Android] Avoid crash when create recommendation channels and schedul… | |||
2023-04-16 | [Android] Avoid crash when create recommendation channels and schedule more ↵ | Jose Luis Marti | |
than 100 jobs | |||
2023-04-14 | TexturePacker: DecodedFrame: remove pointer to IDecoder | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager: pass filename as string_view | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager remove use of c_str() | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager use range based for loop for extensions | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager use range based for loop | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager use unique_ptr for decoders list | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: DecoderManager: use as a proper class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: IDecoder: remove FreeDecodedFrame method | Lukas Rusak | |
we can now use RAII style alloc/dealloc for the image data with std::vector Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: IDecoder: use std::vector for image data | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | TexturePacker: use c++17 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | Merge pull request #19141 from lrusak/edid-decode | Lukas Rusak | |
2023-04-11 | tools/depends: add libdisplay-info to linux builds | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-11 | tools/depends: add hwdata to linux builds | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-10 | [UWP][Build] Remove requirement of specific Windows SDK version | thexai | |
Let's CMake choose latest SDK installed at time of build. Is already like this for Windows x64 desktop. | |||
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-06 | webos: Initial starfish video acceleration | Stephan Sundermann | |
2023-04-04 | tools/depends: ffmpeg: update to 6.0 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-03-27 | [webos] remove uncecessary keyboard override | wsnipex | |
2023-03-27 | [depends] bump webos-userland to v0.0.6 | wsnipex | |
2023-03-25 | [cmake] build waylandpp static | wsnipex | |
2023-03-23 | [webos] fix building binary addons | wsnipex | |
2023-03-22 | Merge pull request #23026 from webosbrew/mariadb-gssapi-webos | Wolfgang Schupp | |
[webOS] Stop building mariadb gssapi plugin | |||
2023-03-21 | Merge pull request #23018 from wsnipex/webos_packaging | Wolfgang Schupp | |
webos: dynamically package missing dependency libraries | |||
2023-03-20 | webos: Stop building mariadb gssapi plugin | Stephan Sundermann | |
2023-03-20 | webos: Avoid dependency on readline | throwaway96 | |
Samba is causing Kodi to link against readline and ncurses (libtinfo) whenever they are detected. Since Kodi doesn't seem to actually use them, this dependency is pointless. This patch prevents readline and ncurses from being detected when Samba is configured. | |||
2023-03-20 | [cmake][webos] Reduce footprint of WINDOWSYSTEM | enen92 | |
2023-03-19 | webos: dynamically package missing dependency libraries | wsnipex | |
2023-03-19 | Merge pull request #23006 from joseluismarti/JsonParser | fuzzard | |
[Android] Replace JsonParser constructor | |||
2023-03-18 | [Android] Replace AsyncTask in SyncProgramsTask | Jose Luis Marti | |
2023-03-18 | [Android] Replace AsyncTask in SyncChannelTask | Jose Luis Marti | |
2023-03-18 | [Android] Replace JsonParser constructor | Jose Luis Marti | |
2023-03-18 | Add webos-userland as a replacement for mesa | Stephan Sundermann | |
2023-03-18 | [depends] fix linking python3 on webos | wsnipex | |
2023-03-18 | depends/cmakebuildsys: set core_platform_name for webos | wsnipex | |
2023-03-18 | webos: move packaging to cmake | wsnipex | |
2023-03-18 | Initial support for webOS shell | craigcarnell | |
2023-03-18 | [Android] Replace AsyncTask in FillCache | Jose Luis Marti | |
2023-03-17 | Merge pull request #22988 from joseluismarti/remove-obb | fuzzard | |
[Android] Remove OBB expansion files | |||
2023-03-16 | [tools/depends][target] target_platform based dependency building | fuzzard | |
2023-03-15 | [Android] Remove OBB expansion files | Jose Luis Marti | |
2023-03-15 | Merge pull request #22964 from thexai/fix-prepare-env | thexai | |
[Windows][build ffmpeg] more robust build scripts | |||
2023-03-13 | Merge pull request #22966 from fuzzard/configure_asflags | fuzzard | |
[tools/depends] add asflags as predefined flag option | |||
2023-03-12 | fix gnutls issue with ndk 21 | Jose Luis Marti | |
2023-03-12 | [tools/depends] gnutls 3.7.8 | fuzzard | |
2023-03-11 | [Windows][build ffmpeg] more robust build scripts | thexai | |
2023-03-11 | [tools/depends][target] Build libass as static only | fuzzard | |
We also change android packaging to expect static libass |