summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Bump version to 1.3.1sr552019-12-171-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
* WinGui: Backout Handling of AccessViolations. Makes the hardware handling iss...sr552019-02-171-6/+6
* WinGui: Attempt to fix the the exception handling when AccessViolations occur.sr552019-02-161-4/+21
* WinGui: Add HandleProcessCorruptedStateExceptions around Init.sr552019-02-161-5/+11
* Add WebM support (#1822)Justin Bull2019-02-131-1/+3
* WinGui: Utilise new hb_global_init_no_hardware when hb_global_init fails. T...sr552019-02-112-2/+32
* WinGui: Update EncoderHelpers for Subtitle changessr552019-01-141-0/+12
* WinGui: Initial support for SSA file import.sr552019-01-143-3/+5
* Add SSA subtitle importJohn Stebbins2019-01-142-5/+7
* Update copyright dates to 2019.Bradley Sepos2019-01-012-2/+2
* WinGui: Bump Version to 1.3.0sr552018-12-261-1/+1
* WinGui: Some further tidyup of HandBrake.Interop. Remove the instance manage...sr552018-12-094-268/+35
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few othe...sr552018-12-082-0/+6
* WinGui: Minor code tidyup.sr552018-08-134-48/+34
* WinGui: Cleanup of some unneeded references across the projects.sr552018-08-091-1/+0
* WinGui: Simplify the Deinterlace / Decomb / Interlace Detection Tab and asso...sr552018-07-084-90/+27
* WinGui: Remove Unused OpenCL call.sr552018-07-081-4/+0
* WinGui: Tidy up some unused variables.sr552018-07-083-15/+0
* WinGui: Update the Encode Json Factory to produce human readable Json for aud...sr552018-07-075-46/+5
* WinGui: Tidyup around the Scan Objects. Complete some incomplete models. Intr...sr552018-07-072-0/+15
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-293-1/+65
* WinGui: Fix a potential crash in HandBrakeEncoderHelpers.cssr552018-06-151-20/+21
* WinGui: Implement most of the HTTP Worker Process stubs.sr552018-06-105-60/+52