summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump gong-wpf-dragdrop from 2.3.1 to 2.3.2 in /win/CSdependabot[bot]2020-11-051-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 Galassi2020-11-0514-218/+258
|
* MacGui: use rounder hud corner on macOS 11, improve first launch windows ↵Damiano Galassi2020-11-056-75/+80
| | | | position.
* MacGui: fix some layout issues.Damiano Galassi2020-11-055-104/+104
|
* vt: disable constant quality availability check on Intel.Damiano Galassi2020-11-051-1/+1
|
* MacGui: update Sparkle submodule.Damiano Galassi2020-11-051-0/+0
|
* actions: simplify mac workflow.Damiano Galassi2020-11-051-2/+1
|
* contrib: combine some checks and cosmetics.Damiano Galassi2020-11-059-31/+14
|
* build: add 'MACOSX' prefix to the 'UB' defines.Damiano Galassi2020-11-052-46/+46
|
* actions: enable universal mac build.Damiano Galassi2020-11-051-2/+7
|
* build: improve ub target to generate a arm64/x86_64 binary.Damiano Galassi2020-11-057-71/+89
|
* make: Improve setting host system in configure.py where arch or xcode-config ↵Damiano Galassi2020-11-051-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 Galassi2020-11-0527-10/+344
|
* WinGui: Fix an issue with live preview state after the first preview and ↵sr552020-10-313-14/+22
| | | | improve some file lock error handling and message. #3206
* vt: cache the hardware encoders availability state.Damiano Galassi2020-10-251-7/+36
|
* build(deps): bump gong-wpf-dragdrop from 2.2.0 to 2.3.1 in /win/CSdependabot[bot]2020-10-241-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 performanceDmitrichenko, Max2020-10-244-0/+72
|
* WinGui: Simultaneous encode improvements.sr552020-10-2414-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.sr552020-10-231-1/+1
|
* WinGui: Block the completed event from re-firing if the worker process runs ↵sr552020-10-232-3/+22
| | | | into trouble. #3196
* preset: support the 'PictureUseMaximumSize' key in hb_preset_apply_title()Damiano Galassi2020-10-211-1/+11
|
* scripts: Update to mac-toolchain-build 2.5.0.Bradley Sepos2020-10-181-21/+32
|
* qsv: better adjustments of pool sizes for LA case to prevent corner cases ↵agalin892020-10-174-10/+29
| | | | regressions
* WinGui: Preference the first QSV encoder when we don't have any used QSV ↵sr552020-10-111-0/+6
| | | | hardware tokens in the queue resource manager.
* qsv: fix AVC encoding hang when LA is enabled on Windowsagalin892020-10-114-11/+22
|
* WinGui: Support allocation of work across multiple Intel GPU'ssr552020-10-113-14/+69
|
* qsv: multi adapters improvementsagalin892020-10-103-210/+43
|
* actions: Remove purge artifacts step as this is now set on the repository level.sr552020-10-092-15/+0
|
* MacGui: do not reset the max width and max height when the resolution limit ↵Damiano Galassi2020-10-081-2/+0
| | | | is set to custom.
* MacGui: align UI elements.Damiano Galassi2020-10-085-122/+117
|
* MacGui: use a segmented control for the presets popover action buttons.Damiano Galassi2020-10-083-60/+60
|
* contrib: add arm64-apple-darwin arch x265 NEON optimizations.Damiano Galassi2020-10-064-0/+5133
|
* MacGui: fix a truncated label in the preferences.Damiano Galassi2020-10-051-52/+52
|
* MacGui: replace the floating dimensions window with a popover with only ↵Damiano Galassi2020-10-0516-797/+344
| | | | cropping settings.
* MacGui: rename the 'Dimensions' popup to 'Resolution limit' in the add ↵Damiano Galassi2020-10-058-120/+127
| | | | preset sheet, fixed an issue when the source size is bigger than the selected resolution limit.
* MacGui: fix a compiler warning.Damiano Galassi2020-10-051-1/+1
|
* MacGui: use a non deprecated api for table views drag & drop.Damiano Galassi2020-10-056-68/+119
|
* qsv: fix full path encode when multiple monitors configurationagalin892020-10-041-4/+7
|
* qsv: added hb_qsv_adapters_list function and make proper multiple gpu ↵agalin892020-10-045-124/+227
| | | | adapters implementation
* qsv: switched to the IDXGIFactory2 interfaceagalin892020-10-041-33/+203
|
* qsv: add patch for MFXQueryAdapters function in libmfx dispatcheragalin892020-10-041-0/+33
|
* HandBrake.Interop: Library cleanup.sr552020-10-04120-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 Galassi2020-10-024-30/+148
| | | | dimensions tab.
* MacGui: map more transfer functions to CGColorSpaceRef, simplify ↵Damiano Galassi2020-10-024-33/+54
| | | | copyImageAtIndex: method.
* WinGui: Couple of localisation issues fixed. Fixes #3162 and #3161sr552020-09-293-5/+10
| | | | Small performance improvement on the log window.
* MacGui: remove the modulus popup button.Damiano Galassi2020-09-287-194/+49
|
* WinGui: Agressively call global_close on libhb to attempt to make sure ↵sr552020-09-263-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.sr552020-09-261-1/+1
|
* nvenc: Bump nvcodec-headers to 10.0.26.0sr552020-09-261-3/+3
|
* WinGui: Fix a couple of exceptions in the AudioTrack model where unavailable ↵sr552020-09-261-11/+18
| | | | audio encoders are used in a preset.