Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: move the advanced x264 panel to the 'Additional options' text field ↵ | Damiano Galassi | 2018-10-27 | 1 | -25/+16 |
| | | | | contextual menu. | ||||
* | MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵ | Damiano Galassi | 2018-06-08 | 1 | -2/+2 |
| | | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). | ||||
* | mac: Update Selection Behavior texts and tooltips. | Bradley Sepos | 2017-12-05 | 1 | -1/+1 |
| | | | | | | Some places still referenced the old Audio Defaults nomenclature. Updates code comments so searching for selection behavior will yield audio defaults functions. | ||||
* | MacGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵ | Damiano Galassi | 2017-06-18 | 1 | -1/+5 |
| | | | | don't support MP4 Edit Lists. #778 | ||||
* | mac: Add support for sharpening filters. (#760) | Bradley Sepos | 2017-06-01 | 1 | -0/+18 |
| | | | Thanks @galad87 for assistance. | ||||
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 1 | -2/+2 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -1/+12 |
| | | | | and picture job settings. | ||||
* | MacGui: rework HBAudioTrack to use less NSDictionary. | Damiano Galassi | 2016-09-03 | 1 | -13/+15 |
| | |||||
* | macosx: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | MacGui: add interlace detection filter. | Damiano Galassi | 2016-03-12 | 1 | -0/+13 |
| | |||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | MacGui: remove an unused var. | Damiano Galassi | 2016-03-10 | 1 | -3/+0 |
| | |||||
* | macui support for filter dict settings | John Stebbins | 2016-03-09 | 1 | -40/+32 |
| | |||||
* | MacGui: use hb_generate_filter_settings() to generate the right settings ↵ | Damiano Galassi | 2016-01-25 | 1 | -2/+7 |
| | | | | string for the rotate filter. | ||||
* | MacGui: add the rotate filter to the picture tab. | Damiano Galassi | 2016-01-15 | 1 | -2/+2 |
| | |||||
* | MacGui: add rotate filter support to HBJob. | Damiano Galassi | 2016-01-10 | 1 | -0/+7 |
| | |||||
* | x265: macui multilib support | John Stebbins | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | x264: add multilib support (a.k.a. 10-bit) | John Stebbins | 2015-11-12 | 1 | -1/+1 |
| | | | | | This adds the structure to load an libx264 10-bit shared library. The user must install this library themselves to an appropriate place. | ||||
* | MacGui: add redo/undo supports to the audio part of HBJob. | Damiano Galassi | 2015-10-24 | 1 | -3/+3 |
| | |||||
* | MacGui: rewrote the subtitles tab to use bindings, view-based table view and ↵ | Damiano Galassi | 2015-10-22 | 1 | -71/+64 |
| | | | | to support undo/redo. | ||||
* | macui: add grayscale filter | John Stebbins | 2015-10-15 | 1 | -2/+7 |
| | |||||
* | MacGui: use the new deinterlate preset keys | Damiano Galassi | 2015-10-09 | 1 | -13/+8 |
| | |||||
* | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 1 | -2/+4 |
| | |||||
* | MacGui: move the picture and filters settings to the main window. | ritsuka | 2015-07-27 | 1 | -4/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7379 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -1/+2 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7256 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove a useless cast for the deblock value. | ritsuka | 2015-05-31 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7251 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix custom denoise settings. | ritsuka | 2015-05-31 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7250 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: don't hardcode which encoders support the preset system. | Rodeo | 2015-05-29 | 1 | -7/+7 |
| | | | | | | | Just ask libhb instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7243 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a test target to the Xcode project, plus some simple test. Use a ↵ | ritsuka | 2015-05-20 | 1 | -0/+2 |
| | | | | | | forward declaration instead of a #import to in HBJob to allow testing to work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7214 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a missing "not" in the deinterlace conversion from HBJob to ↵ | ritsuka | 2015-05-15 | 1 | -1/+1 |
| | | | | | | hb_job_t. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7188 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix detelecine. | ritsuka | 2015-05-14 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7186 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use libhb built-in presets and validation functions. Update the ↵ | ritsuka | 2015-05-14 | 1 | -11/+11 |
| | | | | | | format and save the presets in UserPresets.json, the old presets are automatically imported if the new presets file is not found. The mac gui now requires 10.7 or later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7181 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix endpoints for point-2-point encoding. | Rodeo | 2015-05-03 | 1 | -2/+2 |
| | | | | | | | libhb expects offsets, not absolute values. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7156 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet. | ritsuka | 2015-04-18 | 1 | -5/+18 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7093 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: use the new the filter preset/tune lookup and setting validation ↵ | ritsuka | 2015-04-17 | 1 | -58/+21 |
| | | | | | | functions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7089 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix an issue where a "none" track could be added to hb_job_t. | ritsuka | 2015-01-31 | 1 | -17/+11 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6841 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: set the right crop values in the HB_FILTER_RENDER_SUB filter. | ritsuka | 2015-01-26 | 1 | -3/+3 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6817 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove startProgressHandler:completationHandler: method in HBCore. ↵ | ritsuka | 2015-01-19 | 1 | -0/+6 |
| | | | | | | Switched HBPreviewGenerator to encodeJob: . git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6771 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: Move the audio/subtitles selection logic out of the view ↵ | ritsuka | 2015-01-13 | 1 | -0/+522 |
controllers. Now it's possible to create a HBJob and apply a preset to without the UI classes help. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6741 b64f7644-9d1e-0410-96f1-a4d463321fa5 |