summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Remove hard coded ordering on the in-line presets selector.sr552019-02-111-40/+55
* WinGui: Fix instance handling in Libencode.sr552019-02-031-17/+17
* WinGui: Make the disposal of services more aggressive. May Fix or help in #1851sr552019-02-024-50/+98
* WinGui: Basic implementation of Queue Up/Down Buttons. Does not yet handle po...sr552019-01-272-3/+5
* WinGui: Fix preset updates. Built in presets should now automatically update....sr552019-01-181-66/+55
* WinGui: Initial support for SSA file import.sr552019-01-142-7/+8
* WinGui: Strip out some legacy code for x264 options handling.sr552019-01-124-109/+48
* WinGui: Remove support for loading legacy settings files AND add VideoScaler ...sr552019-01-031-53/+2
* WinGui: Quick Fix of shutdown option for German translation.sr552018-12-161-0/+6
* WinGui: Try to work-around broken shell extensions breaking the Shutdown feat...sr552018-12-151-1/+3
* WinGui: Reset the cancel flag on the Countdown Window for post-encode actions...sr552018-12-151-1/+1
* WinGui: Some further tidyup of HandBrake.Interop. Remove the instance manage...sr552018-12-092-1/+2
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few othe...sr552018-12-081-1/+1
* WinGui: Tidy up a few instances of mesagebox.show.sr552018-11-241-2/+2
* WinGui: Minor Code Tidyupsr552018-11-171-2/+0
* WinGui: Adding Language support to the UI. Adding Partial Translation for Ge...sr552018-11-111-1/+1
* WinGui: Remove the preference to show the advanced tab. This can still be tog...sr552018-10-201-0/+3
* WinGui: Simplify the Language Resource Files.sr552018-10-101-1/+1
* WinGui: Fix Mixdown selection when the preset mixdown is not available for a ...sr552018-10-061-4/+5
* WinGui: Fix an issue that might be causing the default sample rate to be sele...sr552018-10-032-2/+6
* WinGui: Improving Accessibility of the new Queue (and fixed a few other issue...sr552018-09-283-0/+17
* WinGui: Fail a job instantly if the destination folder is missing. Don't spoo...sr552018-09-241-0/+7
* WinGui: Adding Stats and Log Tabs to the new experimental queue view. #1087sr552018-09-221-0/+5
* WinGui: Implementing the new queue design. This is currently experimental and...sr552018-09-221-0/+3
* WinGui: Minor code tidyup.sr552018-08-132-2/+2
* WinGui: Cleanup of some unneeded references across the projects.sr552018-08-091-4/+0
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-081-0/+41
* WinGui: Move UserSettings over to JSON format. Settings from the older XML f...sr552018-07-184-38/+120
* WinGui: Few small updates to the EncodeTaskImportFactorysr552018-07-131-10/+5
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...sr552018-07-083-79/+16
* WinGui: Tidy up some unused variables.sr552018-07-081-1/+0
* WinGui: Initial work to refactor the queue infrastructure to use the same JSO...sr552018-07-089-26/+488
* WinGui: Update the Encode Json Factory to produce human readable Json for aud...sr552018-07-072-15/+15
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...sr552018-07-076-94/+241
* WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ...sr552018-06-142-3/+3
* 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