summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/Interop/HandBrakeEncoderHelpers.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: AutoPassthru is now implemented using libhb using ↵sr552020-02-071-0/+54
| | | | | | hb_autopassthru_get_encoder. This should solve a number of issues around selection. Fixes #2627 and #2611 (cherry picked from commit b436ec04facbb390431738d37856e887fd2155e8)
* WinGui:sr552019-09-221-27/+34
| | | | | | - Add a non-static wrapper around HbFunctions.cs - Add a Wrapper Provider that for now, returns only a direct in-process wrapper instance for libhb HbFunctions calls. - Update all calls to use the new non-static wrapper provider / interface
* WinGui: Reafactor application init and introduce a --no-hardware flat that ↵sr552019-04-061-1/+4
| | | | can be added to HandBrake.exe to disable hardware encoder support.
* WinGui: Update EncoderHelpers for Subtitle changessr552019-01-141-0/+12
|
* Add SSA subtitle importJohn Stebbins2019-01-141-2/+2
|
* WinGui: Some further tidyup of HandBrake.Interop. Remove the instance ↵sr552018-12-091-29/+3
| | | | manager. The consumers should manage this themselves.
* WinGui: Fix a potential crash in HandBrakeEncoderHelpers.cssr552018-06-151-20/+21
|
* WinGui: Rename HandBrake.ApplicationServices back to HandBrake.Interop. It's ↵sr552018-06-051-0/+666
moving back to being more of an libhb interop/abstraction library only.