summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* contrib: update mfx_dispatch to 1.32agalin892020-09-021-5/+5
|
* WinGui: Don't use Regex where it's not needed for the AutoName support. ↵sr552020-09-021-7/+7
| | | | Fixes #3108
* libhb: fix off by one tx3g style record end position.Damiano Galassi2020-09-011-1/+1
|
* WinGui: Update the msbuild file to use Configuration placeholders.sr552020-08-311-12/+12
|
* WinGui: temporary build fix 2sr552020-08-311-2/+2
|
* Temporary build fix.Scott2020-08-301-1/+1
|
* WinGui: Fix buildsr552020-08-301-2/+2
|
* decavsub: remove stale fileJosh Soref2020-08-301-146/+0
| | | | 494a548865e20767076f2caaa4f23522ee750687
* WinGui: MSI installer improvements.sr552020-08-292-96/+120
| | | | | | - Use a seperate install directory from the NSIS installer. It will by default install into a "HandBrakeTeam" folder in program files directory rather than "HandBrake". - Add support for Nightly vs Release Builds #522
* qsv: fix dx11 crop/resizeagalin892020-08-291-1/+10
|
* WinGui: Fix a bug in preset parsing where multiple video tunes are used. ↵sr552020-08-291-1/+1
| | | | Fixes #3092
* contrib: add back patch to enable b-frames in hevc videotoolbox encoder.Damiano Galassi2020-08-251-0/+12
|
* MacGui: fix quality type validation.Damiano Galassi2020-08-251-10/+2
|
* WinGui: Make the AsyncDepth variable nullable so it does not default to 0 ↵sr552020-08-241-1/+1
| | | | when the queue is exported. Fixes #3037
* WinGui: Hide QSV Low Power checkbox when QSV not available. #3083sr552020-08-241-1/+1
|
* contribs: Remove x265 bitbucket download URLs since those no longer work. ↵sr552020-08-244-4/+0
| | | | Fixes #3082
* libhb: improve videotoolbox detection and add support for constant quality ↵Damiano Galassi2020-08-239-68/+223
| | | | encoding mode when available.
* qsv: update dx11 patch for ffmpeg 4.3.1agalin892020-08-227-343/+1005
|
* contrib: Update to FFmpeg 4.3.1.Bradley Sepos2020-08-221-3/+3
|
* contrib: Restore and update QSV DX11 patch for FFmpeg 4.3.Bradley Sepos2020-08-221-0/+611
|
* contrib: Update to FFmpeg 4:3.Bradley Sepos2020-08-229-1326/+28
|
* contrib: Update to NVENC headers 9.1.23.1.Bradley Sepos2020-08-221-4/+3
|
* WinGui: Add a menu option to allow exporting all user presets for easier ↵sr552020-08-2211-121/+146
| | | | backups #2917
* WinGui: Align some of the checkboxs left to avoid overly large click areas. ↵sr552020-08-223-6/+6
| | | | Fixes #3070
* WinGui: Make it clearer that other media players may work for video preview ↵sr552020-08-2216-118/+23
| | | | path in preferences. #3069
* dvdnav: set HB_ERROR_READ when exiting early due to errorsJohn Stebbins2020-08-201-0/+25
|
* build(deps): bump Ookii.Dialogs from 1.0.0 to 1.1.0 in /win/CSdependabot[bot]2020-08-201-1/+1
| | | | | | | Bumps [Ookii.Dialogs](https://github.com/augustoproiete/ookii-dialogs-wpf) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/augustoproiete/ookii-dialogs-wpf/releases) - [Commits](https://github.com/augustoproiete/ookii-dialogs-wpf/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] <[email protected]>
* qsv: remove globalsagalin892020-08-207-56/+50
|
* [macOS] Fix two minor InfoPlist.strings issuesNomis1012020-08-182-1/+4
|
* Update mac.ymlScott2020-08-061-0/+1
| | | Potential Actions build fix.
* Fix toolbar items size on macOS 11.Damiano Galassi2020-08-0613-164/+257
|
* MacGui: use a submodule for Sparkle.Damiano Galassi2020-08-06213-5060/+417
|
* build: make: Use proper comparison operator in configure.py.Bradley Sepos2020-08-051-4/+4
|
* build: make: Another configure.py update for Apple Silicon.Bradley Sepos2020-08-051-2/+14
|
* contrib: Update most contribs for Apple Silicon.Bradley Sepos2020-08-057-2/+272
|
* WinGui: Improvements to the new Preset Management UI.sr552020-08-0416-142/+446
| | | | | | | | | - Add Category to the preset information pane. - Allow Preset Category to be changed for User Preset only. - Add "(Default Preset)" label on the info tab - Add button to Set Default Preset on the info tab. - Add Help Icon to open up the docs page (Per Mac UI) - Misc Fixes
* fix: SW encoding when crop/resize is usedagalin892020-08-041-8/+11
|
* MacGui: fix a couple layout issues on macOS 11.Damiano Galassi2020-08-038-242/+253
|
* libhb: do not set thread priorities on Darwin arm. Original patch ↵Damiano Galassi2020-08-031-3/+4
| | | | contributed by Apple.
* MacGui: bring the main window to front before starting a scan.Damiano Galassi2020-08-031-0/+2
|
* build: make: Do not fail configuring where Xcode is disabled and xcodebuild ↵Bradley Sepos2020-08-011-9/+10
| | | | | | is not found. Bug introduced in ead95407ccee69b39ef767aebca714bcfd07237c. Fixes #3048.
* WinGui: Fix a startup performance issue with the UI. Fixes #3046sr552020-08-011-3/+15
|
* build: make: Map aarch64-* to arm64-* for Apple Silicon in configure.py.Bradley Sepos2020-08-011-2/+2
|
* build: make: Cosmetic in configure.py.Bradley Sepos2020-08-011-2/+2
| | | | Doh.
* build: make: Switch Apple Silicon tuple in configure.py to aarch64-*.Bradley Sepos2020-08-011-1/+1
| | | | Seems what upstream config.guess is using in lieu of arm64-*.
* build: make: Add Apple Silicon tuple to configure.py.Bradley Sepos2020-08-011-1/+2
|
* build: make: Update to config.guess 2020-07-12.Bradley Sepos2020-08-011-7/+32
| | | | Adds support for Darwin arm64 (Apple Silicon).
* WinGui: Update the UI to allow passthru of metadata to be disabled. This ↵sr552020-07-3110-183/+164
| | | | | | | | utilises the change 2677f9fe9e91f9dfeccaf8c265615a703e20efa5 This is a new preference in Preferences -> Output Files -> Metadata There is no change to the previous metadata passthru behaviour. It's simply now possible to turn it off.
* WinGui: Use newer language structure in OptionsViewModel to tidy it up a bit.sr552020-07-311-559/+94
|
* WinGui: Add Windows Serer 2019 to the approved list for Process isolation.sr552020-07-311-1/+11
|