summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/HbLib
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Change the services library dll imports to be "hb" rather than ↵sr552017-02-031-92/+92
| | | | "hb.dll". This will allow libhb.dylib and libhb.so to be loaded.
* WinGui: Fix typo in #496sr552017-01-151-1/+1
|
* WinGui: Use new hb_opencl_set_enable function. #496sr552017-01-151-0/+3
|
* Interop: Added functions to get the list of keys for filter settings, and ↵RandomEngy2016-11-061-0/+4
| | | | the default settings for a filter.
* WinGui: Fix Anamorphic Mode Autosr552016-11-011-1/+2
|
* WinGui: Fix Typosr552016-10-301-1/+1
|
* WinGui: Update status bar label text to say "errors or cancellations" to ↵sr552016-10-301-1/+2
| | | | better handle the HB_ERROR_CANCELED change. Partially fixes #366 . Full implementation will come after 1.0
* Fixed double-spaced lines when logging multi-line messages from the core.RandomEngy2016-07-301-2/+7
| | | | Added some keep_aspect constants and updated the audio codec mask.
* WinGui: Initial commit supporting separated interlace detection. Not tested yet.sr552016-03-111-6/+19
|
* WinGui: Initial support for dict based filter options.sr552016-03-091-3/+12
|
* Quick Fix for the broken Nightly build. Will add bit-depth support at a ↵Scott2015-11-221-0/+1
| | | | later point.
* grayscale: wingui changesJohn Stebbins2015-10-161-0/+1
|
* App Services Modelling Tidy UpScott2015-09-266-6/+6
| | | | | | Making event objects immutable. Making Libhb constructs internal to the library. We should expose this with a managed api if we need it outside the library. (Part 1)
* WinGui: Enable support for H.265 QuickSync supportScott2015-09-241-0/+4
|
* WinGui: Completely replace the plist preset import code with the ↵sr552015-06-261-3/+3
| | | | | | functionality built into libhb. This now allows the new json preset format to be imported, as well as the legacy plist format. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7318 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Initial implementation of quality based encoding option. Please ↵sr552015-06-201-1/+0
| | | | | | note, the preset version has been bumped so user presets will need to be re-created. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7306 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Interop: Updated to return PassId as well as Pass on encode progress.randomengy2015-06-151-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7297 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset ↵sr552015-05-261-0/+3
| | | | | | update notification and option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7227 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Pad out some initial infrastructure to read built-in presets from libhb.sr552015-05-091-0/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Some initial re-modelling in the JSON folder. Created a "Shared" ↵sr552015-04-011-1/+1
| | | | | | folder which contains models that are used by anamorphic, encode and scan calls but are not different. Based on a patch by RandomEngy. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7033 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Enable the Auto Passthru behaviours though the JSON api copymasksr552015-04-011-1/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7032 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Remove unused hb_get_scancount functionritsuka2015-03-291-6/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Tabs -> Spaces.sr552015-02-2811-366/+366
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6952 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Moving the Interop Code into the services library. This will allow ↵sr552015-02-2814-0/+887
some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5