summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates to 2021.Bradley Sepos2021-01-01163-164/+164
|
* MacGui: recognize .ts inside .eyetv packages.Damiano Galassi2020-12-211-1/+1
|
* qsv: update Comet Lake, Ice Lake and Tiger Lake cpu idsagalin892020-12-153-0/+10
|
* WinGui: Small improvement to logging.sr552020-12-131-2/+3
|
* WinGui: Reset Process Isolation settings if the machine hardware changes and ↵sr552020-12-131-6/+13
| | | | is no longer viable. #3269
* WinGui: Better handle disabled presets in the UI.sr552020-12-136-18/+57
|
* ci: Make macOS package creation dependent on successful build.Bradley Sepos2020-12-121-2/+1
|
* scripts: Update to mingw-w64-build 9.2.0 (GCC 10.2 and friends).Bradley Sepos2020-12-121-127/+136
|
* CI: Run Linux and macOS jobs also on forksEwout ter Hoeven2020-12-122-21/+0
| | | | Windows build is already running on forks
* CI: Fix Windows GUI artifact pathEwout ter Hoeven2020-12-121-2/+2
|
* CI: Linux: Remove two more pre-installed packagesEwout ter Hoeven2020-12-121-1/+1
|
* CI: Windows: Remove pre-installed packages and use setup-pythonEwout ter Hoeven2020-12-121-4/+2
| | | | | | | Some packages are installed with apt-get while they are already included in the Ubuntu environment. Removing this speeds things up and possibly avoids conflicts. Installed packages: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md Also switches to setup-python since it's a lot faster than using apt-get
* CI: Use stable version of actions/checkoutEwout ter Hoeven2020-12-123-4/+4
|
* CI: Don't install packages that are already installedEwout ter Hoeven2020-12-121-2/+2
| | | | | Some packages are installed with apt-get while they are already included in the Ubuntu environment. Removing this speeds things up and possibly avoids conflicts. Installed packages: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
* CI: Uses setup-python in Linux jobEwout ter Hoeven2020-12-121-2/+1
| | | It's a lot faster than using apt-get
* CI: Specifically run the Linux build job on Ubuntu 20.04Ewout ter Hoeven2020-12-121-1/+1
| | | Currently ubuntu-latest is specified, which uses Ubuntu 18.04 currently but will switch to 20.04 starting from next week.
* build(deps): bump Ookii.Dialogs.Wpf from 3.0.1 to 3.1.0 in /win/CSdependabot[bot]2020-12-121-1/+1
| | | | | | | Bumps [Ookii.Dialogs.Wpf](https://github.com/augustoproiete/ookii-dialogs-wpf) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v3.0.1...v3.1.0) Signed-off-by: dependabot[bot] <[email protected]>
* Add Artem Galin (agalin89) to AUTHORS.markdown.Bradley Sepos2020-12-121-0/+5
| | | | Thanks for your contributions, @agalin89!
* libhb: Fix QSV preset validation for macOS.Bradley Sepos2020-12-121-6/+3
|
* presets: Disable autocrop for hardware accelerated presets.Bradley Sepos2020-12-122-8/+8
|
* qsv: use speed preset for qsv hw presetsagalin892020-12-122-4/+4
|
* qsv: remove asyncdepth from presetsagalin892020-12-122-162/+0
|
* presets: Add PresetDisabled key.Bradley Sepos2020-12-122-0/+2
|
* presets: Add hardware accelerated presets.agalin892020-12-122-0/+943
| | | | | | presets: Revise proposed Hardware Accelerated category and presets. Adds NVENC presets in addition to revising the proposed QSV presets. No additional validation added. VCE is ENOHARDWARE.
* libhb: Group video encoder fallbacks by implementation instead of specification.Bradley Sepos2020-12-121-17/+25
|
* libhb: Mark presets with invalid video encoders disabled.agalin892020-12-121-0/+63
| | | | For hardware accelerated presets feature.
* WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. ↵sr552020-12-1112-39/+84
| | | | Thanks. #3222
* WinGUI: Update spanish and french localeNomis1012020-12-073-12/+12
| | | | Just a minor update this time
* contrib: Update libdav1d to 0.8.0Ewout ter Hoeven2020-12-071-3/+3
| | | | | | | | | | | | 0.8.0 is a major update for dav1d: - Improve the performance by using a picture buffer pool; The improvements can reach 10% on some cases on Windows. - Support for Apple ARM Silicon - ARM32 optimizations for 8bit bitdepth for ipred paeth, smooth, cfl - ARM32 optimizations for 10/12/16bit bitdepth for mc_avg/mask/w_avg, put/prep 8tap/bilin, wiener and CDEF filters - ARM64 optimizations for cfl_ac 444 for all bitdepths - x86 optimizations for MC 8-tap, mc_scaled in AVX2 - x86 optimizations for CDEF in SSE and {put/prep}_{8tap/bilin} in SSSE3
* WinGui: Refactor the logging code to better handle multiple instance behaviours.sr552020-12-0611-217/+224
|
* MacGui: do not disable xpc services suddent termination. Sudden termination ↵Damiano Galassi2020-12-061-3/+0
| | | | is automatically disabled when an encode is running.
* MacGUI: Update french localeNomis1012020-12-0623-281/+321
| | | | Update french locale and one string from german locale. Latest Transifex sync.
* WinGui: Improved reliablity of the queue service with multiple instances ↵sr552020-12-035-39/+61
| | | | running. Note, there will now be up to a 3.5 second delay before starting each new job.
* WinGui: Improvements to log handling for multi-instancesr552020-12-034-27/+108
|
* libhb: fix black buffer creation when the pixel format bit depth is 10 or more.Damiano Galassi2020-12-021-3/+9
|
* WinGui: Remove further JSON.Net code to remove incompatiblity with ↵sr552020-12-011-7/+5
| | | | System.Text.Json
* 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
|