summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* WinGui: Check directory permissions before adding a job to the queue for proc...sr552016-06-094-0/+38
* WinGui: For silent installs, assume it's All Users, not Current User.sr552016-06-074-2/+36
* WinGui: Support VP9 and fix VP8 encoding.sr552016-05-282-2/+7
* WinGui: Language tweak to make the UI clearer.sr552016-05-142-2/+2
* WinGui: UI improvements to the Audio Defaults panel.sr552016-05-144-176/+191
* WinGui: Bug fix in the new behaviour tracks preset loading.sr552016-05-141-3/+3
* WinGui: Don't allow the user to enter invalid filename characters in the "Fil...sr552016-05-134-6/+55
* WinGui: Add a track list on the Audio Defaults screen. This changes the behav...sr552016-05-1210-71/+924
* WinGui: Update the UpdateSourceTrigger on the AddPresetView so you don't need...sr552016-05-121-4/+4
* WinGui: Actually check in the fix for #158sr552016-04-291-1/+3
* WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing t...sr552016-04-291-0/+1
* WinGui: Simple tool for generating a signed hash of the HandBrake download.sr552016-04-295-0/+256
* WinGui: Improve the security of the update checker on windows. This download ...sr552016-04-295-28/+59
* WinGui: Wrap text on popup window container.sr552016-04-231-1/+2
* WinGui: Fix the Subtitle Defaults popup text.sr552016-04-233-1/+13
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...sr552016-04-237-15/+55
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-1910-322/+334
* Merge branch 'Idea2'sr552016-04-191-3/+8
|\
| * WinGui: Small code optimisation in the QueueRecoveryHelpersr552016-04-181-3/+8
* | WinGui: Strip out the overlay panel code. It's not used.sr552016-04-188-211/+1
|/
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...sr552016-04-179-139/+71
* WinGui: Don't call hb_x264_param_unparse when we are not using x264sr552016-04-131-1/+1
* WinGui: Handle null mixdowns properly. Fixes #152sr552016-04-123-6/+9
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...sr552016-04-094-61/+78
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer sh...sr552016-04-0915-118/+204
* WinGui: Fix a couple of silent errors with the new logging system.sr552016-03-262-14/+30
* WinGui: If there are multiple queue recovery files, don't fail the set if one...sr552016-03-261-11/+20
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-267-3/+125
* WinGui: Remove a restriction on the WMI GPU information call. It will now dis...sr552016-03-221-2/+9
* WinGui: Add an app.manifest to explicitly declare supported operating systems...sr552016-03-222-0/+71
* WinGUI: Remove option to enable DXVA decoding. There are too many issues with...sr552016-03-2112-83/+1
* WinGui: Some Cosmetic changes and links added to the GUI.sr552016-03-215-4/+48
* WinGui: Some fixes and tidyup of the new logging code.sr552016-03-216-12/+36
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-2124-681/+774
* WinGui: Fixed an issue where the " Use Advanced Tab" was not being loaded co...sr552016-03-181-14/+4
* WinGui: Add SHA1 Verification of the update downloads and don't start the ins...sr552016-03-125-11/+56
* WinGui: Fixes for the new filters setup.sr552016-03-113-6/+7
* WinGui: Missing Decomb optionssr552016-03-111-1/+7
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-1111-26/+229
* WinGui: Fix Framerate mode for Same as sourcesr552016-03-091-1/+1
* WinGui: Update deinterlace method to Yadif and update presets. Will look int...sr552016-03-095-36/+31
* WinGui: Initial support for dict based filter options.sr552016-03-097-34/+190
* WinGui: Don't check diskspace on UNC paths.sr552016-03-021-2/+2
* WinGui: Updating the code to handle Deinterlace / Decomb / Rotation options f...sr552016-03-021-37/+9
* 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-206-20/+55
* WinGui: Missing file from last commit.sr552016-02-201-0/+2
* WinGui: Adding a "Queue" Menusr552016-02-206-0/+155
* WinGui: Fix a few binding errors on the audio Default tab. Allow Turbo first ...sr552016-02-138-13/+38
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 a...sr552016-02-137-15/+57