summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/HandBrakeInstance.cs
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ...sr552018-06-051-552/+0
* WinGui: Remove Logging abstraction from the Services library. Let the librar...sr552018-05-081-3/+0
* WinGui: Remove the need for ILog on the key Interop API surface.sr552018-05-081-13/+3
* WinGui: Remove references to System.Drawing from Alpha.ApplicationServices. T...sr552018-05-061-28/+3
* WinGui: Fixes to Anamorphic handling on the picture tab and in static preview...sr552018-02-101-1/+1
* Did a bit of refactoring and added an .editorconfig file to enforce the "spac...RandomEngy2017-11-201-15/+18
* Some additions for mixdowns and ability encode from JSON string.RandomEngy2017-11-181-4/+30
* WinGui: Updates to handle changes to the JSON API. #964sr552017-11-061-5/+9
* WinGui: Add basic deinterlace to the static preview. #958sr552017-10-301-2/+2
* WinGui: Simplify the GetPreview code and remove code that was causing the Bi...sr552017-07-201-13/+4
* WinGui: Remove OpenCL code that was breaking things.sr552017-06-141-6/+1
* WinGui: Fix an issue with long chapters causing scans to fail to complete. Fi...sr552017-05-021-2/+3
* WinGui: Improved logging around SCANDONE and some additional defensive progra...sr552017-05-021-6/+22
* WinGui: Fix a possible exception when cancelling and rescanning a source that...sr552017-04-161-1/+0
* WinGui: Handle HB_STATE_MUXING and HB_STATE_SEARCHING for better progress ind...sr552017-04-151-3/+3
* WinGui: Fix a number of stylecop warnings.sr552017-02-111-3/+3
* WinGui: Remove System.Windows.Forms, PresentationCore, PresentationFramework ...sr552017-02-031-24/+3
* WinGui: Use new hb_opencl_set_enable function. #496sr552017-01-151-1/+3
* WinGui: Add a Logging Service into the AppServices library. This does not dep...sr552016-03-211-3/+6
* WinGui: Some API and warnings cleanup.Scott2015-12-271-1/+1
* Allow the preview encode to run at the same time as an actual encode.Scott2015-10-311-1/+1
* App Services Modelling Tidy UpScott2015-09-261-23/+6
* Interop: Updated to return PassId as well as Pass on encode progress.randomengy2015-06-151-1/+2
* WinGui: Remove some test code.sr552015-05-091-2/+2
* WinGui: Restore Preview functionality. The calc logic still needs fixed as t...sr552015-05-071-8/+5
* WinGui: Some Model Re-factoring by RandomEngysr552015-05-031-27/+72
* WinGui: sr552015-05-031-1/+2
* WinGui: Add a basic outline of a logging system to allow logging of the JSON ...sr552015-04-101-0/+8
* WinGui: Refactor the JSON scan model names to be a bit clearer.sr552015-04-011-1/+1
* WinGui: Some initial re-modelling in the JSON folder. Created a "Shared" fold...sr552015-04-011-1/+1
* WinGui: Remove the Caliburn Micro / Castle dependency in The services library...sr552015-03-141-1/+1
* WinGui: Updating the app to handle the latest JSON API change regarding the A...sr552015-03-071-1/+1
* WinGui: Stripping out a lot of legacy abstraction code for the scan service.sr552015-03-061-23/+9
* WinGui: Moving some more namespaces. sr552015-03-051-1/+1
* WinGui: Remove the EncodeJob model. This removes another abstraction layer th...sr552015-03-051-14/+13
* WinGui: Moving the Interop Code into the services library. This will allow so...sr552015-02-281-0/+551