summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels
Commit message (Expand)AuthorAgeFilesLines
* 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 wh...sr552016-07-151-2/+2
* WinGui: Some behavioural fixes to the Audio Defaults when loading and saving...sr552016-06-272-2/+4
* 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 i...sr552016-06-091-3/+3
* WinGui: Check directory permissions before adding a job to the queue for proc...sr552016-06-091-0/+7
* WinGui: Don't allow the user to enter invalid filename characters in the "Fil...sr552016-05-131-3/+40
* WinGui: Add a track list on the Audio Defaults screen. This changes the behav...sr552016-05-122-57/+126
* 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: Improve the security of the update checker on windows. This download ...sr552016-04-291-1/+1
* WinGui: Fix the Subtitle Defaults popup text.sr552016-04-231-1/+1
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...sr552016-04-231-5/+8
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-191-0/+1
* 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. (Si...sr552016-04-172-98/+34
* 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 sh...sr552016-04-091-6/+0
* WinGui: Add a new JSON file type to the queue export functionality. This expo...sr552016-03-261-3/+12
* WinGUI: Remove option to enable DXVA decoding. There are too many issues with...sr552016-03-211-23/+0
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-213-140/+79
* 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-121-4/+7
* 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 int...sr552016-03-091-7/+8
* 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
* 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
* WinGui: x264/5 multilib support. You can now encode 10bit x264, 10bit x265 a...sr552016-02-133-13/+26
* WinGui: WebOptimised and iPod 5G support checkboxes were not displaying the ...sr552016-02-101-2/+42
* WinGui: Fixed a bug with Audio Fallback encoder not setting correctly from pr...sr552016-02-091-2/+2
* WinGui: Fixes to the refactored Audio Defaults View. Settings were not gettin...sr552016-02-074-39/+233
* WinGui:sr552016-02-0610-333/+749
* WinGui: Fix Video Bitrate Text Box not updating correctly with presets.sr552016-02-041-5/+6
* WinGui: Fix for configure audio tracks not behaving correctly with "Any" option.sr552016-01-311-7/+12
* WinGui: Add support for the rotate and flip filter.[email protected]2016-01-291-2/+48
* WinGui: QuickSync H265 supports levels.sr552016-01-171-1/+1
* WinGui: Fixed an issue that was preventing the h264 level combo displaying fo...sr552016-01-051-1/+1
* WinGui: Some API and warnings cleanup.Scott2015-12-273-2/+8
* WinGui: Missing changes from previous checking that was fixing queue edit bugs.Scott2015-12-271-3/+4
* WinGui: Couple of fixes for the Edit Queue feature. (Video Tune, Video Bitra...Scott2015-12-272-20/+56
* WinGui: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast Dec...Scott2015-12-121-2/+2
* Using ErrorService.ShowMessageBox instead of MessageBox.ShowSverrir Sigmundarson2015-11-261-11/+21
* Minor fixes to chapterdb.org support that were lost in a merge-gone-wrong.Sverrir Sigmundarson2015-11-231-3/+5
* Adding support for ChapterDb.org input formats (XML and TXT) files. Minor ref...Sverrir Sigmundarson2015-11-231-41/+101