2575 Commits

Author SHA1 Message Date
Damiano Galassi
4955ef8553
libhb: clean up qsv (#6958)
Removed all the unused parts from the previous implementation
and refactored many checks to avoid duplication.
2025-06-12 18:59:56 +02:00
sr55
d9fb2fc6ac
WinGui: Fix an issue saving the queue settings. Fixes #6952 2025-06-08 17:30:46 +01:00
Damiano Galassi
cbe0ffc0c8
WinGui: update track name after a mixdown change 2025-06-06 11:35:22 +02:00
Damiano Galassi
66fe47c548
libhb: ui: add new presets key for track names (#6840)
Add AudioTrackNamePassthru and SubtitleTrackNamePassthru preset key to
preserve the existing track names, and AudioAutomaticNamingBehavior to
disable or enable the audio track automatic names.

Co-authored-by: sr55 <sr55.code@outlook.com>
2025-06-03 08:48:59 +02:00
sr55
67485ebddf
WinGui: Hide the medata framework 2025-06-01 16:31:47 +01:00
Nomis101
1de9bd6674
[winGUI] Update some locales and add Galician and Hungarian (#6905) 2025-05-20 18:20:40 +01:00
sr55
4a3195b1d0
WinGui: Sort out a number of bugs with the padding code, including presets and when options are enabled. Fixes #6892 amoung other things. 2025-05-14 20:39:55 +01:00
sr55
c76f765ccc
WinGui: Fix ARM libhb detection 2025-05-08 18:17:21 +01:00
sr55
39cc387aef
WinGui: Improve Langauge around the Start Later feature on the queue. #586 2025-05-03 14:06:42 +01:00
sr55
29aa00922f
WinGui: Fix a small mistake in the previous log verbosity PR. Fixes #6832 2025-04-25 17:09:16 +01:00
hnsteyding
20ef2e92f6
WinGui: Make Log-verbosity-level menu text translatable (#6814) 2025-04-24 20:22:42 +01:00
sr55
e4c98dbc4b
WinGui: Refactor some code in the interop library to allow for creation of universal builds. 2025-04-23 21:23:29 +01:00
sr55
985861c22c
WinGui: Some minor Worker tidyup. 2025-04-16 21:05:08 +01:00
sr55
bad7caa03c
WinGui: Change the worker to use temporary environment variables for configuration rather than command line arguments. 2025-04-16 20:58:57 +01:00
sr55
e1e9dc05c0
WinGui: Some logic improvements about what options are enabled / visible on the preset pane. 2025-04-14 19:38:30 +01:00
sr55
bb2772d13a
WinGui: Add Expand / Collaspe all to the preset overlay right click menu. Remove some redundant options that are available from the Options dropdown button. 2025-04-14 19:05:24 +01:00
sr55
7fe0a9bd00
WinGui: Add Missing Padding Options on the dimensions tab. #6798 2025-04-14 18:51:16 +01:00
sr55
5ebec2abe5
WinGui: Dependency Updates 2025-03-28 20:10:09 +00:00
Artem Galin
908b7b4d8a
qsv: enable QSV encoder via FFmpeg API (#6446)
* qsv: enable QSV encoder via FFmpeg API

Co-authored-by: Kesy, Anton <anton.kesy@intel.com>

* qsv: renamed Intel Media SDK to Intel QSV

* qsv: fixed BT2020 -> BT709 conversion

* qsv: fixed format specifier

* qsv: fixed missing spaces

* qsv: removed av_buffer_ref

* qsv: revert back sw_format for other encoders

* qsv: fix codec level not set

Co-authored-by: Kesy, Anton <anton.kesy@intel.com>

* qsv: fixed the build for non qsv configurations

---------

Co-authored-by: Kesy, Anton <anton.kesy@intel.com>
2025-03-15 08:50:29 +01:00
sr55
c640c59255
WinGui: When loading the queue from JSON, load the scanned track first so it doesn't cause bad interactions with the track name property. Should fix #6712 2025-03-12 18:43:18 +00:00
sr55
b783d41da2
WinGui: Improve coverart infrastructure code. 2025-03-09 12:45:33 +00:00
sr55
47da6dc587
WinGui: Parse Coverart Data from the source and link to the "Passthru Common Metadata" UI checkbox. 2025-03-08 11:58:07 +00:00
sr55
ddce3330ab
WinGui: Upgrade the update checker to use a stronger 4096bit RSA public key. 2025-03-06 21:45:26 +00:00
hnsteyding
52538ff5b0
WinGui: Make debug-menu+activity-log-translatable (#6683)
Make Debug menu and "Choose log file ." + "Auto Scroll" in activity log text-translatable:
2025-03-02 20:28:26 +00:00
David Liu
0fb844defb
WinGUI: fix darkmode resize bug (#6678) 2025-03-02 20:28:17 +00:00
David Liu
cb932898d5
WinGUI: set NoResize to dark-mode messagebox by default (#6621) 2025-02-25 17:42:25 +00:00
sr55
eed41cba7f
WinGui: Sort the line endings in a factory file 2025-02-20 18:45:49 +00:00
sr55
a21f09607a
WinGui: Don't reset log file if running a scan during an encode when in-process. #6655 2025-02-20 18:38:30 +00:00
sr55
d78b39ecdf
WinGui: Some back-end improvements to the metadata processing code. 2025-02-17 19:28:12 +00:00
sr55
30ff0b8ab5
WinGui: When changing audio track, if it has a valid name, pass it through. This will override any manual user entry. Since this can only be triggered on source track change, this is probably ok. Fixes #6642 2025-02-17 19:28:12 +00:00
sr55
2215e1dca3
WinGui: Reset state on the system service monitoring storage space left on each call. 2025-02-07 19:46:31 +00:00
sr55
a6f827417a
WinGui: Fix an issue where editing a job with custom cropping was not altering the enabled state of the crop controls correctly. Fixes #6614 2025-02-07 19:46:31 +00:00
sr55
ddcb3723f7
WinGui: Don't offer update downloads if the appn is in portable mode. Notify only! Fixes #6596 2025-01-31 18:13:45 +00:00
Nomis101
58324b112b
[winGUI] Update all locales (#6593) 2025-01-30 20:17:12 +00:00
sr55
4254c78938
WinGui: Fix an issue with the Autoname helper where the pre/postfix filename collision behaviours would always apply instead of only applying on file path collision. 2025-01-25 14:40:58 +00:00
Nomis101
4c879d8f36
Update copyright dates to 2025 (#6568) 2025-01-22 09:11:40 +01:00
Damiano Galassi
465e2d87e0
libhb: ui: cleanup video tunes, rename svt-av1 none to vq (#6556) 2025-01-18 13:10:48 +01:00
Damiano Galassi
712b3760e7
libhb: cli: add a way to disable hdr dynamic metadata passthru (#6518) 2025-01-13 09:59:33 +01:00
Bruce Dawson
6e9805e5e1
wingui: remove extraneous word from format options description (#6537)
This changes "you can use the any" to "you can use any" in
Options_AdditionalFormatOptions.
2025-01-09 07:55:40 +01:00
sr55
9216e00115
WinGui: Add {destination_folder} as an option to the Send File To Prefernce. This also includes setting the HB_DESTINATION_FOLDER environment variable. This should make scripting certain post actions a little easier. 2025-01-05 20:51:37 +00:00
sr55
65010bc9a0
WinGui: Minor usability improvements
- Preview Window -> Crop overlay panel takes up less space.
- Preview Window -> Now has right click context menu with option to show crop panel.
- Preview Window -> Crop overlay can now be closed by an x in the top right corner.
- Main Window -> Destination box now has R-Click quick action to goto autoname preferences.
2025-01-05 15:05:25 +00:00
sr55
eccf365d6b
WinGui: Fix an issue where the audio encoder may not display correctly after a queue has been imported and queue item edited. This may exhibit in other scenarios as well. Should fix #6524 2025-01-02 17:56:28 +00:00
Damiano Galassi
4d33a12f17
ui: fix preset slider tooltip 2025-01-02 17:44:25 +01:00
Damiano Galassi
b6902b310f
UI: mention in the tooltip that video presets on the right of the slider are slower 2025-01-02 11:05:23 +01:00
sr55
7081be7f5e
WinGui: Fix an issue with the autoname function not updating when title is the only option. Fixes #6517 2024-12-29 17:03:18 +00:00
sr55
cab6cd5080
WinGui: Don't crash if we have a chapters mis-match when importing. Fixes #6514 2024-12-29 15:54:08 +00:00
sr55
109766e536
WinGui: Add some missing tooltips to the Picture settings tab. 2024-12-22 12:11:04 +00:00
sr55
1687790793
WinGui: Reset Titlebar / Taskbar Progress when we have multiple encodes running at the same time so that they don't erroneously indicate progress. #6477 2024-12-10 20:25:02 +00:00
sr55
68e45a18f2
WinGui: Remove erroneous part of anamorphic tooltip. #6473 2024-12-09 15:58:13 +00:00
sr55
9349aca8bb
WinGui: Trigger an update of autoname for angle option. (#6086) 2024-12-08 19:32:15 +00:00