Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ↵ | sr55 | 2019-08-12 | 3 | -1/+7 |
| | | | | for both Audio/Subtitles if the source track has it available and we support reading it from that type of source file. #855 #2213 | ||||
* | WinGui: Show Day long encodes in hours consistent with the other UIs | sr55 | 2019-07-16 | 3 | -3/+3 |
| | |||||
* | WinGui: Support Encode Time in days. #523 | sr55 | 2019-07-16 | 2 | -2/+7 |
| | |||||
* | WinGui: Further work on the new Dark Theme. Mostly around icons. | sr55 | 2019-06-22 | 1 | -0/+17 |
| | |||||
* | WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of ↵ | sr55 | 2019-06-15 | 2 | -2/+2 |
| | | | | the user reports that the UI isn't launching. | ||||
* | Revert "WinGui: Switch to SDK style cproj files. Switch to ↵ | sr55 | 2019-06-01 | 4 | -39/+270 |
| | | | | | | PackageReferences for NuGet Packages." This reverts commit 7cf0e78155c1611d2055175d4b37fb04414f55c7. | ||||
* | WinGui: Switch to SDK style cproj files. Switch to PackageReferences for ↵ | sr55 | 2019-06-01 | 4 | -270/+39 |
| | | | | NuGet Packages. | ||||
* | WinGui: Use hb_presets_read_file_json to read the UI presets file. This ↵ | sr55 | 2019-05-11 | 5 | -5/+54 |
| | | | | allows us to better handle version upgrades without resetting everything back to 0. | ||||
* | WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not ↵ | sr55 | 2019-05-10 | 1 | -3/+4 |
| | | | | | | the same format as the CLI and thus cannot be imported. This may happen in the future) Please finish existing queue before installing new version. | ||||
* | Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK ↵ | sr55 | 2019-05-08 | 4 | -17/+219 |
| | | | | | | project style. (#2068)" This reverts commit 7bd675b67fbadc193750377f7f2fc4b60a1ca193. | ||||
* | Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project ↵ | David Rickard | 2019-05-08 | 4 | -219/+17 |
| | | | | | style. (#2068) Updated solution to VS 2019 | ||||
* | WinGui: | sr55 | 2019-05-02 | 2 | -4/+8 |
| | | | | | | - Update Gong-WPF-DragDrop to 2.0.1 - Update Newtonsoft JSON.NET to 12.0.2 - Update THANKS file. | ||||
* | WinGui: Update the UI for the new deblock filter. #2028 | sr55 | 2019-05-02 | 1 | -4/+3 |
| | |||||
* | WinGui: New option to control the file overwrite default behaviour. ↵ | sr55 | 2019-04-20 | 4 | -14/+61 |
| | | | | Overwrite or Ask. | ||||
* | WinGui: Fix previews after hb_image_s change. Fixes #2044 | sr55 | 2019-04-16 | 1 | -0/+1 |
| | |||||
* | WinGui: Fix Race Condition crash when cancelling scan. | sr55 | 2019-04-08 | 1 | -0/+1 |
| | |||||
* | WinGui: Reafactor application init and introduce a --no-hardware flat that ↵ | sr55 | 2019-04-06 | 6 | -46/+63 |
| | | | | can be added to HandBrake.exe to disable hardware encoder support. | ||||
* | wingui: Fix filter order caused by addition of Chroma Smooth. | Bradley Sepos | 2019-03-31 | 1 | -0/+1 |
| | |||||
* | WinGui: Undo some debugging code. | sr55 | 2019-02-17 | 1 | -1/+1 |
| | |||||
* | WinGui: Backout Handling of AccessViolations. Makes the hardware handling ↵ | sr55 | 2019-02-17 | 1 | -6/+6 |
| | | | | issue worse. | ||||
* | WinGui: Attempt to fix the the exception handling when AccessViolations occur. | sr55 | 2019-02-16 | 1 | -4/+21 |
| | |||||
* | WinGui: Add HandleProcessCorruptedStateExceptions around Init. | sr55 | 2019-02-16 | 1 | -5/+11 |
| | |||||
* | Add WebM support (#1822) | Justin Bull | 2019-02-13 | 1 | -1/+3 |
| | | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time. | ||||
* | WinGui: Utilise new hb_global_init_no_hardware when hb_global_init fails. ↵ | sr55 | 2019-02-11 | 2 | -2/+32 |
| | | | | The preferences Video tab now notes that hardware encoding options are disabled. | ||||
* | WinGui: Update EncoderHelpers for Subtitle changes | sr55 | 2019-01-14 | 1 | -0/+12 |
| | |||||
* | WinGui: Initial support for SSA file import. | sr55 | 2019-01-14 | 3 | -3/+5 |
| | |||||
* | Add SSA subtitle import | John Stebbins | 2019-01-14 | 2 | -5/+7 |
| | |||||
* | Update copyright dates to 2019. | Bradley Sepos | 2019-01-01 | 2 | -2/+2 |
| | |||||
* | WinGui: Bump Version to 1.3.0 | sr55 | 2018-12-26 | 1 | -1/+1 |
| | |||||
* | WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵ | sr55 | 2018-12-09 | 4 | -268/+35 |
| | | | | manager. The consumers should manage this themselves. | ||||
* | WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵ | sr55 | 2018-12-08 | 2 | -0/+6 |
| | | | | other warnings in the code. | ||||
* | WinGui: Minor code tidyup. | sr55 | 2018-08-13 | 4 | -48/+34 |
| | |||||
* | WinGui: Cleanup of some unneeded references across the projects. | sr55 | 2018-08-09 | 1 | -1/+0 |
| | |||||
* | WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and ↵ | sr55 | 2018-07-08 | 4 | -90/+27 |
| | | | | associated code. Tweak the layout of the deinterlace controls to match the Mac/Linux UI's. Pull Presets from libhb. | ||||
* | WinGui: Remove Unused OpenCL call. | sr55 | 2018-07-08 | 1 | -4/+0 |
| | |||||
* | WinGui: Tidy up some unused variables. | sr55 | 2018-07-08 | 3 | -15/+0 |
| | |||||
* | WinGui: Update the Encode Json Factory to produce human readable Json for ↵ | sr55 | 2018-07-07 | 5 | -46/+5 |
| | | | | audio and video encoders. | ||||
* | WinGui: Tidyup around the Scan Objects. Complete some incomplete models. ↵ | sr55 | 2018-07-07 | 2 | -0/+15 |
| | | | | Introduce a factory for Title objects. | ||||
* | Add NVEnc encoder. (Round 3) (#1437) | Scott | 2018-06-29 | 3 | -1/+65 |
| | | | | | | Adding the Nvidia NVEnc H.264 and H.265 encoders. Based on Initial work by sgothel --enable-nvenc is the new compile time configure option to enable for builds. | ||||
* | WinGui: Fix a potential crash in HandBrakeEncoderHelpers.cs | sr55 | 2018-06-15 | 1 | -20/+21 |
| | |||||
* | WinGui: Implement most of the HTTP Worker Process stubs. | sr55 | 2018-06-10 | 5 | -60/+52 |
| | |||||
* | WinGui: Split out the encode portion of IHandBrakeInstance into ↵ | sr55 | 2018-06-10 | 3 | -35/+57 |
| | | | | IEncodeInstance. API remains compatible. | ||||
* | WinGui: Add Support for the VCE Encoders. | sr55 | 2018-06-08 | 4 | -0/+50 |
| | |||||
* | WinGui: cproj tidyup | sr55 | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵ | sr55 | 2018-06-05 | 117 | -0/+8819 |
| | | | | moving back to being more of an libhb interop/abstraction library only. | ||||
* | WinGui: Remove Interop Library for Previous commit. | sr55 | 2015-02-28 | 112 | -8584/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6950 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Rename interop library to match naming convention. Remove some old ↵ | sr55 | 2015-02-28 | 9 | -314/+0 |
| | | | | | | test files that are not used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6947 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Some improvements to Exception Handling, Debug information etc in ↵ | sr55 | 2015-02-07 | 1 | -6/+23 |
| | | | | | | the new LibHB code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6879 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Advanced tab now correctly overrides video tab options. | sr55 | 2015-02-07 | 2 | -4/+17 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6877 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix Average bitrate video rate type via the JSON API. | sr55 | 2015-01-30 | 2 | -5/+11 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6835 b64f7644-9d1e-0410-96f1-a4d463321fa5 |