Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Removing the dependency on Newtonsoft.Json library in ↵ | sr55 | 2020-12-01 | 16 | -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 Galassi | 2020-12-01 | 1 | -1/+4 |
| | |||||
* | MacGui: start encoding when a job is added to the queu if a job is already ↵ | Damiano Galassi | 2020-12-01 | 1 | -0/+5 |
| | | | | encoding and there is a free worker. | ||||
* | 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 |
| | |||||
* | qsv: fixed corrupted images in scale_qsv filter | agalin89 | 2020-11-29 | 2 | -0/+39 |
| | |||||
* | qsv: enable 10bit for hw scale/resize filters | agalin89 | 2020-11-29 | 4 | -17/+47 |
| | |||||
* | 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]> | ||||
* | Fixing Windows build | Scott | 2020-11-22 | 1 | -1/+1 |
| | |||||
* | MacGui: add maxHeight/maxWidth validation. | Damiano Galassi | 2020-11-21 | 2 | -6/+56 |
| | |||||
* | MacGui: fix pad filter when used together with the rotate filter. | Damiano Galassi | 2020-11-21 | 1 | -5/+29 |
| | |||||
* | WinGUI: Update all locales to current Transifex status | Nomis101 | 2020-11-20 | 21 | -151/+214 |
| | |||||
* | libhb: fix colorspace filter settings validation and actually combbine it ↵ | Damiano Galassi | 2020-11-19 | 2 | -0/+2 |
| | | | | with the others avfilters. | ||||
* | libhb: use av_get_pix_fmt_name to get the pixel format string. | Damiano Galassi | 2020-11-19 | 3 | -3/+2 |
| | |||||
* | libhb: add 8bit to 10/12bit blend functions to rendersub. | Damiano Galassi | 2020-11-18 | 10 | -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 Galassi | 2020-11-18 | 1 | -1/+1 |
| | | | | Fixes #2489. | ||||
* | contrib: Update libass module. | Bradley Sepos | 2020-11-17 | 1 | -3/+3 |
| | |||||
* | contrib: Add freetype and fribidi patches for mingw-w64. | Bradley Sepos | 2020-11-17 | 2 | -0/+30 |
| | |||||
* | contrib: update freetype fribidi harfbuzz and libass. | Damiano Galassi | 2020-11-17 | 8 | -68/+25 |
| | |||||
* | WinGui: Various fixes and improvements to the installers post .NET 5 | sr55 | 2020-11-14 | 4 | -23/+38 |
| | |||||
* | MacGui: set the tableviews style to plain. | Damiano Galassi | 2020-11-13 | 8 | -119/+116 |
| | |||||
* | Fix mfx hash | Scott | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | Update module.defs | Scott | 2020-11-12 | 1 | -2/+2 |
| | |||||
* | Update libmfx to 1.34 | Scott | 2020-11-12 | 1 | -3/+3 |
| | |||||
* | qsv: added AV1 HW decoding capabilities | agalin89 | 2020-11-12 | 6 | -5/+99 |
| | |||||
* | 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 | 9 | -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 Galassi | 2020-11-10 | 2 | -29/+41 |
| | |||||
* | MacGUI: Improve storage size controls alignment. | Bradley Sepos | 2020-11-09 | 1 | -10/+10 |
| | |||||
* | MacGUI: Add 1440p 2.5K to resolution limit list. | Bradley Sepos | 2020-11-09 | 8 | -0/+29 |
| | |||||
* | reader: fail early if the chapter indexes are out of bound. Fixes #2594. | Damiano Galassi | 2020-11-09 | 1 | -0/+7 |
| | |||||
* | MacGui: do not set NULL values in ↵ | Damiano Galassi | 2020-11-09 | 1 | -5/+18 |
| | | | | CVImageBufferCreateColorSpaceFromAttachments() input. | ||||
* | macosx: Add automatic passthru checkbox control for MP2. | Bradley Sepos | 2020-11-08 | 1 | -0/+15 |
| | |||||
* | libhb: Replace HB_ACODEC_FFMPEG with HB_ACODEC_MP2 in stream.c. | Bradley Sepos | 2020-11-08 | 1 | -2/+2 |
| | |||||
* | MP2 PassThru (macOS part) | Nomis101 | 2020-11-08 | 3 | -0/+25 |
| | |||||
* | MP2 PassThru (libhb part) | Nomis101 | 2020-11-08 | 6 | -2/+19 |
| | |||||
* | github: Remove trailing whitespace from workflows. | Josh Soref | 2020-11-08 | 4 | -25/+24 |
| | |||||
* | github: Harden and sandbox now are enabled by default, remove args from ↵ | Bradley Sepos | 2020-11-08 | 1 | -1/+1 |
| | | | | macOS workflow. | ||||
* | make: configure: Enable hardening and sandboxing by default. | Bradley Sepos | 2020-11-08 | 1 | -3/+6 |
| | | | | Add configure options to disable each. | ||||
* | MacGui: improve table view sizing and some localization fixes. | Damiano Galassi | 2020-11-07 | 6 | -431/+529 |
| | |||||
* | MacGui: update german localization. | Nomis101 | 2020-11-06 | 15 | -222/+262 |
| | | | | Sync from Transifex | ||||
* | 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 |
| |