Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵ | sr55 | 2018-06-05 | 19 | -846/+0 |
| | | | | moving back to being more of an libhb interop/abstraction library only. | ||||
* | WinGui: Support for the new sharpen filter. | sr55 | 2017-06-02 | 1 | -0/+28 |
| | |||||
* | WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵ | sr55 | 2017-03-17 | 3 | -24/+21 |
| | | | | as it's not currently compatible with .NET standard. | ||||
* | WinGui: Add support in the UI for QSV 10bit H.265 encoder. | sr55 | 2017-03-05 | 1 | -4/+8 |
| | |||||
* | WinGui: Fix Anamorphic Mode Auto | sr55 | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix a large number of stylecop warnings. | sr55 | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | WinGui: Replace Strict Anamorphic with Automatic. | sr55 | 2016-10-29 | 1 | -3/+3 |
| | |||||
* | WinGui: Support VP9 and fix VP8 encoding. | sr55 | 2016-05-28 | 1 | -2/+6 |
| | |||||
* | WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵ | sr55 | 2016-04-09 | 1 | -68/+0 |
| | | | | shows invalid mixdowns. | ||||
* | WinGui: Fixes for the new filters setup. | sr55 | 2016-03-11 | 1 | -3/+0 |
| | |||||
* | WinGui: Missing Decomb options | sr55 | 2016-03-11 | 1 | -1/+7 |
| | |||||
* | WinGui: Initial commit supporting separated interlace detection. Not tested yet. | sr55 | 2016-03-11 | 1 | -0/+34 |
| | |||||
* | WinGui: Update deinterlace method to Yadif and update presets. Will look ↵ | sr55 | 2016-03-09 | 2 | -12/+9 |
| | | | | into using the new preset/tune methods at a later point. | ||||
* | WinGui: Initial support for dict based filter options. | sr55 | 2016-03-09 | 1 | -0/+42 |
| | |||||
* | WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵ | sr55 | 2016-02-13 | 1 | -0/+12 |
| | | | | and 12bit x265 if you provide MinGW-W64 compiled dll libraries in the HandBrake install directory. | ||||
* | WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal ↵ | sr55 | 2016-01-03 | 1 | -2/+2 |
| | | | | libhb defaults. | ||||
* | WinGui: Some API and warnings cleanup. | Scott | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵ | Scott | 2015-10-24 | 3 | -15/+37 |
| | | | | "presets / custom" format that the other UI's do. | ||||
* | AppServices Tidyup Contd | Scott | 2015-09-26 | 5 | -41/+156 |
| | | | | Made most of the exposed objects immutable. | ||||
* | WinGui: Enable support for H.265 QuickSync support | Scott | 2015-09-24 | 1 | -0/+4 |
| | |||||
* | WinGui: Initial Implementation of the json preset export code. | sr55 | 2015-07-05 | 5 | -0/+42 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7347 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Initial implementation of quality based encoding option. Please ↵ | sr55 | 2015-06-20 | 1 | -89/+0 |
| | | | | | | note, the preset version has been bumped so user presets will need to be re-created. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7306 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHB | sr55 | 2015-06-20 | 1 | -0/+13 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7305 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ↵ | sr55 | 2015-03-29 | 1 | -0/+12 |
| | | | | | | No Audio Behaviour. Misc other experimental UX/UI code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7027 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Remove the EncodeJob model. This removes another abstraction layer ↵ | sr55 | 2015-03-05 | 5 | -132/+2 |
| | | | | | | that is no longer necessary now that the GUI uses libhb directly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6966 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Tabs -> Spaces. | sr55 | 2015-02-28 | 16 | -235/+235 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6952 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Moving the Interop Code into the services library. This will allow ↵ | sr55 | 2015-02-28 | 20 | -0/+804 |
some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5 |