summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Further Fixes to the Picture Settings screen when handling new sources.sr552016-12-101-10/+6
|
* WinGui: Further fixes to handle the new "Automatic" anamorphic.. This should ↵sr552016-12-101-11/+16
| | | | fix the case where Selecting a downscaled preset, then selecting a non downscaled preset would result in the Height not being recalculated. For now I've also disabled "Custom" anamorphic as it's quite badly broken until it can be re-worked. Fixes #415
* WinGui: Prompt to create folder when the destination path does not exist. ↵sr552016-11-161-13/+39
| | | | Fixes #394
* WinGui: When we are dealing with Automatic anaorphic, we also need to ↵sr552016-11-061-0/+3
| | | | pre-set the Height now when loading the source.
* WinGui: Fix Anamorphic Mode Autosr552016-11-011-1/+1
|
* WinGui: Make the Width/Height fields enabled for Anamorphic=Automaticsr552016-10-301-3/+3
|
* WinGui: Fix a large number of stylecop warnings.sr552016-10-3014-17/+52
|
* WinGui: Replace Strict Anamorphic with Automatic.sr552016-10-292-3/+3
|
* WinGui: Fix RF0 Lossless warning for x264 10bitsr552016-09-151-1/+1
|
* WinGui: Add more space around the preview window when the content is larger ↵sr552016-09-091-2/+2
| | | | than the screen work area.
* WinGui: Fix #318 Video Previews can start at the beginning of the file, but ↵sr552016-09-091-1/+1
| | | | the first preview is a little bit inside the file. So StartAtPreview indexes are out by 1.
* Fix an issue applying audio codec settings from the defaults which are ↵Andrij Abyzov2016-08-281-7/+7
| | | | different from the current preset.
* WinGui: prefer /docs over docs.sr552016-08-031-1/+1
|
* WinGui: Set the Help Link to https://docs.handbrake.fr since we are retiring ↵sr552016-08-031-1/+1
| | | | trac.
* WinGui: Check if a track is foreign audio, before defaulting burn-in if the ↵sr552016-08-031-2/+5
| | | | burn-in behaviour is set for that.
* WinGui: Lay the foundation for editing presets with a simple rename window.sr552016-07-253-0/+175
|
* WinGui: Allow the preset slider for VP8 and VP9sr552016-07-251-3/+36
|
* WinGui: Stubbing out some meta data code.sr552016-07-233-1/+141
|
* WinGui: Fix Quality slider for VP9sr552016-07-231-0/+3
|
* WinGui: Show Queue button can now maximise a minimised window. Fixes #262sr552016-07-161-0/+5
|
* WinGui: Change the handling of "Already Processing" dialog that can appear ↵sr552016-07-151-2/+2
| | | | when pressing Start Encode if the events run out of sequence. The GUI just handles it appropiatly now. Should fix #211
* WinGui: Some behavioural fixes to the Audio Defaults when loading and ↵sr552016-06-272-2/+4
| | | | saving presets.
* WinGui: Make the "Presets" menu grouped by category.sr552016-06-162-0/+4
|
* WinGui: Add {preset} to autoname options. This is a non-live option meaning ↵sr552016-06-091-3/+3
| | | | it only changes when the title changes. (Same as {date} {time} {quality} {bitrate}). Implements #156
* WinGui: Check directory permissions before adding a job to the queue for ↵sr552016-06-091-0/+7
| | | | processing. Fixes #219
* WinGui: Don't allow the user to enter invalid filename characters in the ↵sr552016-05-131-3/+40
| | | | "File Format" autoname text box. Also sanitise the input on startup for legacy users which bad options. Fixes #182
* WinGui: Add a track list on the Audio Defaults screen. This changes the ↵sr552016-05-122-57/+126
| | | | behaviour to match the Mac and Linux GUIs. So you no longer have to have a source audio track before you can create presets.
* WinGui: Actually check in the fix for #158sr552016-04-291-1/+3
|
* WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing ↵sr552016-04-291-0/+1
| | | | the Output Format dropdown. Fixes #158
* WinGui: Improve the security of the update checker on windows. This download ↵sr552016-04-291-1/+1
| | | | is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin.
* WinGui: Fix the Subtitle Defaults popup text.sr552016-04-231-1/+1
|
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will ↵sr552016-04-231-5/+8
| | | | | | automatically start the queue and not prompt to recover the queue. Behaviour Change: When reloading the queue, any job that is "In progress" will be marked as "Error" now. We don't know if HandBrake crashed or the system restarted. This avoids any crash -> restart loops that may occur. This allows HandBrake to get on with the rest of the queue until the user can action the failed encode.
* WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵sr552016-04-191-0/+1
| | | | more portable.
* WinGui: Strip out the overlay panel code. It's not used.sr552016-04-184-84/+1
|
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. ↵sr552016-04-172-98/+34
| | | | (Similar to the MacGUI). This should allow for more space needed to implement Audio templates. Also fixed a sanitise mixdown call crash.
* WinGui: Don't call hb_x264_param_unparse when we are not using x264sr552016-04-131-1/+1
|
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵sr552016-04-091-6/+0
| | | | shows invalid mixdowns.
* WinGui: Add a new JSON file type to the queue export functionality. This ↵sr552016-03-261-3/+12
| | | | | | exports the standardised JSON format that can be imported into the CLI. Note, the GUI can not yet import the JSON formatted queue file. The old hbq format is still there for that.
* WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵sr552016-03-211-23/+0
| | | | with timestamp handling and no easy way to fix them so instead of having a higher failure rate, we've decided to remove this.
* WinGui: Add a Logging Service into the AppServices library. This does not ↵sr552016-03-213-140/+79
| | | | | | | depend on any 3rd party libraries and is off by default. It must be initialised by calling Enable() on the LogService class. Otherwise LogMessage does nothing. Changed the Logging screen to a single panel in the WinGui. This will change back to separate Scan/Encode logs when we get libhb it's own processes. Added Auto-Scroll to the log window.
* WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded ↵sr552016-03-181-14/+4
| | | | correctly with the new json presets.
* WinGui: Add SHA1 Verification of the update downloads and don't start the ↵sr552016-03-121-4/+7
| | | | installer if the hash check fails.
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-111-0/+53
|
* WinGui: Update deinterlace method to Yadif and update presets. Will look ↵sr552016-03-091-7/+8
| | | | into using the new preset/tune methods at a later point.
* WinGui: Don't check diskspace on UNC paths.sr552016-03-021-2/+2
|
* WinGui: Fix Audio Tab Track by Language selection behaviour.sr552016-02-211-1/+1
|
* WinGui: Added a text block on the Queue Add selection that shows the current ↵sr552016-02-203-19/+38
| | | | preset to be used to for adding to the queue.
* WinGui: Adding a "Queue" Menusr552016-02-202-0/+36
|
* WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ↵sr552016-02-134-5/+23
| | | | pass for x265
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 ↵sr552016-02-133-13/+26
| | | | and 12bit x265 if you provide MinGW-W64 compiled dll libraries in the HandBrake install directory.