summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Factories
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Another smaller found of Namespace changes for HandBrake.Interopsr552021-02-041-1/+1
|
* WinGui: Stripping much of the remaining app config out of the Queue Jobs. ↵sr552020-04-111-17/+5
| | | | Certain features such as QSV, while global options currently are not really global. I may move these out of perferences at a later point. Fixes #2753
* WinGui: Add an explicit option in preferences to enable additional fixed ↵sr552020-02-261-2/+3
| | | | function hardware on newer Intel CPU's.
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also ↵sr552019-06-241-5/+5
| | | | change "suspend" to "sleep" to be consistent with the OS. Fixes #2162
* WinGui: Reafactor application init and introduce a --no-hardware flat that ↵sr552019-04-061-4/+7
| | | | can be added to HandBrake.exe to disable hardware encoder support.
* WinGui: Move UserSettings over to JSON format. Settings from the older XML ↵sr552018-07-181-5/+5
| | | | format will automatically transfer and the legacy files will be removed.
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-101-1/+3
|
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-051-1/+1
| | | | moving back to being more of an libhb interop/abstraction library only.
* WinGui: Make the QSV Decoding options clearer.sr552017-12-131-2/+2
|
* WinGui: New Setting to allow the QSV decoder to be used with Non QSV ↵sr552016-12-261-0/+1
| | | | encoders. (Was on by default and not configurable. Now off by default but configurable)
* WinGUI: Remove option to enable DXVA decoding. There are too many issues ↵sr552016-03-211-1/+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.
* Make Process Priority a real-time setting. Not per encode instance.Scott2015-10-311-1/+0
|
* WinGui:sr552015-01-171-28/+12
| | | | | | | | | - Numerous fixes to the JSON api code. Live preview should now work again. Possible fix for issue where queued jobs where stopping at a random point and not continuing. - Fix Clear button on the audio tab. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6760 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Finish off moving the User Settings service to the UI Layer. sr552013-11-191-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5898 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Removed the need for the user settings service from IEncode and ↵sr552013-11-191-1/+11
| | | | | | IScan interfaces and various other places. This makes the API much simpler to use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5897 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Started work on API improvements in the Application services dll. ↵sr552013-11-191-0/+58
| | | | | | Removing the concept of user settings and replacing it with a Configuration object. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5896 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Further UI work on the new interface.sr552011-11-281-60/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4366 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Add global exception handler and new wpf exception view.sr552011-11-201-0/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4361 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Continued work on the options window. Save Settings, Various ↵sr552011-10-291-1/+23
| | | | | | functions and place holders for TODO's git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4328 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: (WPF) Options window bindings are now in place.sr552011-10-281-0/+24
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4326 b64f7644-9d1e-0410-96f1-a4d463321fa5