Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | WinGui: Fixes #3347 where the preset menu list was slow to update. | sr55 | 2021-01-13 | 3 | -53/+24 | |
| | ||||||
* | WinGui: Minor improvement to presets. Also show the preset tooltip on the ↵ | sr55 | 2021-01-11 | 2 | -2/+5 | |
| | | | | Menu items. | |||||
* | WinGui: Fix a log file access error that could occur in remote instance mode | sr55 | 2021-01-11 | 1 | -2/+2 | |
| | ||||||
* | WinGui: UI improvements around presets. | sr55 | 2021-01-09 | 6 | -13/+79 | |
| | | | | | - The Toolbar "Presets" button has been changed to a dropdown button. This now allows access to the Preset manage, and also displays all the preset categories. This is similar to the preset overlay window on macOS. - Use a larger font size for the default preset in the Preset Manager in place of what used to be bold to make it a bit more noticable. | |||||
* | WinGui: Add experimental support for Right to Left languages. This globally ↵ | sr55 | 2021-01-09 | 2 | -4/+25 | |
| | | | | inverts the UI. | |||||
* | WinGui: Remove bold from preset manager list box to further avoid confusion. ↵ | sr55 | 2021-01-09 | 1 | -3/+0 | |
| | | | | It's not so meaningful here. | |||||
* | WinGui: Remove bold "(Default Preset)" label and add discrete "Is Default: ↵ | sr55 | 2021-01-07 | 14 | -57/+54 | |
| | | | | Yes/No" to remove association of bold == default. #3331 | |||||
* | WinGui: Fix typo on new preset pane and fix an issue with mis-detecting ↵ | sr55 | 2021-01-07 | 3 | -3/+3 | |
| | | | | preset type for user presets. | |||||
* | WinGui: Fix an issue with QSV adaptor Probe. It should not call when QSV is ↵ | sr55 | 2021-01-07 | 1 | -3/+9 | |
| | | | | not compiled in. Fixes #3329 | |||||
* | MacGui: make sure each chapter has always a non null title, even if the ↵ | Damiano Galassi | 2021-01-06 | 1 | -1/+2 | |
| | | | | original title has invalid utf8 characters. | |||||
* | actions: do not hardcode the Xcode version, 12.2 is already the default one. | Damiano Galassi | 2021-01-05 | 1 | -3/+0 | |
| | ||||||
* | MacGUI: Xcode 12.3 version check. | Damiano Galassi | 2021-01-05 | 5 | -5/+5 | |
| | ||||||
* | MacGUI: use NSFileManager to get the Movies directory URL. | Damiano Galassi | 2021-01-05 | 4 | -5/+15 | |
| | ||||||
* | MacGui: disable unsupported hardware presets. | Damiano Galassi | 2021-01-04 | 3 | -2/+20 | |
| | ||||||
* | libhb: properly set the 'PresetDisabled' presets property. | Damiano Galassi | 2021-01-04 | 3 | -100/+53 | |
| | ||||||
* | Update copyright dates to 2021. | Bradley Sepos | 2021-01-01 | 163 | -164/+164 | |
| | ||||||
* | MacGui: recognize .ts inside .eyetv packages. | Damiano Galassi | 2020-12-21 | 1 | -1/+1 | |
| | ||||||
* | qsv: update Comet Lake, Ice Lake and Tiger Lake cpu ids | agalin89 | 2020-12-15 | 3 | -0/+10 | |
| | ||||||
* | WinGui: Small improvement to logging. | sr55 | 2020-12-13 | 1 | -2/+3 | |
| | ||||||
* | WinGui: Reset Process Isolation settings if the machine hardware changes and ↵ | sr55 | 2020-12-13 | 1 | -6/+13 | |
| | | | | is no longer viable. #3269 | |||||
* | WinGui: Better handle disabled presets in the UI. | sr55 | 2020-12-13 | 6 | -18/+57 | |
| | ||||||
* | ci: Make macOS package creation dependent on successful build. | Bradley Sepos | 2020-12-12 | 1 | -2/+1 | |
| | ||||||
* | scripts: Update to mingw-w64-build 9.2.0 (GCC 10.2 and friends). | Bradley Sepos | 2020-12-12 | 1 | -127/+136 | |
| | ||||||
* | CI: Run Linux and macOS jobs also on forks | Ewout ter Hoeven | 2020-12-12 | 2 | -21/+0 | |
| | | | | Windows build is already running on forks | |||||
* | CI: Fix Windows GUI artifact path | Ewout ter Hoeven | 2020-12-12 | 1 | -2/+2 | |
| | ||||||
* | CI: Linux: Remove two more pre-installed packages | Ewout ter Hoeven | 2020-12-12 | 1 | -1/+1 | |
| | ||||||
* | CI: Windows: Remove pre-installed packages and use setup-python | Ewout ter Hoeven | 2020-12-12 | 1 | -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/checkout | Ewout ter Hoeven | 2020-12-12 | 3 | -4/+4 | |
| | ||||||
* | CI: Don't install packages that are already installed | Ewout ter Hoeven | 2020-12-12 | 1 | -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 job | Ewout ter Hoeven | 2020-12-12 | 1 | -2/+1 | |
| | | | It's a lot faster than using apt-get | |||||
* | CI: Specifically run the Linux build job on Ubuntu 20.04 | Ewout ter Hoeven | 2020-12-12 | 1 | -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/CS | dependabot[bot] | 2020-12-12 | 1 | -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 Sepos | 2020-12-12 | 1 | -0/+5 | |
| | | | | Thanks for your contributions, @agalin89! | |||||
* | libhb: Fix QSV preset validation for macOS. | Bradley Sepos | 2020-12-12 | 1 | -6/+3 | |
| | ||||||
* | presets: Disable autocrop for hardware accelerated presets. | Bradley Sepos | 2020-12-12 | 2 | -8/+8 | |
| | ||||||
* | qsv: use speed preset for qsv hw presets | agalin89 | 2020-12-12 | 2 | -4/+4 | |
| | ||||||
* | qsv: remove asyncdepth from presets | agalin89 | 2020-12-12 | 2 | -162/+0 | |
| | ||||||
* | presets: Add PresetDisabled key. | Bradley Sepos | 2020-12-12 | 2 | -0/+2 | |
| | ||||||
* | presets: Add hardware accelerated presets. | agalin89 | 2020-12-12 | 2 | -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 Sepos | 2020-12-12 | 1 | -17/+25 | |
| | ||||||
* | libhb: Mark presets with invalid video encoders disabled. | agalin89 | 2020-12-12 | 1 | -0/+63 | |
| | | | | For hardware accelerated presets feature. | |||||
* | WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. ↵ | sr55 | 2020-12-11 | 12 | -39/+84 | |
| | | | | Thanks. #3222 | |||||
* | WinGUI: Update spanish and french locale | Nomis101 | 2020-12-07 | 3 | -12/+12 | |
| | | | | Just a minor update this time | |||||
* | contrib: Update libdav1d to 0.8.0 | Ewout ter Hoeven | 2020-12-07 | 1 | -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. | sr55 | 2020-12-06 | 11 | -217/+224 | |
| | ||||||
* | MacGui: do not disable xpc services suddent termination. Sudden termination ↵ | Damiano Galassi | 2020-12-06 | 1 | -3/+0 | |
| | | | | is automatically disabled when an encode is running. | |||||
* | MacGUI: Update french locale | Nomis101 | 2020-12-06 | 23 | -281/+321 | |
| | | | | Update french locale and one string from german locale. Latest Transifex sync. | |||||
* | WinGui: Improved reliablity of the queue service with multiple instances ↵ | sr55 | 2020-12-03 | 5 | -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-instance | sr55 | 2020-12-03 | 4 | -27/+108 | |
| | ||||||
* | libhb: fix black buffer creation when the pixel format bit depth is 10 or more. | Damiano Galassi | 2020-12-02 | 1 | -3/+9 | |
| |