summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Converters
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Code tidyup / tweaks around presets.sr552017-09-221-0/+2
|
* WinGui: Make the app UWP aware. When in a UWP container, the update options ↵sr552017-08-181-0/+38
| | | | will now be disabled.
* WinGui: Support for the new sharpen filter.sr552017-06-023-0/+129
|
* WinGui: Add "None" as an option to the fallback encoder dropdown. Setting ↵sr552017-05-311-0/+5
| | | | this option to none will not add a passthru track when the passthru codec does not match the source track. #623
* WinGui: Fix a number of stylecop warnings.sr552017-03-263-4/+3
|
* WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵sr552017-03-171-62/+0
| | | | as it's not currently compatible with .NET standard.
* WinGui: Remove disk space warning from browser and allow the low level to be ↵sr552017-03-051-0/+39
| | | | configurable in options. Resolves #590
* WinGui: Add support in the UI for QSV 10bit H.265 encoder.sr552017-03-051-0/+5
|
* WinGui: Rework of the preset systemsr552017-03-041-24/+48
| | | | | | | | - Better support for categories. - Switched from a List to Treeview Control. - Remember the expansion state of each group - Put User Presets on top after next save. Closes #445
* Fixed Botton to Bottomsupachris282017-02-121-2/+2
|
* WinGui: Fix a number of stylecop warnings.sr552017-02-1111-25/+15
|
* WinGui: Fix for the Queue Item Tooltip. Would erroneously display "2Pass" ↵sr552017-01-111-1/+7
| | | | for CRF encodes.
* WinGui: Fix a large number of stylecop warnings.sr552016-10-303-3/+4
|
* WinGui: Replace Strict Anamorphic with Automatic.sr552016-10-291-2/+2
|
* WinGui: Add initial support for libopus audio encoder.sr552016-09-031-0/+1
|
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-161-0/+83
|
* WinGui: Support VP9 and fix VP8 encoding.sr552016-05-281-0/+1
|
* WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵sr552016-04-191-0/+1
| | | | more portable.
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵sr552016-04-093-14/+137
| | | | shows invalid mixdowns.
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-111-1/+12
|
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵sr552016-02-133-2/+19
| | | | and 12bit x265 if you provide MinGW-W64 compiled dll libraries in the HandBrake install directory.
* WinGui: Detect if FDK encoder is available or not.sr552016-02-101-0/+8
|
* WinGui: Couple of UI Tweaks.sr552016-02-021-0/+95
|
* WinGui: Some API and warnings cleanup.Scott2015-12-272-2/+98
|
* WinGui: Fix an issue with the Subtitle Burn In Behavior dropdown not being ↵Scott2015-12-141-3/+1
| | | | selected correctly on preset change and first load.
* Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same ↵Scott2015-10-241-1/+15
| | | | "presets / custom" format that the other UI's do.
* Tidy up some Stylecop WarningsScott2015-09-261-1/+0
| | | | Tidy up some Stylecop Warnings
* App Services Tidyup ContdScott2015-09-2614-0/+83
| | | | Moving all the helper and utility classes to the gui project
* AppServices tidyupScott2015-09-269-16/+24
| | | | Moving the UI modelling and services to the GUI Project.
* WinGui: Enable support for H.265 QuickSync supportScott2015-09-241-1/+7
|
* WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update ↵sr552015-08-232-2/+0
| | | | | | assembly info files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7407 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial implementation of quality based encoding option. Please ↵sr552015-06-202-0/+95
| | | | | | 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-293/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7305 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding new dropdown to the Configure Audio Options. The new "Track ↵sr552015-05-261-0/+91
| | | | | | | | | | Setting Default Behaviour" allows the choice of what settings are used for automatically added tracks. 1. All Preset tracks are cloned for each of the added languages tracks. 2. The first preset track is cloned for each of the added languages tracks. 3. Default 160kbit DPL2 AAC audio track for each of the added languages tracks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7228 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding Subtitle Burn-in Behaviour Support.sr552015-04-041-0/+91
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7052 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add TrueHD, Flac and EAC3 Passthru, and EAC3 encoder options. Fixed ↵sr552015-03-292-2/+9
| | | | | | 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: Moving the Interop Code into the services library. This will allow ↵sr552015-02-288-8/+8
| | | | | | some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a crash in the tooltip converter.sr552015-02-011-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6857 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix Denoise NlMeans Custom Option not showing.sr552015-01-301-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6832 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: sr552015-01-271-0/+80
| | | | | | | | - Fixes to Disk logging. - Improvements to Queue Item tooltip. - Queue will no longer pause if an encode fails. It will move onto the next item and try that. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6822 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some minor tidy up for the last checkin.sr552015-01-221-9/+35
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6790 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial re-factoring of the Video Tab. Replaces encoder specific ↵sr552015-01-222-54/+11
| | | | | | preset/tune/profile/level options with generic versions. This will break all existing user presets so the version number for the presets has been bumped. This should trigger the old presets to be archived. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6789 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Correcting namespaces.sr552015-01-057-7/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6687 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Refracting some of the modelling around the Encode Servicessr552015-01-046-2/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6685 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Use OutputFormat display name, rather than the enum name.sr552014-08-211-2/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6330 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: -Fix to the update service. -Change NlMeans to NLMeanssr552014-08-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6320 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Added support for NL-Means denoise.randomengy2014-08-031-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6260 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding support for Nlmeans to the front-end. Plist keys still tbd.sr552014-07-051-0/+86
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding support for the VP8 encoder. Changing "CQ" to "RF" for x265sr552014-04-191-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6168 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: enable MP4 and Matroska muxing for x265.Rodeo2014-03-131-11/+0
| | | | | | | Also, remove the raw muxer. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6106 b64f7644-9d1e-0410-96f1-a4d463321fa5