Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: use new api hb_get_preview3 for previews. | sr55 | 2021-04-13 | 6 | -487/+388 |
| | |||||
* | Fixed issue where HandBrakeEncoderHelpers threw exceptions after falling ↵ | David Rickard | 2021-03-28 | 1 | -8/+21 |
| | | | | | | | back to no hardware mode. It was checking initSuccess which had not been set to true. Changed initSuccess to a local variable and changed to check globalInitialized instead. Also properly set initNoHardware flag when we do auto fallback to no hardware mode. | ||||
* | qsv: redesigned adapter capabilities collection and reporing | agalin89 | 2021-03-12 | 2 | -4/+11 |
| | |||||
* | WinGui: Fix an issue with UTF8 preset names. Fixes #3458 | sr55 | 2021-03-06 | 1 | -1/+1 |
| | |||||
* | WinGui: Add a warning in preferencs -> Safemode when Hardware support is not ↵ | sr55 | 2021-02-28 | 1 | -8/+32 |
| | | | | available. | ||||
* | Added ToString() override for Language to improve screen reader behavior ↵ | David Rickard | 2021-02-21 | 1 | -0/+9 |
| | | | | | | when used as ComboBox model. With this change it will read out the language name rather than "HandBrake.Interop.Interop.Interfaces.Model.Language" | ||||
* | WinGui: Refactor the build system to use the dotnet CLI and adding support ↵ | sr55 | 2021-02-20 | 3 | -5/+5 |
| | | | | for future ARM64 builds. | ||||
* | WinGui: Adding build publish profiles for x64, ARM64 and portable as the ↵ | sr55 | 2021-02-20 | 5 | -21/+49 |
| | | | | first step in updating the UI build system. | ||||
* | WinGui: Fixing a namspace. | sr55 | 2021-02-20 | 1 | -2/+2 |
| | |||||
* | WinGui: Another smaller found of Namespace changes for HandBrake.Interop | sr55 | 2021-02-04 | 17 | -47/+25 |
| | |||||
* | WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many ↵ | sr55 | 2021-02-04 | 39 | -486/+33 |
| | | | | "model" objects have moved to interfaces.models to avoid confusion. A number of filter/video enums have moved to HandBrakeWPF as they are not part of the API. | ||||
* | WinGui: More Interop Cleanup. Anamorphic Factory is not used. Similar ↵ | sr55 | 2021-02-04 | 5 | -118/+8 |
| | | | | functionaility is in HandBrakePictureHelper.cs | ||||
* | WinGui: HandBrake.Interop API change/cleanup. Making the structs internal ↵ | sr55 | 2021-02-04 | 8 | -7/+162 |
| | | | | to avoid them being exposed to API consumers. This affects hb_geometry*, hb_sutitle*, NativeConstants | ||||
* | WinGui: Add support for Chroma Smooth filter. | sr55 | 2021-01-30 | 1 | -0/+6 |
| | |||||
* | WinGui: Add support for the colourspace filter. | sr55 | 2021-01-30 | 2 | -1/+9 |
| | |||||
* | 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 | ||||
* | Update copyright dates to 2021. | Bradley Sepos | 2021-01-01 | 2 | -2/+2 |
| | |||||
* | WinGui: Better handle disabled presets in the UI. | sr55 | 2020-12-13 | 1 | -0/+2 |
| | |||||
* | WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. ↵ | sr55 | 2020-12-11 | 2 | -2/+9 |
| | | | | Thanks. #3222 | ||||
* | WinGui: Removing the dependency on Newtonsoft.Json library in ↵ | sr55 | 2020-12-01 | 10 | -39/+51 |
| | | | | HandBrake.Interop and HandBrake.worker. Using System.Text.Json instead. UI will be updated seperately. | ||||
* | WinGui: Undo Permissions change. Seems to cause more issues than it solves. | sr55 | 2020-11-30 | 1 | -1/+0 |
| | |||||
* | WinGui: Add dependency to System.Security.Permissions Fixes #3253 | sr55 | 2020-11-29 | 1 | -0/+1 |
| | |||||
* | WinGui: Move HandBrake.Interop from .NET Standard to net5.0 | sr55 | 2020-11-29 | 1 | -7/+4 |
| | |||||
* | WinGui: Move to .NET 5 runtime. (This requires the Microsoft .NET 5 runtime ↵ | sr55 | 2020-11-11 | 1 | -7/+3 |
| | | | | | | 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 | ||||
* | HandBrake.Interop: Library cleanup. | sr55 | 2020-10-04 | 109 | -1292/+531 |
| | | | | | | - Remove HbFunctions provider class and interface. It's not needed. Interop library will direct call libhb though HBFunctions.cs - Remove HbFunctionsDirect. Any consumer of the HandBrake API should be using managed calls rather than having to deal with pointers. - Fix many stylecop warnings and update rulesets around this. | ||||
* | WinGui: Make the AsyncDepth variable nullable so it does not default to 0 ↵ | sr55 | 2020-08-24 | 1 | -1/+1 |
| | | | | when the queue is exported. Fixes #3037 | ||||
* | WinGui: Add a menu option to allow exporting all user presets for easier ↵ | sr55 | 2020-08-22 | 3 | -6/+5 |
| | | | | backups #2917 | ||||
* | WinGui: Improvements to the new Preset Management UI. | sr55 | 2020-08-04 | 1 | -1/+1 |
| | | | | | | | | | - 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 | ||||
* | WinGui: Make QSV hardware detection APIs information available to the UI for ↵ | sr55 | 2020-07-18 | 4 | -12/+49 |
| | | | | use and refactor the video tab preset defaulting behaviour. Better defaults for Nvidia, AMD and VCE hardware based on current generation hardware. | ||||
* | Added TrackNumber to SourceAudioTrack and SourceSubtitleTrack. | David Rickard | 2020-07-11 | 2 | -4/+14 |
| | |||||
* | WinGui: General Package Maintenance | sr55 | 2020-06-30 | 1 | -1/+1 |
| | | | | | | - Switch "HandBrake.Worker" over to the new SDK format cproj file. - Update Newtonsoft Json to 12.0.3 - Remove old HandBrakeTools Project. It's no longer used. | ||||
* | WinGui: Lay the ground work for adding the padding filter to the Windows UI. ↵ | sr55 | 2020-05-17 | 1 | -0/+22 |
| | | | | Minor UI tweaks on the Picture settings tab including moving the Rotate/Flip filter onto this tab. #2437 | ||||
* | WinGui: Enable multi-instance support. (#2797) | Scott | 2020-04-29 | 2 | -4/+10 |
| | |||||
* | WinGui: Stripping much of the remaining app config out of the Queue Jobs. ↵ | sr55 | 2020-04-11 | 2 | -62/+5 |
| | | | | Certain features such as QSV, while global options currently are not really global. I may move these out of perferences at a later point. Fixes #2753 | ||||
* | WinGui: Allow the *experimental* process worker feature to be enabled though ↵ | sr55 | 2020-04-09 | 2 | -4/+4 |
| | | | | advanced preferences. When enabled, all encodes will run in a seperate worker process protecting the UI and queue from any serious crashes. | ||||
* | WinGui: Further work on the isolated process articecture. | sr55 | 2020-03-31 | 1 | -0/+3 |
| | |||||
* | WinGui: Fix preview images for "None" when using anamorphic content. | sr55 | 2020-03-18 | 1 | -3/+1 |
| | |||||
* | WinGui: Add an explicit option in preferences to enable additional fixed ↵ | sr55 | 2020-02-26 | 1 | -0/+2 |
| | | | | function hardware on newer Intel CPU's. | ||||
* | WinGui: Fix an issue with Queue Pause/Resume not working correctly and some ↵ | sr55 | 2020-02-23 | 1 | -2/+10 |
| | | | | unhandled silent exceptions in the libhb wrapper library. Fixes #2647 | ||||
* | WinGui: AutoPassthru is now implemented using libhb using ↵ | sr55 | 2020-02-07 | 3 | -0/+69 |
| | | | | hb_autopassthru_get_encoder. This should solve a number of issues around selection. Fixes #2627 and #2611 | ||||
* | WinGui: Improve the way the Audio and Subtitle Language selection is ↵ | sr55 | 2020-02-05 | 1 | -4/+24 |
| | | | | handled. When "(Any)" is used, make sure to honour the order of any languages that are also selected as a priority. Fixes #2611 | ||||
* | Update copyright dates to 2020. | Bradley Sepos | 2020-01-01 | 2 | -2/+2 |
| | |||||
* | WinGui: Cleanup a bunch of Code Warnings + Fix missing ico resource. #2519 | sr55 | 2019-12-21 | 2 | -2/+7 |
| | |||||
* | WinGui: Fix a few issues with the build system post format changes. | sr55 | 2019-12-18 | 1 | -0/+1 |
| | |||||
* | WinGui: Switch HandBrake.Interop over to .NET Standard 2.0 and Project Style ↵ | sr55 | 2019-12-18 | 6 | -442/+19 |
| | | | | SDK. | ||||
* | WinGui: Switch all projects to use PackageReferences. | sr55 | 2019-12-18 | 2 | -13/+8 |
| | |||||
* | WinGui: Bump version to 1.4 on master | sr55 | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | WinGui: Limit iPod atom to H.264. Fixes #2490 | sr55 | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | WinGui: Catchup some remaining strings that were not localisable. #2345 | sr55 | 2019-10-13 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix a bug in the previous changelist | sr55 | 2019-09-22 | 1 | -1/+1 |
| |