summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* nvenc: Fix duplicate logging of nvenc message. Also moved it to log level 2.sr552020-09-261-3/+9
|
* MacGui: add pad filter ui, move rotate filter to the dimensions tab.Damiano Galassi2020-09-2411-901/+1879
|
* libhb: fix a memory leak.Damiano Galassi2020-09-241-1/+1
|
* MacGui: run the Xcode 12.2 project check.Damiano Galassi2020-09-245-5/+5
|
* Update ResourcesTooltips.co.resx from Transifex on 2020-09-20Patriccollu2020-09-211-28/+28
|
* Update Resources.co.resx from Transifex on 2020-09-20Patriccollu2020-09-211-34/+37
|
* MacGUI: add back a missing assigment to a voice over label. Improve the ↵Damiano Galassi2020-09-142-4/+5
| | | | track name textfield voice over label.
* MacGui: remove an unneeded file.Damiano Galassi2020-09-132-7/+0
|
* MacGui: move a localization file to the right place.Damiano Galassi2020-09-131-12/+2
|
* MacGui: use sf symbols images for the preferences on macOS 11.Damiano Galassi2020-09-131-11/+25
|
* MacGui: mark another 'Overwrite' button as destructive action.Damiano Galassi2020-09-121-0/+6
|
* MacGui: always show a separator line between the queue titlebar and the ↵Damiano Galassi2020-09-121-0/+1
| | | | content on macOS 11.
* MacGui: add a prefix to the NSArray and NSIndexSet categories.Damiano Galassi2020-09-126-26/+26
|
* MacGui: improve queue contextual menu items validation.Damiano Galassi2020-09-123-8/+52
|
* WinGui: Fix a couple of cosmetic translation issues. Fixes #3116sr552020-09-115-9/+19
|
* MacGui: remove an unneeded iboutlet.Damiano Galassi2020-09-111-1/+0
|
* MacGui: remove the pointless 'show all' button in the selection behaviours ↵Damiano Galassi2020-09-114-216/+100
| | | | sheets.
* MacGui: mark the overwrite button in modals as destructive actions.Damiano Galassi2020-09-111-2/+14
|
* MacGui: show a stop row in the queue when 'Stop after current job' option is ↵Damiano Galassi2020-09-1121-179/+376
| | | | selected.
* WinGui: Performance Optimisation to the summary tab. Don't request previews ↵sr552020-09-072-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 ↵sr552020-09-071-1/+20
| | | | Before ~12 seconds. After: ~1 seconds #3117
* qsv: add gpu adapter index selectionagalin892020-09-064-10/+147
|
* WinGui: Fix a bug with pre/postfix in autoname functonalitysr552020-09-061-10/+7
|
* WinGui: Various fixes to the log window when using muilti-instance.sr552020-09-057-54/+108
|
* contrib: Update to mfx_dispatch 1.32.1.Bradley Sepos2020-09-041-5/+5
| | | | Closes #3111.
* Try to fix error CNDL0014Nomis1012020-09-031-4/+4
|