summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-102-17/+15
|
* WinGui: Split out the encode portion of IHandBrakeInstance into ↵sr552018-06-101-1/+1
| | | | IEncodeInstance. API remains compatible.
* WinGui: Add Support for the VCE Encoders.sr552018-06-081-2/+6
|
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-0529-71/+71
| | | | moving back to being more of an libhb interop/abstraction library only.
* WinGui: Fix an issue with the Add preset window that prevented it from ↵sr552018-05-181-0/+6
| | | | updating existing non-built-in presets. #1333
* WinGui: Some more backend work for the upcoming Queue redesign.sr552018-05-181-13/+6
|
* WinGui: Remove Logging abstraction from the Services library. Let the ↵sr552018-05-0810-10/+658
| | | | library consumers decide how to log instead utilising the log events instead.
* WinGui: Tidy-up some erroneous namespaces.sr552018-05-062-4/+0
|
* WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. ↵sr552018-05-061-1/+2
| | | | The WPF project now has a conversion utility to take the raw byte[] to convert to bitmapimage.
* WinGui: Fix an issue where the "When Done" would prevent HandBrake from ↵sr552018-04-291-3/+4
| | | | saving the queue state.
* WinGui: Tidy up AudioTrack.cssr552018-04-231-4/+1
|
* WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC ↵sr552018-04-231-1/+5
| | | | for the passthru encoder on the audio behaviour screen. This is used for the audio fallback encoder. #1291
* WinGui: Portable Mode: New option to disable startup update check.sr552018-04-231-0/+5
|
* WinGui: Tidy up the build system by removing x86 build profiles.sr552018-04-131-8/+2
|
* WinGui: Make the Audio Sample Rate tolerant of number styles. Fixes #1193sr552018-02-212-4/+11
|
* Misc. typosluz.paz2018-02-209-16/+16
| | | Found via `codespell -q 3 --skip="./gtk/po`
* WinGui: Reselect the last selected preset (if still available) when editing ↵sr552018-01-131-1/+18
| | | | a queue task. Fix a bug on the summary task not rendering correctly when queue editing.
* WinGui: Display Source Names in the Title Dropdown (only when open), when we ↵sr552017-12-252-1/+52
| | | | are not scanning a DVD / Bluray.
* WinGui: Disable Subtitle Burn In Checkbox for PGS + MP4 #1077sr552017-12-251-1/+3
|
* WinGui: Make the QSV Decoding options clearer.sr552017-12-132-2/+2
|
* WinGui: Make the When Done Play Sound option more granular. Queue vs Encode ↵sr552017-12-131-9/+19
| | | | preferences.
* WinGui: UI consistency Tweaks. #833sr552017-12-101-1/+1
|
* WinGui: Uncheck the Forced flag when it's not supported. #1035sr552017-12-021-0/+10
|
* Did a bit of refactoring and added an .editorconfig file to enforce the ↵RandomEngy2017-11-202-9/+4
| | | | "spaces for tabs" setting.
* WinGui: Adding Preset Category support into the Windows UI. Single layer ↵sr552017-11-023-3/+35
| | | | support only. #833
* WinGui: Add basic deinterlace to the static preview. #958sr552017-10-301-1/+8
|
* WinGui: Fix a culture issue with Framerates. Fixes #926sr552017-10-121-3/+14
|
* WinGui: Change the Preset Selection to a Menu based design as it offers ↵sr552017-09-221-0/+10
| | | | faster navigation than 2 dropdowns.
* WinGui: Tidy up some warnings that you get when you import WinGui presets ↵sr552017-09-201-1/+1
| | | | into the CLI. #906
* WinGui: Improve selection behaviour of the new preset controls.sr552017-09-112-10/+63
|
* WinGui: Add description tooltip to presets dropdown menu. Also change "User ↵sr552017-09-101-1/+1
| | | | Presets" to "Custom Presets". Existing presets won't have their category changed.
* WinGui: Fix Custom Deinterlace / Decomb / Comb Detect preset optionssr552017-09-091-5/+3
|
* WinGui: Implementing the new Preset design that does away with the legacy ↵sr552017-09-082-43/+0
| | | | style preset pane and re-arranges parts of the main window for better process flow.
* WinGui: Change some json model data types from int to long #851sr552017-09-061-2/+2
|
* WinGui: Putting paused duration infrastructure in placesr552017-08-302-4/+27
|
* WinGui: Some consistency fixes and UI tweaks around queue start/pause/stop.sr552017-08-302-7/+38
|
* WinGui: Putting in some back-end infrastructure into the queue screen to ↵sr552017-08-286-39/+179
| | | | support future features + some misc tidy up.
* WinGui: Improve the QueueTask Surrogate key. It now contains a session id to ↵sr552017-08-181-5/+7
| | | | prevent issues with the queue reloads.
* WinGui: Make the app UWP aware. When in a UWP container, the update options ↵sr552017-08-181-0/+7
| | | | will now be disabled.
* WinGui: Give the QueueTask object a distinct surrogate key #854sr552017-08-181-59/+18
|
* WinGui: Make the Preset Import system a bit more robust. #808sr552017-07-051-1/+1
|
* WinGui: Add a user agent for the HttpRequest on the update checker so we can ↵sr552017-06-231-0/+2
| | | | identify the WinGui version that's checking for updates.
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵sr552017-06-143-0/+6
| | | | don't support MP4 Edit Lists. #778
* WinGui: Support importing preset categories that can be exported from the ↵sr552017-06-072-36/+68
| | | | MacGUI. Also fix a few minor bugs in the preset factory.
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ↵sr552017-06-072-3/+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: Support for the new sharpen filter.sr552017-06-023-3/+66
|
* WinGui: Add "None" as an option to the fallback encoder dropdown. Setting ↵sr552017-05-311-0/+4
| | | | this option to none will not add a passthru track when the passthru codec does not match the source track. #623
* WinGui: Add a log message whent he queue is paused due to low disk space. ↵sr552017-05-272-37/+13
| | | | Improve handling of automated queue pausing. #748
* WinGui: Change the "For Additional Tracks" dropdown. Remove the "None" ↵sr552017-05-241-10/+2
| | | | 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 ↵sr552017-05-021-1/+1
| | | | programming to try track down this never ending scan.