Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Change the services library dll imports to be "hb" rather than ↵ | sr55 | 2017-02-03 | 1 | -92/+92 |
| | | | | "hb.dll". This will allow libhb.dylib and libhb.so to be loaded. | ||||
* | WinGui: Fix typo in #496 | sr55 | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | WinGui: Use new hb_opencl_set_enable function. #496 | sr55 | 2017-01-15 | 1 | -0/+3 |
| | |||||
* | Interop: Added functions to get the list of keys for filter settings, and ↵ | RandomEngy | 2016-11-06 | 1 | -0/+4 |
| | | | | the default settings for a filter. | ||||
* | WinGui: Fix Anamorphic Mode Auto | sr55 | 2016-11-01 | 1 | -1/+2 |
| | |||||
* | WinGui: Fix Typo | sr55 | 2016-10-30 | 1 | -1/+1 |
| | |||||
* | WinGui: Update status bar label text to say "errors or cancellations" to ↵ | sr55 | 2016-10-30 | 1 | -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. | RandomEngy | 2016-07-30 | 1 | -2/+7 |
| | | | | Added some keep_aspect constants and updated the audio codec mask. | ||||
* | WinGui: Initial commit supporting separated interlace detection. Not tested yet. | sr55 | 2016-03-11 | 1 | -6/+19 |
| | |||||
* | WinGui: Initial support for dict based filter options. | sr55 | 2016-03-09 | 1 | -3/+12 |
| | |||||
* | Quick Fix for the broken Nightly build. Will add bit-depth support at a ↵ | Scott | 2015-11-22 | 1 | -0/+1 |
| | | | | later point. | ||||
* | grayscale: wingui changes | John Stebbins | 2015-10-16 | 1 | -0/+1 |
| | |||||
* | App Services Modelling Tidy Up | Scott | 2015-09-26 | 6 | -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 support | Scott | 2015-09-24 | 1 | -0/+4 |
| | |||||
* | WinGui: Completely replace the plist preset import code with the ↵ | sr55 | 2015-06-26 | 1 | -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 ↵ | sr55 | 2015-06-20 | 1 | -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. | randomengy | 2015-06-15 | 1 | -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 ↵ | sr55 | 2015-05-26 | 1 | -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. | sr55 | 2015-05-09 | 1 | -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" ↵ | sr55 | 2015-04-01 | 1 | -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 copymask | sr55 | 2015-04-01 | 1 | -1/+7 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7032 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Remove unused hb_get_scancount function | ritsuka | 2015-03-29 | 1 | -6/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7026 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Tabs -> Spaces. | sr55 | 2015-02-28 | 11 | -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 ↵ | sr55 | 2015-02-28 | 14 | -0/+887 |
some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5 |