summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services/Scan
Commit message (Collapse)AuthorAgeFilesLines
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ↵sr552017-06-071-1/+1
| | | | problems and it's maximum 5% performance improvement (in ideal circumstances) doesn't justify the effort to continue with it. The OpenCL framework will remain in place in case we decide to use it for something in the future. Closes #690
* WinGui: Improved logging around SCANDONE and some additional defensive ↵sr552017-05-021-1/+1
| | | | programming to try track down this never ending scan.
* WinGui: Minor change that might help #688sr552017-04-291-2/+2
|
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ↵sr552017-04-151-5/+0
| | | | indication in the UI. #676
* WinGui: Cancel Scan will now close the status panel if the scan cancellation ↵sr552017-04-111-9/+13
| | | | fails for any reason. Rejigged the logging in the scan service to help debug intermittent failures of the scan completed event from firing.
* WinGui: Fix a number of stylecop warnings.sr552017-03-261-12/+13
|
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-2/+2
| | | | | | | | | | | | | | | | | | * subtitles: simplify and shorten subtitle descriptions Generally, it eliminates parens to make things more readable. I.e. it turns this: English (Closed Caption)(Wide Screen)(Bitmap)(VOBSUB) Into this: English, Closed Caption [Wide Screen, VOBSUB] * Revise punctuation per BradleyS request * fix subtitle description formatting * incorporate suggestions from PR
* WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ↵sr552017-02-031-1/+2
| | | | and WindowsBase from the Services library. This makes the library more portable.
* WinGui: Use new hb_opencl_set_enable function. #496sr552017-01-151-1/+1
|
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the ↵sr552016-04-092-9/+8
| | | | Scanned Track object.
* WinGui: Use Mixdowns from LibHBand sanitise the choices. The GUI no longer ↵sr552016-04-092-2/+12
| | | | shows invalid mixdowns.
* WinGui: Add a Logging Service into the AppServices library. This does not ↵sr552016-03-212-184/+8
| | | | | | | 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: Cosmetic fixes on the Video and Audio Tabs. Bug fix with the Fast ↵Scott2015-12-122-3/+27
| | | | Decode checkbox not setting correctly all the time. Improved scan cancel handling.
* App Services Cleanup ContdScott2015-09-261-0/+1
| | | | Moving Exceptions and more utilities to the GUI project.
* App Services Tidyup ContdScott2015-09-261-0/+1
| | | | Moving all the helper and utility classes to the gui project
* AppServices tidyupScott2015-09-269-0/+1496
Moving the UI modelling and services to the GUI Project.