aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-08Merge pull request #23730 from fuzzard/release_omegaa321.0a3-Omegafuzzard
[Omega] Alpha3
2023-09-08Merge pull request #23733 from ksooo/video-fix-scan-to-libKai Sommerfeld
[video] Fix 'Scan to library' on a directory containing a movie file doesn't work anymore.
2023-09-07[video] Fix 'Scan to library' on a directory containing a movie file doesn't ↵ksooo
work anymore.
2023-09-07Merge pull request #23726 from ksooo/video-fix-art-selection-dialog-embedded-artKai Sommerfeld
[video] Art selection dialog: Fix support for embedded art.
2023-09-07[Omega] Alpha3fuzzard
2023-09-07Merge pull request #23709 from popcornmix/keep_packetfuzzard
DVDDemuxFFmpeg: Fix issues after st->cur_pts replacement part 3
2023-09-06Merge pull request #23728 from thexai/fix-parsingFrank H
[ActiveAE] Fix parsing audio devices names when names contains ':' character
2023-09-06[ActiveAE] Fix parsing audio devices names when names contains ':' characterthexai
2023-09-06Merge pull request #23725 from ksooo/estuary-pvr-back-to-simple-watched-stateKai Sommerfeld
[Estuary][PVR] Revert showing 'in progress' movies/episodes along with the watched status.
2023-09-06[video] Art selection dialog: Fix support for embedded art. More video ↵ksooo
formats are supported, not just mkv, but embedded art is only available if 'use video tags' setting is activated.
2023-09-06[video] Art selection dialog: Fix 'Embedded art' missing in dialog.ksooo
2023-09-06[video] Art selection dialog: Set default icon for 'No graphic' entry ↵ksooo
according to item's folder attribute.
2023-09-06[Estuary][PVR] Revert showing 'in progress' movies/episodes along with the ↵ksooo
watched status.
2023-09-05Merge pull request #23723 from ksooo/video-fix-musicvideo-infoMiguel Borges de Freitas
[video] Fix no information dialog for music videos.
2023-09-04[video] Fix no information dialog for music videos.ksooo
2023-09-04Merge pull request #23717 from ksooo/video-fix-choose-artKai Sommerfeld
[video] Fix 'Local art' missing in art selection dialog.
2023-09-04Merge pull request #23719 from fuzzard/cmake_fixcommentsfuzzard
[cmake] fix comments referencing incorrect names
2023-09-04[cmake] FindNFS correct comment for libnfsfuzzard
2023-09-04[cmake] FindFmt correct comment for fmt::fmt targetfuzzard
2023-09-03[video] Fix 'Local art' missing in art selection dialog.ksooo
2023-09-03[fileitem] Add support for dynpath to CFileItem::GetLocalArtBaseFilename.ksooo
2023-09-03Merge pull request #23650 from thexai/sink-namesthexai
[ActiveAESink] Improves sinks enumeration names and fallback logic when exact sink name not exists
2023-09-03Merge pull request #22546 from quietvoid/libdovifuzzard
[depends][Android] Add base dependencies setup for libdovi
2023-09-02[Android] Add Dolby Vision compatibility mode settingquietvoid
For Dolby Vision profile 7 video files, the metadata is converted automatically to improve compatibility on certain Android devices
2023-09-02[cmake][android] Add libdovi as optional build dependencyquietvoid
2023-09-02tools/depends: Add Rust toolchain, cargo-c and libdovi dependenciesquietvoid
2023-09-02Merge pull request #23707 from ksooo/video-fix-choose-art-enless-dialogKai Sommerfeld
[video] Fix art selection dialog re-appearing endless on 'Set actor …
2023-09-02Merge pull request #23621 from amazingfate/wayland-sessionfuzzard
Install wayland session entry
2023-09-02Merge pull request #23595 from quietvoid/android_av1_dovifuzzard
[Android] MediaCodec: Add support for AV1 Dolby Vision codec selection
2023-09-02Merge pull request #23625 from joseluismarti/constantsfuzzard
[Android] Replaces some value strings used directly in the code...
2023-09-02Merge pull request #23703 from popcornmix/cpu_thermalfuzzard
CPUInfoLinux: Support cpu_thermal hwmon temperature module
2023-09-01Merge pull request #23682 from ksooo/listproviders-more-itemKai Sommerfeld
[listproviders][Estuary][PVR] Add special 'more...' item to size limited lists in case there are more items available.
2023-09-01CDVDDemuxFFmpeg: Also accept pts for m_currentPtsDom Cobley
Some video files have valid pts but dts=DVD_NOPTS_VALUE for I frames. Allow these up update m_currentPts
2023-09-01CDVDDemuxFFmpeg: After seek avoid discarding packet when waiting for valid ↵Dom Cobley
timestamp Otherwise we are likely to lose the I frame and stall video until the next one.
2023-09-01Merge pull request #23704 from enen92/sdl_crashMiguel Borges de Freitas
call -eventWithCGEvent: on the main queue
2023-09-01[video] Fix art selection dialog re-appearing endless on 'Set actor thumb' ↵ksooo
and 'Set artist thumb' context menu item action.
2023-09-01[ActiveAE] Validates audio device names in settings (existence in system)thexai
If device name not exist (drivers updates, small HW changes, etc.) is used this fallback logic: 1. Try other device in the same driver with same friendly name. 2. Try the default device of same driver. 3. Try the first device of same driver. 4. Try the default device of any driver. 5. Fallback to the first device of any driver. This should avoid 99% of times unexpected settings changes, i.e. from WASAPI to DIRECTSOUND. Settings are auto updated/fixed without user intervention when change is the same audio device renamed e.g: after audio driver updates.
2023-09-01[ActiveAE] Improve CAESinkFactory::ParseDevicethexai
Prepares to allow include friendly name in the device string e.g: Before WASAPI:{B12C1A75-F8A8-4071-8CFB-A285C619CCB8} After WASAPI:{B12C1A75-F8A8-4071-8CFB-A285C619CCB8}:HDMI - DENON-AVR (NVIDIA High Definition Audio)
2023-09-01bump libandroidjniJose Luis Marti
2023-09-01call -eventWithCGEvent: on the main queueAndrey Filipenkov
fixes crash on pressing Caps Lock on an ARM Mac
2023-09-01CPUInfoLinux: Support cpu_thermal hwmon temperature moduleDom Cobley
On most ARM platforms, including Raspberry Pi the hwmon is named cpu_thermal: LibreELEC:~ # cat /sys/class/hwmon/hwmon1/name cpu_thermal LibreELEC:~ # cat /sys/class/hwmon/hwmon1/temp1_input 42450 Also support that name.
2023-09-01Merge pull request #23612 from fuzzard/cmake_target_fixesfuzzard
[Cmake] Several fixes for TARGET usage
2023-09-01[cmake] core_add_library enable using TARGETS to libfuzzard
In particular, this propogates dependency lib include dirs provided from a target to be used as a system include path. This also propagates definitions provided by a target in the same manner [cmake] FindFlatbuffers change to INTERFACE IMPORTED target [cmake] FindRapidJSON implement INTERFACE IMPORTED target [cmake] FindFFMPEG move to targets for ffmpeg libs [cmake] FindTagLib move to full TARGET usage [cmake] Findlibandroidjni add IMPORTED TARGET [cmake] FindNFS Change to using IMPORTED TARGET fully [cmake] FindLibDVD* move to full TARGET use [cmake] FindUUID change to target usage [cmake] FindCrossGUID change to target usage [cmake] FindFmt move to full TARGET usage [cmake] FindSqlite3 move to full TARGET usage [cmake] FindSpdlog move fully to modern TARGET usage [cmake] FindTinyXML2 fixups [cmake] FindPCRE convert to full TARGET usage [cmake] fstrcmp TARGET usage
2023-09-01[cmake] Link TARGETS from property to lib correctlyfuzzard
2023-09-01[cmake] wayland protocols generation explicit dependency of lib${APP_NAME_LC}fuzzard
2023-09-01[cmake] FindLibZip workaround config link targets we dont handle right nowfuzzard
2023-09-01[cmake] FindSpdlog fix proper import location config typefuzzard
2023-09-01[cmake] FindCrossGUID fix correct IMPORTED_LOCATION_<CONFIG>fuzzard
2023-09-01[cmake] FindNFS fix incorrect lib on targetfuzzard
2023-09-01[cmake] FindFFMPEG ENABLE_INTERNAL_FFMPEG dav1d dep fixupsfuzzard