Commit Graph

13258 Commits

Author SHA1 Message Date
dependabot[bot] c16ca51b98
build(deps): bump actions/cache from 4 to 5 (#7503)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:26:39 +01:00
dependabot[bot] f420d4307b
build(deps): bump actions/download-artifact from 6 to 7 (#7502)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:26:29 +01:00
dependabot[bot] 29f6cdbc58
build(deps): bump actions/upload-artifact from 5 to 6 (#7501)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:26:19 +01:00
Damiano Galassi 68b0d81642
MacGui: truncate filenames in the middle
Like in Finder.
2025-12-16 14:22:19 +01:00
Nomis101 c15924c250 [Win GUI] Update all locales 2025-12-15 13:08:09 +00:00
hnsteyding 326e854870
contrib: update harfbuzz to 12.2.0 (#7488) 2025-12-14 08:08:10 +01:00
hnsteyding b647aa5b2a
contrib: update libjpeg-turbo to 3.1.3 (#7489) 2025-12-14 08:08:02 +01:00
Nomis101 c392dbd50f
[Mac GUI] Update all locales (#7497) 2025-12-14 08:07:41 +01:00
sr55 aa5f32187d
WinGui: Fix a StackOverflow Exception that could occur. 2025-12-13 23:07:00 +00:00
sr55 19a618d2c4
WinGui: Add an RFC4180 compliant CSV parser helper method to fix chapter imports with strings that include ,. Fixes #7485 2025-12-13 14:47:28 +00:00
dependabot[bot] 8e27c6f3d8
build(deps): bump actions/setup-dotnet from 4 to 5 (#7480)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 09:02:38 +01:00
Damiano Galassi 6eae19a4a7
libhb: mark all AV1 frames as ref
Fix slow seeking on Apple software, either we were
marking ref frames as disposable, or something is
broken in Apple's AVFoundation.
2025-12-08 11:13:37 +01:00
sr55 fdf7ebdcbb
actions: Apparently nsis has been removed from the latest 2025 images of windows on Github. Pin Windows 2022 for now. 2025-12-03 21:34:26 +00:00
sr55 d5e6ef596a
actions: Make the path setting multi-step 2025-12-03 21:01:50 +00:00
sr55 ae41c6bf60
WinGui: Tidy up code warnings. 2025-12-03 20:29:48 +00:00
sr55 4748370f98
actions: Attempt to fix path problems for NSIS a different way. 2025-12-03 20:29:30 +00:00
sr55 9bdbd8b845
actions: Resolve NSIS path failure. 2025-12-03 19:48:50 +00:00
sr55 eeab05dedd
WinGui: Update Publish Files 2025-12-03 18:59:27 +00:00
dependabot[bot] 4f0319ef68
build(deps): bump actions/checkout from 5 to 6 (#7457)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 07:34:02 +01:00
sr55 0c5e100b46
actions: Setup .NET 10 2025-12-02 22:32:55 +00:00
sr55 d3c0ec3d0c
WinGui: Attempted build fix to enable .NET 10 support 2025-12-02 20:15:15 +00:00
sr55 9a9eed7fdb
WinGui: Fix invalid file format alerting with * an ? chars. Fixes #7464 2025-12-02 19:46:35 +00:00
sr55 77ed3d83b8
WinGui: Update further references to .NET 8 to .NET 10 2025-12-02 19:29:19 +00:00
sr55 8b8eb2e372
WinGui: Move to .NET 10. Users will need to install .NET 10 Desktop Runtime going forward. 2025-12-02 19:13:33 +00:00
sr55 05fb27c2ce
Use Windows 2025 for the github action builds 2025-12-02 19:02:51 +00:00
Damiano Galassi 07c6a731ce
libhb: check if profile is not NULL before accessing it
Fix #7455.
2025-11-24 07:47:07 +01:00
hnsteyding ad21dd99c2
contrib: update ffmpeg to 8.0.1 (#7448) 2025-11-22 10:01:37 +01:00
sr55 479dfa051a WinGui: Remove the potential for an NPE in the audio behaviours constructor. #7411 2025-11-14 19:27:25 +00:00
Damiano Galassi fdfc925e27
libhb: add an additioonal chapter at the beginning when needed
hb_chapter_t stores only the duration, so if the first chapter does not start at the
beginning, we need to an additional entry to preserve the chapters times.
2025-11-14 14:11:18 +01:00
Damiano Galassi 34053de406
contrib: remove stray $(__deps__) 2025-11-13 17:17:18 +01:00
Damiano Galassi 6d5ce95162
MacGui: use the not circled ellipsis symbol on macOS 26 2025-11-13 17:04:20 +01:00
hnsteyding 58227b130d
contrib: update libdvdread to 7.0.1 (#7414) 2025-11-13 09:41:59 +01:00
sr55 34bfb83ecc
WinGui: Add Menu Option to export only selected jobs from the queue. #7299 2025-11-03 18:16:44 +00:00
sr55 03aa10a18d
WinGui: Remove unused Class 2025-11-03 17:05:32 +00:00
sr55 241eb0a182
WinGui: Fix an issue with status display on the queue when searching for start point. Fixes #7324 2025-11-03 17:05:31 +00:00
hnsteyding 1252054372
contrib: update libdav1d to 1.5.2 (#7395) 2025-11-03 08:38:40 +01:00
Damiano Galassi 6f0abe627f
libhb: set Dolby Vision profile 5 color tag
as recommend by the latest Dolby Vision specification.
2025-11-03 08:36:41 +01:00
Scott 899b042604
Update Minimum version supported 2025-11-02 16:55:24 +00:00
dependabot[bot] 64942f5a3d build(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-29 18:33:11 +00:00
dependabot[bot] 2568840eb8 build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-29 18:32:57 +00:00
sr55 449be385c2
WinGui: If the queue has failed or cancelled items, check with the user before starting a new queue if they want to proceed as the queue will be cleared of failed jobs. #7323 2025-10-26 15:36:20 +00:00
sr55 586a8a3187
WinGui: Improve error handling on failed scans. 2025-10-26 15:26:20 +00:00
sr55 8ef31526fc
WinGui: "Add All Remaining Tracks" should not add the Foreign Audio Scan track on the subtitle tab. #7382 2025-10-26 15:04:30 +00:00
Damiano Galassi e1c859f404
MacGui: show the notifications in foreground only if there is a sound 2025-10-20 17:12:31 +02:00
Damiano Galassi 8bb31a753d
MacGui: fix a queue notification key 2025-10-20 16:47:04 +02:00
Damiano Galassi 7446ee6222
MacGui: show the notifications only when the queue was not canceled 2025-10-20 16:46:49 +02:00
Damiano Galassi 1dbd64d509
MacGui: show notifications and play sound even when the app is in foreground 2025-10-20 15:05:05 +02:00
sr55 3009f012cd
WinGui: Library Updates. Autofac 8.4.0. System.Management and System.Drawing.Common 9.0.10 2025-10-17 18:23:01 +01:00
Damiano Galassi 3c3d826570
contrib: backport a x265 patch to fix compilation on older GNU Binutils
Fix #7347.
2025-10-15 10:06:40 +02:00
hnsteyding 4da9544700
contrib: update libdvdread to 7.0.0 (#7307) 2025-10-14 15:30:44 +02:00