summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
Commit message (Expand)AuthorAgeFilesLines
* HandBrake.Interop: Library cleanup.sr552020-10-04109-1292/+531
* WinGui: Make the AsyncDepth variable nullable so it does not default to 0 wh...sr552020-08-241-1/+1
* WinGui: Add a menu option to allow exporting all user presets for easier back...sr552020-08-223-6/+5
* WinGui: Improvements to the new Preset Management UI.sr552020-08-041-1/+1
* WinGui: Make QSV hardware detection APIs information available to the UI for ...sr552020-07-184-12/+49
* Added TrackNumber to SourceAudioTrack and SourceSubtitleTrack.David Rickard2020-07-112-4/+14
* WinGui: General Package Maintenancesr552020-06-301-1/+1
* WinGui: Lay the ground work for adding the padding filter to the Windows UI. ...sr552020-05-171-0/+22
* WinGui: Enable multi-instance support. (#2797)Scott2020-04-292-4/+10
* WinGui: Stripping much of the remaining app config out of the Queue Jobs. Cer...sr552020-04-112-62/+5
* WinGui: Allow the *experimental* process worker feature to be enabled though ...sr552020-04-092-4/+4
* WinGui: Further work on the isolated process articecture.sr552020-03-311-0/+3
* WinGui: Fix preview images for "None" when using anamorphic content.sr552020-03-181-3/+1
* WinGui: Add an explicit option in preferences to enable additional fixed func...sr552020-02-261-0/+2
* WinGui: Fix an issue with Queue Pause/Resume not working correctly and some u...sr552020-02-231-2/+10
* WinGui: AutoPassthru is now implemented using libhb using hb_autopassthru_get...sr552020-02-073-0/+69
* WinGui: Improve the way the Audio and Subtitle Language selection is handled....sr552020-02-051-4/+24
* Update copyright dates to 2020.Bradley Sepos2020-01-012-2/+2
* WinGui: Cleanup a bunch of Code Warnings + Fix missing ico resource. #2519sr552019-12-212-2/+7
* WinGui: Fix a few issues with the build system post format changes.sr552019-12-181-0/+1
* WinGui: Switch HandBrake.Interop over to .NET Standard 2.0 and Project Style ...sr552019-12-186-442/+19
* WinGui: Switch all projects to use PackageReferences.sr552019-12-182-13/+8
* WinGui: Bump version to 1.4 on mastersr552019-12-181-1/+1
* WinGui: Limit iPod atom to H.264. Fixes #2490sr552019-12-091-1/+1
* WinGui: Catchup some remaining strings that were not localisable. #2345sr552019-10-131-1/+1
* WinGui: Fix a bug in the previous changelistsr552019-09-221-1/+1
* WinGui:sr552019-09-2218-284/+996
* WinGui: Update Langauges for #2190 and #731sr552019-09-101-1/+2
* WinGui: Treat empty string as null for Subtitle Name. #2275sr552019-08-301-1/+7
* libhb: remove dead code.Damiano Galassi2019-08-131-7/+0
* WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ...sr552019-08-122-2/+2
* WinGui: Add Support for Subtitle Track Naming. Auto-populate the Track name ...sr552019-08-123-1/+7
* WinGui: Show Day long encodes in hours consistent with the other UIssr552019-07-163-3/+3
* WinGui: Support Encode Time in days. #523sr552019-07-162-2/+7
* WinGui: Further work on the new Dark Theme. Mostly around icons.sr552019-06-221-0/+17
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of th...sr552019-06-152-2/+2
* Revert "WinGui: Switch to SDK style cproj files. Switch to PackageReferences...sr552019-06-014-39/+270
* WinGui: Switch to SDK style cproj files. Switch to PackageReferences for NuG...sr552019-06-014-270/+39
* WinGui: Use hb_presets_read_file_json to read the UI presets file. This allow...sr552019-05-115-5/+54
* WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not t...sr552019-05-101-3/+4
* Revert "Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK projec...sr552019-05-084-17/+219
* Updated HandBrake.Interop to .NET Standard 2.0 and the new SDK project style....David Rickard2019-05-084-219/+17
* WinGui:sr552019-05-022-4/+8
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-021-4/+3
* WinGui: New option to control the file overwrite default behaviour. Overwrite...sr552019-04-204-14/+61
* WinGui: Fix previews after hb_image_s change. Fixes #2044sr552019-04-161-0/+1
* WinGui: Fix Race Condition crash when cancelling scan.sr552019-04-081-0/+1
* WinGui: Reafactor application init and introduce a --no-hardware flat that ca...sr552019-04-066-46/+63
* wingui: Fix filter order caused by addition of Chroma Smooth.Bradley Sepos2019-03-311-0/+1
* WinGui: Undo some debugging code.sr552019-02-171-1/+1