summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Removing the dependency on Newtonsoft.Json library in ↵sr552020-12-0116-483/+78
| | | | HandBrake.Interop and HandBrake.worker. Using System.Text.Json instead. UI will be updated seperately.
* MacGui: do not try to mount disks when a bookmark is resolved.Damiano Galassi2020-12-011-1/+4
|
* MacGui: start encoding when a job is added to the queu if a job is already ↵Damiano Galassi2020-12-011-0/+5
| | | | encoding and there is a free worker.
* WinGui: Undo Permissions change. Seems to cause more issues than it solves.sr552020-11-303-3/+1
|
* WinGui: Add dependency to System.Security.Permissions Fixes #3253sr552020-11-293-0/+3
|
* WinGui: Move HandBrake.Interop from .NET Standard to net5.0sr552020-11-292-8/+4
|
* qsv: fixed corrupted images in scale_qsv filteragalin892020-11-292-0/+39
|
* qsv: enable 10bit for hw scale/resize filtersagalin892020-11-294-17/+47
|
* WinGui: Fix an issue in the worker handling code where a worker that is slow ↵sr552020-11-251-12/+63
| | | | to start could cause a failed encode. Fixes #3244
* WinGui: Tidyup and harden the Worker Process.sr552020-11-236-37/+236
|
* build(deps): bump Ookii.Dialogs.Wpf from 1.2.0 to 3.0.1 in /win/CSdependabot[bot]2020-11-231-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]>
* Fixing Windows buildScott2020-11-221-1/+1
|
* MacGui: add maxHeight/maxWidth validation.Damiano Galassi2020-11-212-6/+56
|
* MacGui: fix pad filter when used together with the rotate filter.Damiano Galassi2020-11-211-5/+29
|
* WinGUI: Update all locales to current Transifex statusNomis1012020-11-2021-151/+214
|
* libhb: fix colorspace filter settings validation and actually combbine it ↵Damiano Galassi2020-11-192-0/+2
| | | | with the others avfilters.
* libhb: use av_get_pix_fmt_name to get the pixel format string.Damiano Galassi2020-11-193-3/+2
|
* libhb: add 8bit to 10/12bit blend functions to rendersub.Damiano Galassi2020-11-1810-18/+181
| | | | decode video to 10bit or 12bit yuv if there is no 8bit filter in the chain.
* rendersub: set libass hinting to none to imporove vsfilter compatibility. ↵Damiano Galassi2020-11-181-1/+1
| | | | Fixes #2489.
* contrib: Update libass module.Bradley Sepos2020-11-171-3/+3
|
* contrib: Add freetype and fribidi patches for mingw-w64.Bradley Sepos2020-11-172-0/+30
|
* contrib: update freetype fribidi harfbuzz and libass.Damiano Galassi2020-11-178-68/+25
|
* WinGui: Various fixes and improvements to the installers post .NET 5sr552020-11-144-23/+38
|
* MacGui: set the tableviews style to plain.Damiano Galassi2020-11-138-119/+116
|
* Fix mfx hashScott2020-11-121-1/+1
|
* Update module.defsScott2020-11-121-2/+2
|
* Update libmfx to 1.34Scott2020-11-121-3/+3
|
* qsv: added AV1 HW decoding capabilitiesagalin892020-11-126-5/+99
|
* WinGui: Msbuild typosr552020-11-121-1/+1
|
* WinGui: Update deprecated Ookii.dialogs reference to newer Ookii.dialogs.wpfsr552020-11-121-1/+1
|
* WinGui: Some re-work in the msbuild file and installers to support .NET 5 ↵sr552020-11-127-62/+73
| | | | correctly and some warnings fixed.
* WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵sr552020-11-119-161/+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
* MacGui: improve padding values validation.Damiano Galassi2020-11-102-29/+41
|
* MacGUI: Improve storage size controls alignment.Bradley Sepos2020-11-091-10/+10
|
* MacGUI: Add 1440p 2.5K to resolution limit list.Bradley Sepos2020-11-098-0/+29
|
* reader: fail early if the chapter indexes are out of bound. Fixes #2594.Damiano Galassi2020-11-091-0/+7
|
* MacGui: do not set NULL values in ↵Damiano Galassi2020-11-091-5/+18
| | | | CVImageBufferCreateColorSpaceFromAttachments() input.
* macosx: Add automatic passthru checkbox control for MP2.Bradley Sepos2020-11-081-0/+15
|
* libhb: Replace HB_ACODEC_FFMPEG with HB_ACODEC_MP2 in stream.c.Bradley Sepos2020-11-081-2/+2
|
* MP2 PassThru (macOS part)Nomis1012020-11-083-0/+25
|
* MP2 PassThru (libhb part)Nomis1012020-11-086-2/+19
|
* github: Remove trailing whitespace from workflows.Josh Soref2020-11-084-25/+24
|
* github: Harden and sandbox now are enabled by default, remove args from ↵Bradley Sepos2020-11-081-1/+1
| | | | macOS workflow.
* make: configure: Enable hardening and sandboxing by default.Bradley Sepos2020-11-081-3/+6
| | | | Add configure options to disable each.
* MacGui: improve table view sizing and some localization fixes.Damiano Galassi2020-11-076-431/+529
|
* MacGui: update german localization.Nomis1012020-11-0615-222/+262
| | | | Sync from Transifex
* 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
|