Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Fix an issue with QSV adaptor Probe. It should not call when QSV is ↵ | sr55 | 2021-01-07 | 1 | -3/+9 |
| | | | | not compiled in. Fixes #3329 | ||||
* | Update copyright dates to 2021. | Bradley Sepos | 2021-01-01 | 17 | -17/+17 |
| | |||||
* | WinGui: Small improvement to logging. | sr55 | 2020-12-13 | 1 | -2/+3 |
| | |||||
* | WinGui: Reset Process Isolation settings if the machine hardware changes and ↵ | sr55 | 2020-12-13 | 1 | -6/+13 |
| | | | | is no longer viable. #3269 | ||||
* | WinGui: Better handle disabled presets in the UI. | sr55 | 2020-12-13 | 6 | -18/+57 |
| | |||||
* | build(deps): bump Ookii.Dialogs.Wpf from 3.0.1 to 3.1.0 in /win/CS | dependabot[bot] | 2020-12-12 | 1 | -1/+1 |
| | | | | | | | Bumps [Ookii.Dialogs.Wpf](https://github.com/augustoproiete/ookii-dialogs-wpf) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v3.0.1...v3.1.0) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. ↵ | sr55 | 2020-12-11 | 12 | -39/+84 |
| | | | | Thanks. #3222 | ||||
* | WinGUI: Update spanish and french locale | Nomis101 | 2020-12-07 | 3 | -12/+12 |
| | | | | Just a minor update this time | ||||
* | WinGui: Refactor the logging code to better handle multiple instance behaviours. | sr55 | 2020-12-06 | 11 | -217/+224 |
| | |||||
* | WinGui: Improved reliablity of the queue service with multiple instances ↵ | sr55 | 2020-12-03 | 5 | -39/+61 |
| | | | | running. Note, there will now be up to a 3.5 second delay before starting each new job. | ||||
* | WinGui: Improvements to log handling for multi-instance | sr55 | 2020-12-03 | 4 | -27/+108 |
| | |||||
* | WinGui: Remove further JSON.Net code to remove incompatiblity with ↵ | sr55 | 2020-12-01 | 1 | -7/+5 |
| | | | | System.Text.Json | ||||
* | WinGui: Removing the dependency on Newtonsoft.Json library in ↵ | sr55 | 2020-12-01 | 15 | -482/+77 |
| | | | | HandBrake.Interop and HandBrake.worker. Using System.Text.Json instead. UI will be updated seperately. | ||||
* | WinGui: Undo Permissions change. Seems to cause more issues than it solves. | sr55 | 2020-11-30 | 3 | -3/+1 |
| | |||||
* | WinGui: Add dependency to System.Security.Permissions Fixes #3253 | sr55 | 2020-11-29 | 3 | -0/+3 |
| | |||||
* | WinGui: Move HandBrake.Interop from .NET Standard to net5.0 | sr55 | 2020-11-29 | 2 | -8/+4 |
| | |||||
* | WinGui: Fix an issue in the worker handling code where a worker that is slow ↵ | sr55 | 2020-11-25 | 1 | -12/+63 |
| | | | | to start could cause a failed encode. Fixes #3244 | ||||
* | WinGui: Tidyup and harden the Worker Process. | sr55 | 2020-11-23 | 6 | -37/+236 |
| | |||||
* | build(deps): bump Ookii.Dialogs.Wpf from 1.2.0 to 3.0.1 in /win/CS | dependabot[bot] | 2020-11-23 | 1 | -1/+1 |
| | | | | | | | Bumps [Ookii.Dialogs.Wpf](https://github.com/augustoproiete/ookii-dialogs-wpf) from 1.2.0 to 3.0.1. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v1.2.0...v3.0.1) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | WinGUI: Update all locales to current Transifex status | Nomis101 | 2020-11-20 | 21 | -151/+214 |
| | |||||
* | WinGui: Various fixes and improvements to the installers post .NET 5 | sr55 | 2020-11-14 | 4 | -23/+38 |
| | |||||
* | WinGui: Msbuild typo | sr55 | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | WinGui: Update deprecated Ookii.dialogs reference to newer Ookii.dialogs.wpf | sr55 | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | WinGui: Some re-work in the msbuild file and installers to support .NET 5 ↵ | sr55 | 2020-11-12 | 7 | -62/+73 |
| | | | | correctly and some warnings fixed. | ||||
* | WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵ | sr55 | 2020-11-11 | 8 | -152/+64 |
| | | | | | | 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 | 3 | -14/+69 |
| | |||||
* | HandBrake.Interop: Library cleanup. | sr55 | 2020-10-04 | 120 | -1382/+601 |
| | | | | | | - 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 | 3 | -10/+22 |
| | | | | 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 |
| | |||||
* | Try to fix error CNDL0014 | Nomis101 | 2020-09-03 | 1 | -4/+4 |
| | |||||
* | Update Product.wxs for new locales | Nomis101 | 2020-09-03 | 1 | -7/+28 |
| | |||||
* | 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 |
| |