Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵ | sr55 | 2020-11-11 | 4 | -119/+29 | |
| | | | | | | to be installed on the machine) Changed the configruation to make the UI platform agnostic. This will allow it to run on ARM64 natively (in theory) with if provided with an ARM64 native hb.dll | |||||
* | build(deps): bump gong-wpf-dragdrop from 2.3.1 to 2.3.2 in /win/CS | dependabot[bot] | 2020-11-05 | 1 | -1/+1 | |
| | | | | | | | | Bumps [gong-wpf-dragdrop](https://github.com/punker76/gong-wpf-dragdrop) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/punker76/gong-wpf-dragdrop/releases) - [Changelog](https://github.com/punker76/gong-wpf-dragdrop/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/punker76/gong-wpf-dragdrop/compare/2.3.1...2.3.2) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | WinGui: Fix an issue with live preview state after the first preview and ↵ | sr55 | 2020-10-31 | 3 | -14/+22 | |
| | | | | improve some file lock error handling and message. #3206 | |||||
* | build(deps): bump gong-wpf-dragdrop from 2.2.0 to 2.3.1 in /win/CS | dependabot[bot] | 2020-10-24 | 1 | -1/+1 | |
| | | | | | | | | Bumps [gong-wpf-dragdrop](https://github.com/punker76/gong-wpf-dragdrop) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/punker76/gong-wpf-dragdrop/releases) - [Changelog](https://github.com/punker76/gong-wpf-dragdrop/blob/develop/GitReleaseManager.yaml) - [Commits](https://github.com/punker76/gong-wpf-dragdrop/compare/2.2.0...2.3.1) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | WinGui: Simultaneous encode improvements. | sr55 | 2020-10-24 | 14 | -231/+189 | |
| | | | | | - Improvements to the hardware resource manager that determines simultaneous job processing. - Reliability improvements in multiple log file handling. | |||||
* | WinGui: Null safetly for last commit. | sr55 | 2020-10-23 | 1 | -1/+1 | |
| | ||||||
* | WinGui: Block the completed event from re-firing if the worker process runs ↵ | sr55 | 2020-10-23 | 2 | -3/+22 | |
| | | | | into trouble. #3196 | |||||
* | WinGui: Preference the first QSV encoder when we don't have any used QSV ↵ | sr55 | 2020-10-11 | 1 | -0/+6 | |
| | | | | hardware tokens in the queue resource manager. | |||||
* | WinGui: Support allocation of work across multiple Intel GPU's | sr55 | 2020-10-11 | 2 | -14/+68 | |
| | ||||||
* | HandBrake.Interop: Library cleanup. | sr55 | 2020-10-04 | 10 | -89/+57 | |
| | | | | | | - Remove HbFunctions provider class and interface. It's not needed. Interop library will direct call libhb though HBFunctions.cs - Remove HbFunctionsDirect. Any consumer of the HandBrake API should be using managed calls rather than having to deal with pointers. - Fix many stylecop warnings and update rulesets around this. | |||||
* | WinGui: Couple of localisation issues fixed. Fixes #3162 and #3161 | sr55 | 2020-09-29 | 3 | -5/+10 | |
| | | | | Small performance improvement on the log window. | |||||
* | WinGui: Agressively call global_close on libhb to attempt to make sure ↵ | sr55 | 2020-09-26 | 1 | -5/+9 | |
| | | | | temporary directories are cleared up. Should fix #3154 where the worker proces isn't fully clearing up behind itself. | |||||
* | nvenc: Allow 3 simulatenous encodes in multi-instance mode on windows. | sr55 | 2020-09-26 | 1 | -1/+1 | |
| | ||||||
* | WinGui: Fix a couple of exceptions in the AudioTrack model where unavailable ↵ | sr55 | 2020-09-26 | 1 | -11/+18 | |
| | | | | audio encoders are used in a preset. | |||||
* | Update ResourcesTooltips.co.resx from Transifex on 2020-09-20 | Patriccollu | 2020-09-21 | 1 | -28/+28 | |
| | ||||||
* | Update Resources.co.resx from Transifex on 2020-09-20 | Patriccollu | 2020-09-21 | 1 | -34/+37 | |
| | ||||||
* | WinGui: Fix a couple of cosmetic translation issues. Fixes #3116 | sr55 | 2020-09-11 | 5 | -9/+19 | |
| | ||||||
* | WinGui: Performance Optimisation to the summary tab. Don't request previews ↵ | sr55 | 2020-09-07 | 2 | -2/+7 | |
| | | | | | | when previews are turned off. Also thrown the delayed action processor on to avoid doing unnecessary work when bulk adding to the queue. #3117 Queue add should be near instant now. | |||||
* | WinGui: Small optimisation to the Add to Queue function. Adding 250 Items ↵ | sr55 | 2020-09-07 | 1 | -1/+20 | |
| | | | | Before ~12 seconds. After: ~1 seconds #3117 | |||||
* | WinGui: Fix a bug with pre/postfix in autoname functonality | sr55 | 2020-09-06 | 1 | -10/+7 | |
| | ||||||
* | WinGui: Various fixes to the log window when using muilti-instance. | sr55 | 2020-09-05 | 7 | -54/+108 | |
| | ||||||
* | WinGUI: Add initial support for Ukrainian locale | Nomis101 | 2020-09-03 | 3 | -4/+17 | |
| | ||||||
* | Update some locales, add Ukrainian and Corsican locale files | Nomis101 | 2020-09-03 | 20 | -207/+7359 | |
| | ||||||
* | WinGUI: Add support for Corsican locale | Nomis101 | 2020-09-03 | 3 | -4/+17 | |
| | ||||||
* | WinGui: Don't use Regex where it's not needed for the AutoName support. ↵ | sr55 | 2020-09-02 | 1 | -7/+7 | |
| | | | | Fixes #3108 | |||||
* | WinGui: Fix a bug in preset parsing where multiple video tunes are used. ↵ | sr55 | 2020-08-29 | 1 | -1/+1 | |
| | | | | Fixes #3092 | |||||
* | WinGui: Hide QSV Low Power checkbox when QSV not available. #3083 | sr55 | 2020-08-24 | 1 | -1/+1 | |
| | ||||||
* | WinGui: Add a menu option to allow exporting all user presets for easier ↵ | sr55 | 2020-08-22 | 8 | -115/+141 | |
| | | | | backups #2917 | |||||
* | WinGui: Align some of the checkboxs left to avoid overly large click areas. ↵ | sr55 | 2020-08-22 | 3 | -6/+6 | |
| | | | | Fixes #3070 | |||||
* | WinGui: Make it clearer that other media players may work for video preview ↵ | sr55 | 2020-08-22 | 16 | -118/+23 | |
| | | | | path in preferences. #3069 | |||||
* | build(deps): bump Ookii.Dialogs from 1.0.0 to 1.1.0 in /win/CS | dependabot[bot] | 2020-08-20 | 1 | -1/+1 | |
| | | | | | | | Bumps [Ookii.Dialogs](https://github.com/augustoproiete/ookii-dialogs-wpf) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] <[email protected]> | |||||
* | WinGui: Improvements to the new Preset Management UI. | sr55 | 2020-08-04 | 15 | -141/+445 | |
| | | | | | | | | | - Add Category to the preset information pane. - Allow Preset Category to be changed for User Preset only. - Add "(Default Preset)" label on the info tab - Add button to Set Default Preset on the info tab. - Add Help Icon to open up the docs page (Per Mac UI) - Misc Fixes | |||||
* | WinGui: Fix a startup performance issue with the UI. Fixes #3046 | sr55 | 2020-08-01 | 1 | -3/+15 | |
| | ||||||
* | WinGui: Update the UI to allow passthru of metadata to be disabled. This ↵ | sr55 | 2020-07-31 | 10 | -183/+164 | |
| | | | | | | | | utilises the change 2677f9fe9e91f9dfeccaf8c265615a703e20efa5 This is a new preference in Preferences -> Output Files -> Metadata There is no change to the previous metadata passthru behaviour. It's simply now possible to turn it off. | |||||
* | WinGui: Use newer language structure in OptionsViewModel to tidy it up a bit. | sr55 | 2020-07-31 | 1 | -559/+94 | |
| | ||||||
* | WinGui: Add Windows Serer 2019 to the approved list for Process isolation. | sr55 | 2020-07-31 | 1 | -1/+11 | |
| | ||||||
* | WinGui: Fix build attempt 2 | sr55 | 2020-07-25 | 1 | -5/+0 | |
| | ||||||
* | WinGui: Fix Build | sr55 | 2020-07-24 | 2 | -9/+0 | |
| | ||||||
* | WinGui: Add back lost functionality on the new queue design. There is now a ↵ | sr55 | 2020-07-24 | 10 | -42/+123 | |
| | | | | Stop button that allows for existing jobs to be completed before stopping the queue. When done action will also be honoured. #2974 | |||||
* | WinGui: Adding a resource manager for hardware encoders. Since you can only ↵ | sr55 | 2020-07-24 | 3 | -7/+144 | |
| | | | | run a limited number of simultaneous encodes in hardware encoders, this service will manage that resource. For now, it's limited to 1 for all encoders when using multi-instance support. | |||||
* | WinGui: Fix an erroneous log message about low-power not being supported on ↵ | sr55 | 2020-07-19 | 3 | -5/+4 | |
| | | | | older Intel hardware. | |||||
* | WinGui: Make QSV hardware detection APIs information available to the UI for ↵ | sr55 | 2020-07-18 | 2 | -8/+55 | |
| | | | | use and refactor the video tab preset defaulting behaviour. Better defaults for Nvidia, AMD and VCE hardware based on current generation hardware. | |||||
* | qsv: more depth helps for better performance | Dmitrichenko, Max | 2020-07-11 | 1 | -1/+0 | |
| | ||||||
* | WinGui: Don't perform the chapter duration validation if the imported file ↵ | sr55 | 2020-07-05 | 1 | -11/+15 | |
| | | | | doesn't contain durations. #2982 | |||||
* | WinGui: Disable simulatenous encode support on low end systems. Increase ↵ | sr55 | 2020-07-03 | 6 | -10/+48 | |
| | | | | the limit to 8 where a system has > 8 physical cores. | |||||
* | WinGui: General Package Maintenance | sr55 | 2020-06-30 | 1 | -1/+1 | |
| | | | | | | - Switch "HandBrake.Worker" over to the new SDK format cproj file. - Update Newtonsoft Json to 12.0.3 - Remove old HandBrakeTools Project. It's no longer used. | |||||
* | WinGui: Presets UI overhaul. | sr55 | 2020-06-30 | 15 | -279/+917 | |
| | | | | | | | | - Remove the deprecated side panel. The in-line preset selector is now always shown in it's place. This frees up significant horizontal space for upcoming enhancements. - The toolbar "Presets" button now launches a new preset manager. Same design language as the Queue window allowing for better management of presets. -- Add option to delete all built-in presets. #2963 This is considered an experimental design for now. It may or may not change. | |||||
* | WinGui: Adding support for the new resolution limit setup to the preset ↵ | sr55 | 2020-06-26 | 9 | -124/+205 | |
| | | | | screenn #2437 | |||||
* | WinGui: Experimental new Dimensions Tab Design. (Part 1 of Several). ↵ | sr55 | 2020-06-26 | 15 | -605/+451 | |
| | | | | Adding the Resolution Limit on display and removing upscale limitations. (These will come back in some less restrictive than current form later) #2437 | |||||
* | WinGui: Fix typo #2922 | sr55 | 2020-06-20 | 1 | -1/+1 | |
| |