summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-102-17/+15
* WinGui: Split out the encode portion of IHandBrakeInstance into IEncodeInstan...sr552018-06-101-1/+1
* 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
* WinGui: Fix an issue with the Add preset window that prevented it from updati...sr552018-05-181-0/+6
* 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 librar...sr552018-05-0810-10/+658
* WinGui: Tidy-up some erroneous namespaces.sr552018-05-062-4/+0
* WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. T...sr552018-05-061-1/+2
* WinGui: Fix an issue where the "When Done" would prevent HandBrake from savi...sr552018-04-291-3/+4
* WinGui: Tidy up AudioTrack.cssr552018-04-231-4/+1
* WinGui: Add support for setting mixdown, bitrate, sample rate, gain and DRC f...sr552018-04-231-1/+5
* 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
* WinGui: Reselect the last selected preset (if still available) when editing a...sr552018-01-131-1/+18
* WinGui: Display Source Names in the Title Dropdown (only when open), when we ...sr552017-12-252-1/+52
* 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
* 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 "spac...RandomEngy2017-11-202-9/+4
* WinGui: Adding Preset Category support into the Windows UI. Single layer supp...sr552017-11-023-3/+35
* 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 faste...sr552017-09-221-0/+10
* WinGui: Tidy up some warnings that you get when you import WinGui presets int...sr552017-09-201-1/+1
* 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 P...sr552017-09-101-1/+1
* 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 sty...sr552017-09-082-43/+0
* 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 supp...sr552017-08-286-39/+179
* WinGui: Improve the QueueTask Surrogate key. It now contains a session id to ...sr552017-08-181-5/+7
* WinGui: Make the app UWP aware. When in a UWP container, the update options w...sr552017-08-181-0/+7
* 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
* WinGui: Add checkbox for Legacy A/V alignment behaviour for players that don'...sr552017-06-143-0/+6
* WinGui: Support importing preset categories that can be exported from the Mac...sr552017-06-072-36/+68
* Remove the OpenCL Bicubic scaling option. Unfortunatly it's causing too many ...sr552017-06-072-3/+1
* WinGui: Support for the new sharpen filter.sr552017-06-023-3/+66
* WinGui: Add "None" as an option to the fallback encoder dropdown. Setting thi...sr552017-05-311-0/+4
* WinGui: Add a log message whent he queue is paused due to low disk space. Imp...sr552017-05-272-37/+13
* WinGui: Change the "For Additional Tracks" dropdown. Remove the "None" opti...sr552017-05-241-10/+2
* WinGui: Improved logging around SCANDONE and some additional defensive progra...sr552017-05-021-1/+1