Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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]> | ||||
* | MacGui: update Italian localization. | Damiano Galassi | 2020-11-05 | 14 | -218/+258 |
| | |||||
* | MacGui: use rounder hud corner on macOS 11, improve first launch windows ↵ | Damiano Galassi | 2020-11-05 | 6 | -75/+80 |
| | | | | position. | ||||
* | MacGui: fix some layout issues. | Damiano Galassi | 2020-11-05 | 5 | -104/+104 |
| | |||||
* | vt: disable constant quality availability check on Intel. | Damiano Galassi | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | MacGui: update Sparkle submodule. | Damiano Galassi | 2020-11-05 | 1 | -0/+0 |
| | |||||
* | actions: simplify mac workflow. | Damiano Galassi | 2020-11-05 | 1 | -2/+1 |
| | |||||
* | contrib: combine some checks and cosmetics. | Damiano Galassi | 2020-11-05 | 9 | -31/+14 |
| | |||||
* | build: add 'MACOSX' prefix to the 'UB' defines. | Damiano Galassi | 2020-11-05 | 2 | -46/+46 |
| | |||||
* | actions: enable universal mac build. | Damiano Galassi | 2020-11-05 | 1 | -2/+7 |
| | |||||
* | build: improve ub target to generate a arm64/x86_64 binary. | Damiano Galassi | 2020-11-05 | 7 | -71/+89 |
| | |||||
* | make: Improve setting host system in configure.py where arch or xcode-config ↵ | Damiano Galassi | 2020-11-05 | 1 | -21/+43 |
| | | | | | | is set. Assists building for arm64-apple-darwin (Apple Silicon) on x86_64-apple-darwin. | ||||
* | contrib: macOS arm and intel cross compilation. | Damiano Galassi | 2020-11-05 | 27 | -10/+344 |
| | |||||
* | 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 | ||||
* | vt: cache the hardware encoders availability state. | Damiano Galassi | 2020-10-25 | 1 | -7/+36 |
| | |||||
* | 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]> | ||||
* | removing thread priority change for better performance | Dmitrichenko, Max | 2020-10-24 | 4 | -0/+72 |
| | |||||
* | 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 | ||||
* | preset: support the 'PictureUseMaximumSize' key in hb_preset_apply_title() | Damiano Galassi | 2020-10-21 | 1 | -1/+11 |
| | |||||
* | scripts: Update to mac-toolchain-build 2.5.0. | Bradley Sepos | 2020-10-18 | 1 | -21/+32 |
| | |||||
* | qsv: better adjustments of pool sizes for LA case to prevent corner cases ↵ | agalin89 | 2020-10-17 | 4 | -10/+29 |
| | | | | regressions | ||||
* | 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. | ||||
* | qsv: fix AVC encoding hang when LA is enabled on Windows | agalin89 | 2020-10-11 | 4 | -11/+22 |
| | |||||
* | WinGui: Support allocation of work across multiple Intel GPU's | sr55 | 2020-10-11 | 3 | -14/+69 |
| | |||||
* | qsv: multi adapters improvements | agalin89 | 2020-10-10 | 3 | -210/+43 |
| | |||||
* | actions: Remove purge artifacts step as this is now set on the repository level. | sr55 | 2020-10-09 | 2 | -15/+0 |
| | |||||
* | MacGui: do not reset the max width and max height when the resolution limit ↵ | Damiano Galassi | 2020-10-08 | 1 | -2/+0 |
| | | | | is set to custom. | ||||
* | MacGui: align UI elements. | Damiano Galassi | 2020-10-08 | 5 | -122/+117 |
| | |||||
* | MacGui: use a segmented control for the presets popover action buttons. | Damiano Galassi | 2020-10-08 | 3 | -60/+60 |
| | |||||
* | contrib: add arm64-apple-darwin arch x265 NEON optimizations. | Damiano Galassi | 2020-10-06 | 4 | -0/+5133 |
| | |||||
* | MacGui: fix a truncated label in the preferences. | Damiano Galassi | 2020-10-05 | 1 | -52/+52 |
| | |||||
* | MacGui: replace the floating dimensions window with a popover with only ↵ | Damiano Galassi | 2020-10-05 | 16 | -797/+344 |
| | | | | cropping settings. | ||||
* | MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add ↵ | Damiano Galassi | 2020-10-05 | 8 | -120/+127 |
| | | | | preset sheet, fixed an issue when the source size is bigger than the selected resolution limit. | ||||
* | MacGui: fix a compiler warning. | Damiano Galassi | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | MacGui: use a non deprecated api for table views drag & drop. | Damiano Galassi | 2020-10-05 | 6 | -68/+119 |
| | |||||
* | qsv: fix full path encode when multiple monitors configuration | agalin89 | 2020-10-04 | 1 | -4/+7 |
| | |||||
* | qsv: added hb_qsv_adapters_list function and make proper multiple gpu ↵ | agalin89 | 2020-10-04 | 5 | -124/+227 |
| | | | | adapters implementation | ||||
* | qsv: switched to the IDXGIFactory2 interface | agalin89 | 2020-10-04 | 1 | -33/+203 |
| | |||||
* | qsv: add patch for MFXQueryAdapters function in libmfx dispatcher | agalin89 | 2020-10-04 | 1 | -0/+33 |
| | |||||
* | 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. | ||||
* | MacGui: add the 'allow upscaling' and 'use maximum size' checkbox to the ↵ | Damiano Galassi | 2020-10-02 | 4 | -30/+148 |
| | | | | dimensions tab. | ||||
* | MacGui: map more transfer functions to CGColorSpaceRef, simplify ↵ | Damiano Galassi | 2020-10-02 | 4 | -33/+54 |
| | | | | copyImageAtIndex: method. | ||||
* | WinGui: Couple of localisation issues fixed. Fixes #3162 and #3161 | sr55 | 2020-09-29 | 3 | -5/+10 |
| | | | | Small performance improvement on the log window. | ||||
* | MacGui: remove the modulus popup button. | Damiano Galassi | 2020-09-28 | 7 | -194/+49 |
| | |||||
* | 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 |
| | |||||
* | nvenc: Bump nvcodec-headers to 10.0.26.0 | sr55 | 2020-09-26 | 1 | -3/+3 |
| | |||||
* | 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. |