Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ↵ | sr55 | 2017-06-07 | 6 | -56/+5 |
| | | | | 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 | ||||
* | sharpen: Fix typos in tooltips. | Bradley Sepos | 2017-06-07 | 2 | -4/+4 |
| | |||||
* | sharpen: Use better tune names. | Bradley Sepos | 2017-06-03 | 2 | -2/+2 |
| | |||||
* | WinGui: Support for the new sharpen filter. | sr55 | 2017-06-02 | 15 | -14/+590 |
| | |||||
* | WinGui: Add "None" as an option to the fallback encoder dropdown. Setting ↵ | sr55 | 2017-05-31 | 3 | -3/+36 |
| | | | | this option to none will not add a passthru track when the passthru codec does not match the source track. #623 | ||||
* | WinGui: Fix an issue with the start/stop buttons on the toolbar. | sr55 | 2017-05-31 | 1 | -17/+0 |
| | |||||
* | WinGui: Improved error message on Starting an encode or queue when the ↵ | sr55 | 2017-05-29 | 4 | -1/+30 |
| | | | | destination drive is low on space. Fixes #748 | ||||
* | WinGui: Remove the legacy XML based queue import/export funcitonality. One ↵ | sr55 | 2017-05-29 | 4 | -16/+8 |
| | | | | can still export to JSON for the CLI but currently import is still not supported for JSON. | ||||
* | WinGui: Add a log message whent he queue is paused due to low disk space. ↵ | sr55 | 2017-05-27 | 7 | -62/+91 |
| | | | | Improve handling of automated queue pausing. #748 | ||||
* | WinGui: Change the "For Additional Tracks" dropdown. Remove the "None" ↵ | sr55 | 2017-05-24 | 4 | -18/+4 |
| | | | | option. It doesn't make sense. This fixes an issue where we couldn't load "all" due to the preset key for it being a 2 state bollean rather than a 3 state option. | ||||
* | WinGui: Improved logging around SCANDONE and some additional defensive ↵ | sr55 | 2017-05-02 | 1 | -1/+1 |
| | | | | programming to try track down this never ending scan. | ||||
* | WinGui: Minor change that might help #688 | sr55 | 2017-04-29 | 2 | -5/+5 |
| | |||||
* | WinGui: Save file before committing :( #695 | sr55 | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | WinGui: Change to the queue duplicate detection. It currently filters by ↵ | sr55 | 2017-04-29 | 1 | -2/+1 |
| | | | | "Waiting" tasks. This now extends that to "In Progress". "Completed/Error" will continue to allow jobs to be added to the queue. Fixes #695 | ||||
* | WinGui: Change a message box to an error window when exceptions occur in ↵ | sr55 | 2017-04-29 | 1 | -2/+2 |
| | | | | setting the destination. | ||||
* | WinGui: Fix a possible exception when cancelling and rescanning a source ↵ | sr55 | 2017-04-16 | 1 | -1/+5 |
| | | | | that would cause it to never complete the second time. Fixes #671 | ||||
* | WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ↵ | sr55 | 2017-04-15 | 7 | -26/+106 |
| | | | | indication in the UI. #676 | ||||
* | WinGui: Strip out some out some legacy code that was causing some threading ↵ | sr55 | 2017-04-13 | 14 | -300/+29 |
| | | | | issues. | ||||
* | WinGui: Handle auto-passthru correctly in the mixdown sanatising code. | sr55 | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix a potential crash in the audio track mixdown handling code. | sr55 | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Cancel Scan will now close the status panel if the scan cancellation ↵ | sr55 | 2017-04-11 | 2 | -10/+16 |
| | | | | fails for any reason. Rejigged the logging in the scan service to help debug intermittent failures of the scan completed event from firing. | ||||
* | WinGui: Audio Defaults: Improve the Mixdown dropdown. Only show supported ↵ | sr55 | 2017-04-10 | 3 | -7/+43 |
| | | | | mixdowns and automatically select the highest available mixdown if the encoder is limited and doesn't support the current selection. | ||||
* | WinGui: Audio Defaults: Don't allow the user to set "None" as a mixdown. ↵ | sr55 | 2017-04-10 | 1 | -6/+6 |
| | | | | It's not a valid option and breaks the bitrate dropdown. | ||||
* | WinGui: Audio Defaults: If the mixdown is not supported, get the best ↵ | sr55 | 2017-04-10 | 1 | -0/+11 |
| | | | | default mixdown for the source track / encoder. #661 | ||||
* | WinGui: Remove fonts directory from installer. | sr55 | 2017-03-26 | 4 | -45/+0 |
| | |||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-03-26 | 26 | -325/+324 |
| | |||||
* | WinGui: Change the default behaviour for the WinGui to automatically use ↵ | sr55 | 2017-03-22 | 5 | -11/+27 |
| | | | | fallback track in situations where the selected passthru is not valid. The UI will by default select the fallback now. Fixes #646 | ||||
* | WinGui: Fix an issue with the EnumHelper that was causing some dropdowns not ↵ | sr55 | 2017-03-22 | 1 | -1/+1 |
| | | | | to render correctly. | ||||
* | WinGui: Inlcude portable.ini.template with the WinGUI installer. | sr55 | 2017-03-18 | 4 | -0/+4 |
| | |||||
* | WinGui: Remove some unused service references. | sr55 | 2017-03-17 | 1 | -2/+0 |
| | |||||
* | WinGui: Remove a couple instances of VistaOpenFileDialog in favour of the ↵ | sr55 | 2017-03-17 | 1 | -2/+2 |
| | | | | native WPF api. | ||||
* | WinGui: Remove Usage of System.ComponentModel.DataAnnotations - DisplayName ↵ | sr55 | 2017-03-17 | 16 | -153/+73 |
| | | | | as it's not currently compatible with .NET standard. | ||||
* | WinGui: Fix a crash in the Notify Icon Service when Notify Icon is not enabled. | sr55 | 2017-03-17 | 1 | -1/+4 |
| | |||||
* | WinGui: Make the Queue Storage Nightly aware. Also fix an issue with Queue ↵ | sr55 | 2017-03-17 | 7 | -25/+25 |
| | | | | and Log Files not being stored correctly for Portable mode. #267 | ||||
* | WinGui: Add a new option to play Sound when queue or single encode completes | sr55 | 2017-03-16 | 7 | -4/+130 |
| | |||||
* | WinGui: Add option to show progress percentage in app title bar, and the ↵ | sr55 | 2017-03-16 | 15 | -7/+139 |
| | | | | task tray header and system tray tooltip. (Configured via preferences). #630 | ||||
* | subtitles: simplify and shorten subtitle descriptions (#591) | John Stebbins | 2017-03-10 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | * 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 disk space warning from browser and allow the low level to be ↵ | sr55 | 2017-03-05 | 7 | -22/+81 |
| | | | | configurable in options. Resolves #590 | ||||
* | WinGui: Add support in the UI for QSV 10bit H.265 encoder. | sr55 | 2017-03-05 | 2 | -8/+17 |
| | |||||
* | WinGui: Rework of the preset system | sr55 | 2017-03-04 | 13 | -197/+637 |
| | | | | | | | | - Better support for categories. - Switched from a List to Treeview Control. - Remember the expansion state of each group - Put User Presets on top after next save. Closes #445 | ||||
* | Enabled "Per monitor DPI awareness" | Waterflames | 2017-02-18 | 2 | -0/+14 |
| | | | | | | | | | This commit adds entries to app.config and app.manifest to enable per monitor DPI awareness in Windows 10. The application will behave as before on platforms that do not support this. The implementation was done using official Microsoft documentation: https://github.com/Microsoft/WPF-Samples/tree/master/PerMonitorDPI | ||||
* | WinGui: Fix a logic error in 8vs10bit video encoder detection in the ↵ | sr55 | 2017-02-17 | 1 | -1/+1 |
| | | | | advanced view. | ||||
* | Fixed Botton to Bottom | supachris28 | 2017-02-12 | 1 | -2/+2 |
| | |||||
* | WinGui: Fix a number of stylecop warnings. | sr55 | 2017-02-11 | 42 | -155/+150 |
| | |||||
* | WinGui: Setup the Stylecop rules to be a bit more relaxed. | sr55 | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | WinGui: Change the following libraries to use NuGet sources. | sr55 | 2017-02-11 | 2 | -12/+25 |
| | | | | | | | - Gong-WPF-DragDrop (Upgraded to 0.1.4.3 -> 1.1.0) - NewtonSoft.Json (Upgraded to 7.0.0 -> 9.0.1) - Ookii.Dialogs 1.0 - Caliburn Micro (Upgraded to 2.0.2 -> 3.0.3) | ||||
* | WinGui: Add StyleCop.Analyzers NuGet package | sr55 | 2017-02-11 | 2 | -1/+13 |
| | |||||
* | WinGui: Further CProj Cleanup | sr55 | 2017-02-11 | 1 | -3/+2 |
| | |||||
* | WinGui: Remove Stylecop Classic. (As a side note, ↵ | sr55 | 2017-02-11 | 2 | -45/+0 |
| | | | | HandBrake.ApplicationServices now compiles cleanly under Mono) | ||||
* | WinGui: Fix Tape, Sprite and HighMotion Denoise Tunes. #571 | sr55 | 2017-02-09 | 1 | -1/+7 |
| |