summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-0519-846/+0
| | | | moving back to being more of an libhb interop/abstraction library only.
* WinGui: Support for the new sharpen filter.sr552017-06-021-0/+28
|
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵sr552017-03-173-24/+21
| | | | as it's not currently compatible with .NET standard.
* WinGui: Add support in the UI for QSV 10bit H.265 encoder.sr552017-03-051-4/+8
|
* WinGui: Fix Anamorphic Mode Autosr552016-11-011-1/+1
|
* WinGui: Fix a large number of stylecop warnings.sr552016-10-301-1/+1
|
* WinGui: Replace Strict Anamorphic with Automatic.sr552016-10-291-3/+3
|
* WinGui: Support VP9 and fix VP8 encoding.sr552016-05-281-2/+6
|
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵sr552016-04-091-68/+0
| | | | shows invalid mixdowns.
* WinGui: Fixes for the new filters setup.sr552016-03-111-3/+0
|
* WinGui: Missing Decomb optionssr552016-03-111-1/+7
|
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-111-0/+34
|
* WinGui: Update deinterlace method to Yadif and update presets. Will look ↵sr552016-03-092-12/+9
| | | | into using the new preset/tune methods at a later point.
* WinGui: Initial support for dict based filter options.sr552016-03-091-0/+42
|
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵sr552016-02-131-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 ↵sr552016-01-031-2/+2
| | | | libhb defaults.
* WinGui: Some API and warnings cleanup.Scott2015-12-271-1/+1
|
* Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵Scott2015-10-243-15/+37
| | | | "presets / custom" format that the other UI's do.
* AppServices Tidyup ContdScott2015-09-265-41/+156
| | | | Made most of the exposed objects immutable.
* WinGui: Enable support for H.265 QuickSync supportScott2015-09-241-0/+4
|
* WinGui: Initial Implementation of the json preset export code.sr552015-07-055-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 ↵sr552015-06-201-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 LibHBsr552015-06-201-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 ↵sr552015-03-291-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 ↵sr552015-03-055-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.sr552015-02-2816-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 ↵sr552015-02-2820-0/+804
some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5