summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
Commit message (Collapse)AuthorAgeFilesLines
...
* WinGui: Fix Copyright headersr552019-05-221-1/+1
|
* WinGui: Clean-up the preset archive code. New filename format for archive ↵sr552019-05-121-39/+24
| | | | files is presets.json.version.archive to make it easier to identify what preset version it came from. i.e. presets.json.36_0_0.archive
* WinGui: Improvements for #2090sr552019-05-122-4/+38
| | | | | - Support upgrading presets from 1.2.2 and later. Preset importer required some fixes to allow this to operate. - Changed Import Presets function to ignore built-in presets when the user tries to import the presets.json file. Cuts down on the volume of errors they'll get doing so.
* WinGui: Use hb_presets_read_file_json to read the UI presets file. This ↵sr552019-05-112-47/+17
| | | | allows us to better handle version upgrades without resetting everything back to 0.
* WinGui: More Robust Queue Backup and Recovery.sr552019-05-111-3/+12
|
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not ↵sr552019-05-109-970/+944
| | | | | | the same format as the CLI and thus cannot be imported. This may happen in the future) Please finish existing queue before installing new version.
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-025-13/+17
|
* WinGui: Fix a preset import ordering bug that could produce an incorrect ↵sr552019-04-221-2/+2
| | | | audio bitrate. Fixes #2062
* WinGui: New option to control the file overwrite default behaviour. ↵sr552019-04-201-1/+1
| | | | Overwrite or Ask.
* WinGui: Don't export Rotate is not set in preset export. Fixes #2047sr552019-04-171-1/+6
|
* WinGui: Reafactor application init and introduce a --no-hardware flat that ↵sr552019-04-061-1/+1
| | | | can be added to HandBrake.exe to disable hardware encoder support.
* WinGui: Add log messages around preset service actions that were not ↵sr552019-03-091-17/+16
| | | | previously logged.
* WinGui: Remove the legacy queue design. The new design is now always used.sr552019-03-031-3/+3
|
* WinGui: Fix a crash for new installs or users upgrading from older versions. ↵sr552019-02-191-0/+4
| | | | Fixes #1916
* Add WebM support (#1822)Justin Bull2019-02-131-0/+4
| | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time.
* 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 ↵sr552019-01-272-3/+5
| | | | post selection.
* WinGui: Fix preset updates. Built in presets should now automatically ↵sr552019-01-181-66/+55
| | | | update. It will try and preserve old prests but this may not always be possible.
* 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
| | | | to the reset legacy settings list to avoid crash issues. Fixes #1782
* 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 ↵sr552018-12-151-1/+3
| | | | feature.
* WinGui: Reset the cancel flag on the Countdown Window for post-encode ↵sr552018-12-151-1/+1
| | | | actions. #1729
* WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵sr552018-12-092-1/+2
| | | | manager. The consumers should manage this themselves.
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵sr552018-12-081-1/+1
| | | | other warnings in the code.
* 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 ↵sr552018-11-111-1/+1
| | | | | | German Language (Work in progress) #1597 Also fix Main_SelectPreset error. #1669
* WinGui: Remove the preference to show the advanced tab. This can still be ↵sr552018-10-201-0/+3
| | | | toggled for 1 time uses via the extra args content menu on the video tab. Added a notification to remind users that it's going to be removed shortly.
* 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
| | | | given source. Fixes #1618
* WinGui: Fix an issue that might be causing the default sample rate to be ↵sr552018-10-032-2/+6
| | | | selected instead of auto. #1618
* WinGui: Improving Accessibility of the new Queue (and fixed a few other ↵sr552018-09-283-0/+17
| | | | issues around the UI in this area too)
* WinGui: Fail a job instantly if the destination folder is missing. Don't ↵sr552018-09-241-0/+7
| | | | spool up a libhb instance. Provides feedback to the user much faster. #1599
* 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 ↵sr552018-09-221-0/+3
| | | | and has to be explicitly enabled in preferences -> General #1087
* 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 ↵sr552018-07-184-38/+120
| | | | format will automatically transfer and the legacy files will be removed.
* WinGui: Few small updates to the EncodeTaskImportFactorysr552018-07-131-10/+5
|
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and ↵sr552018-07-083-79/+16
| | | | associated code. Tweak the layout of the deinterlace controls to match the Mac/Linux UI's. Pull Presets from libhb.
* WinGui: Tidy up some unused variables.sr552018-07-081-1/+0
|
* WinGui: Initial work to refactor the queue infrastructure to use the same ↵sr552018-07-089-26/+488
| | | | JSON format as the CLI + extensions.
* WinGui: Update the Encode Json Factory to produce human readable Json for ↵sr552018-07-072-15/+15
| | | | audio and video encoders.
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. ↵sr552018-07-076-94/+241
| | | | Introduce a factory for Title objects.
* WinGui: Fix an integer overflow in the UI layer for the start/stop controls. ↵sr552018-06-142-3/+3
| | | | Fixes #1327