summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Missing E-AC3 Encoder. Fixes #2855sr552020-05-201-0/+4
* WinGui: Make the error information clearer when the user imports a preset wit...sr552020-03-181-1/+3
* WinGui: Improve Handling of Low Disk Space Alertssr552020-02-232-3/+2
* WinGui: Fix Duration / Paused Duration when > 1 day. Fixes #2649sr552020-02-231-2/+2
* WinGui: Fix an issue with Queue Pause/Resume not working correctly and some u...sr552020-02-231-0/+4
* WinGui: Fix a minor cosmetic issue with the title dropdown. Fixes #2645sr552020-02-231-3/+3
* WinGui: AutoPassthru is now implemented using libhb using hb_autopassthru_get...sr552020-02-072-6/+24
* WinGui: Always set UsePictureFilters to true for legacy preset support. #2531sr552020-02-051-0/+1
* WinGui: Move Handling of AutoPassthru to the UI so it more clearly reflects w...sr552020-02-051-1/+7
* WinGui: Fix an issue where default settings were not getting loaded. Fixes #2549sr552020-01-251-25/+75
* WinGui: Main Window Status label not updating correctly when resetting jobs. ...sr552020-01-252-0/+22
* WinGui: Clear queue options should not clear in-progress jobs. Fixes #2587sr552020-01-251-1/+4
* WinUI: Notify of display field changes for QueueStats (#2488)Joshua Shaffer2019-12-091-4/+7
* WinGui: Limit iPod atom to H.264. Fixes #2490sr552019-12-091-1/+2
* WinGui: Invoke QueueChanged after ImportJoshua Shaffer2019-12-091-0/+4
* WinGui: Force a built-in preset update on libhb preset version change. #2421sr552019-11-151-2/+8
* WinGui: Fix an issue with Closed Captions Automation not working. Fixes #2402sr552019-11-101-14/+12
* WinGui: Catchup some remaining strings that were not localisable. #2345sr552019-10-132-5/+8
* WinGui: Queue Stats cosmeticssr552019-10-041-8/+67
* WinGui: Optional support for previewing flip/rotate. #2334sr552019-10-011-1/+1
* WinGui:sr552019-09-225-20/+50
* WinGui: Make a note of what the base preset was in the log when starting an e...sr552019-09-085-7/+21
* WinGui: Fix 2 issues with audio track names. First, Name was not updating c...sr552019-09-011-4/+19
* WinGui: Fix a subtitle related error when adding to queue. Fixes #2253sr552019-08-181-1/+4
* WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ...sr552019-08-126-26/+48
* WinGui: Build out code for active monitoring of storage and battery power on...sr552019-07-055-1/+177
* WinGui: Nice display of statistics when information isn't available. #2179sr552019-07-031-1/+48
* WinGui: Refactor "When Done" to use an enum to avoid language issues. Also c...sr552019-06-245-23/+16
* WinGui: Re-implement queue import/export functionality for the GUI. Note, thi...sr552019-06-072-213/+40
* WinGui: Add a "Test" button to the When Done Audio options. Also log the "Med...sr552019-06-061-1/+2
* WinGui: Add logging to the PrePostActionServicesr552019-06-061-4/+22
* WinGui: Don't show encoder options when Fallback = None and a passthru encod...sr552019-06-061-0/+36
* WinGui: Add Preference to perform the When Done Action immediately without t...sr552019-05-221-4/+9
* WinGui: Fix Copyright headersr552019-05-221-1/+1
* WinGui: Clean-up the preset archive code. New filename format for archive fi...sr552019-05-121-39/+24
* WinGui: Improvements for #2090sr552019-05-122-4/+38
* WinGui: Use hb_presets_read_file_json to read the UI presets file. This allow...sr552019-05-112-47/+17
* 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 t...sr552019-05-109-970/+944
* 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 audi...sr552019-04-221-2/+2
* WinGui: New option to control the file overwrite default behaviour. Overwrite...sr552019-04-201-1/+1
* 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 ca...sr552019-04-061-1/+1
* WinGui: Add log messages around preset service actions that were not previous...sr552019-03-091-17/+16
* 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
* Add WebM support (#1822)Justin Bull2019-02-131-0/+4
* 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