summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
Commit message (Expand)AuthorAgeFilesLines
* WinGui: use new api hb_get_preview3 for previews.sr552021-04-132-18/+7
* WinGui: Fix an issue that blocked preset imports. Fixes #3523sr552021-04-031-5/+0
* qsv: fix platform messageagalin892021-03-311-1/+1
* WinGui: Implement the Pad filter in the UI. (For testing - Note, summary, pre...sr552021-03-291-2/+12
* WinGui: Correctly reload WebM container selection when loading presets. #3478sr552021-03-141-0/+3
* WinGui: Add a Soft warning about Windows 7 and 8 support being ceased. The ap...sr552021-03-141-1/+7
* WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 dependa...sr552021-03-082-3/+3
* WinGui: Finish the conversion to System.Text.Json. This removes the Newtonsof...sr552021-03-062-43/+19
* WinGui: Remove some dead code.sr552021-03-061-5/+0
* WinGui: Make the Windows UI tolerate empty categories #3434sr552021-02-251-0/+5
* fixed typosfreddii2021-02-253-3/+3
* WinGui: Add support for Media Foundation 264/265 encoders for QC based ARM64 ...sr552021-02-232-7/+37
* WinGui: Fixing a namspace.sr552021-02-202-0/+2
* WinGui: Decouple HandBrake.Worker from HandBrakeWPF project.sr552021-02-204-5/+3
* WinGui: Fix a number of code warnings.sr552021-02-201-1/+1
* WinGui: Minor UI/UX tweaks.sr552021-02-143-48/+92
* WinGui: Add code to prevent double default presets. Fixes #3386sr552021-02-061-0/+7
* WinGui: Another smaller found of Namespace changes for HandBrake.Interopsr552021-02-0411-33/+32
* WinGui: HandBrake.Interop further API tidyup. Namespace changes. Many "mode...sr552021-02-049-16/+27
* WinGui: More Interop Cleanup. Anamorphic Factory is not used. Similar functi...sr552021-02-041-0/+1
* WinGui: HandBrake.Interop API change/cleanup. Making the structs internal t...sr552021-02-044-108/+37
* WinGui: Add support for Chroma Smooth filter.sr552021-01-303-1/+37
* WinGui: Add support for the colourspace filter.sr552021-01-303-0/+33
* WinGui: Extend the dark theme option to be able to honour OS "AppsUseLightThe...sr552021-01-231-1/+2
* WinGui: Switch over to System.Text.Json for the Queue Services.sr552021-01-158-46/+13
* WinGui: Add optional crop controls to the preview window similar to the mac UI.sr552021-01-141-2/+2
* WinGui: Fix a log file access error that could occur in remote instance modesr552021-01-111-2/+2
* WinGui: Fix typo on new preset pane and fix an issue with mis-detecting prese...sr552021-01-071-1/+1
* WinGui: Reset Process Isolation settings if the machine hardware changes and ...sr552020-12-131-6/+13
* WinGui: Better handle disabled presets in the UI.sr552020-12-132-8/+20
* WinGui: Work by Nomis101 to add support for MP2 passthru to the windows UI. T...sr552020-12-115-21/+44
* WinGui: Refactor the logging code to better handle multiple instance behaviours.sr552020-12-068-202/+200
* WinGui: Improved reliablity of the queue service with multiple instances runn...sr552020-12-032-32/+40
* WinGui: Improvements to log handling for multi-instancesr552020-12-033-2/+26
* WinGui: Removing the dependency on Newtonsoft.Json library in HandBrake.Inter...sr552020-12-012-426/+13
* WinGui: Various fixes and improvements to the installers post .NET 5sr552020-11-141-19/+0
* WinGui: Simultaneous encode improvements.sr552020-10-248-187/+137
* WinGui: Block the completed event from re-firing if the worker process runs i...sr552020-10-231-1/+9
* WinGui: Preference the first QSV encoder when we don't have any used QSV hard...sr552020-10-111-0/+6
* WinGui: Support allocation of work across multiple Intel GPU'ssr552020-10-112-14/+68
* HandBrake.Interop: Library cleanup.sr552020-10-046-68/+35
* nvenc: Allow 3 simulatenous encodes in multi-instance mode on windows.sr552020-09-261-1/+1
* WinGui: Fix a couple of exceptions in the AudioTrack model where unavailable ...sr552020-09-261-11/+18
* WinGui: Performance Optimisation to the summary tab. Don't request previews w...sr552020-09-071-1/+1
* WinGui: Small optimisation to the Add to Queue function. Adding 250 Items Be...sr552020-09-071-1/+20
* WinGui: Various fixes to the log window when using muilti-instance.sr552020-09-054-6/+52
* WinGui: Fix a bug in preset parsing where multiple video tunes are used. Fixe...sr552020-08-291-1/+1
* WinGui: Add a menu option to allow exporting all user presets for easier back...sr552020-08-224-97/+88
* WinGui: Make it clearer that other media players may work for video preview p...sr552020-08-221-1/+1
* WinGui: Improvements to the new Preset Management UI.sr552020-08-043-30/+78