Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: use new api hb_get_preview3 for previews. | Damiano Galassi | 2021-04-13 | 1 | -29/+12 |
| | |||||
* | MacGui: map more transfer functions to CGColorSpaceRef, simplify ↵ | Damiano Galassi | 2020-10-02 | 1 | -5/+3 |
| | | | | copyImageAtIndex: method. | ||||
* | MacGui: move sleep prevention to the main process, so we keep the sleep ↵ | Damiano Galassi | 2019-12-29 | 1 | -2/+0 |
| | | | | assertion if the XPC service crashes. | ||||
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -1/+1 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | MacGui: print dlopen error message. | Damiano Galassi | 2019-09-01 | 1 | -0/+15 |
| | |||||
* | MacGui: fix a warnings and the tests. | Damiano Galassi | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | MacGui: make use of some newer NSCoding api to better report decoding failure. | Damiano Galassi | 2019-08-15 | 1 | -5/+2 |
| | |||||
* | MacGui: fix an exception when reading an HBJob from disk; do not store ↵ | Damiano Galassi | 2019-08-14 | 1 | -2/+2 |
| | | | | previews image when scanning the title in the queue; set the log level immediately; improve progress info when the pass number is not set yet. | ||||
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -2/+2 |
| | |||||
* | MacGui: don't send the search pass progress to the Finder progress bar. | Damiano Galassi | 2019-07-31 | 1 | -1/+2 |
| | |||||
* | Fix some typos (#2202) | Nomis101 | 2019-07-31 | 1 | -1/+1 |
| | | | Fix some typos | ||||
* | MacGui: fail gracefully when trying to encode to a not available disk under ↵ | Damiano Galassi | 2019-04-05 | 1 | -7/+10 |
| | | | | the sandbox. | ||||
* | MacGui: remove two old unused classes, remove some old compatibility hacks, ↵ | Damiano Galassi | 2019-02-13 | 1 | -3/+3 |
| | | | | and fix warnings. | ||||
* | MacGui: send integerForKey: instead of [objectForKey:] intValue] | Damiano Galassi | 2019-02-12 | 1 | -2/+2 |
| | |||||
* | MacGui: write a log message when sleep is prevented/allowed. | Damiano Galassi | 2018-12-13 | 1 | -0/+2 |
| | |||||
* | MacGui: show a progress bar on the encoded file in Finder. | Damiano Galassi | 2018-11-11 | 1 | -1/+33 |
| | |||||
* | MacGui: add touch bars to main and queue windows. | Damiano Galassi | 2018-10-08 | 1 | -1/+4 |
| | |||||
* | fix race in getting sequence_id of completed job | John Stebbins | 2018-08-07 | 1 | -1/+1 |
| | | | | | | | | | The sequence_id was only available for the WORKING state and not the WORKDONE state. But frontends poll for status periodically and can miss all status updates for the WORKING state if the file is very short or an error occurs early during transcoding. When WORKING status is missed, there was no way to know the sequence_id associated with the WORKDONE status. | ||||
* | MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵ | Damiano Galassi | 2018-06-08 | 1 | -3/+2 |
| | | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit). | ||||
* | mac: Rename instances of cancelled to canceled. | Bradley Sepos | 2017-12-05 | 1 | -2/+2 |
| | |||||
* | MacGui: fix a wrong usage of CFData API, CFDataCreateMutable creates a a ↵ | Damiano Galassi | 2017-11-03 | 1 | -17/+21 |
| | | | | CFData instance that can be filled up to the wanted capacity, but it doesn't set the CFData length to the capacity. Use CFDataSetLength to set the length. The original code doesn't work on 10.13.2 beta 1. | ||||
* | MacGui: move the color space code out of HBCore. | Damiano Galassi | 2017-08-31 | 1 | -176/+5 |
| | |||||
* | MacGui: fix a small leak. | Damiano Galassi | 2017-06-13 | 1 | -1/+2 |
| | |||||
* | MacGui: call CVImageBufferCreateColorSpaceFromAttachments() to create the ↵ | Damiano Galassi | 2017-06-12 | 1 | -2/+79 |
| | | | | preview image color spaces on 10.11 and newer. | ||||
* | MacGui: improve management of security scoped resources. Fix external SRT in ↵ | Damiano Galassi | 2017-01-25 | 1 | -9/+5 |
| | | | | the sandboxed build. | ||||
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 1 | -13/+41 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: sleep prevention in HBCore should be on by default. | Damiano Galassi | 2017-01-09 | 1 | -0/+1 |
| | |||||
* | MacGui: add an option to disable HBCore automatic sleep prevention behaviour. | Damiano Galassi | 2017-01-05 | 1 | -5/+35 |
| | |||||
* | MacGui: [HBUtilities writeToActivityLog:] wants a c string, not a NSString. | Damiano Galassi | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | MacGui: write the job preset name to the activity log. | Damiano Galassi | 2017-01-01 | 1 | -0/+1 |
| | |||||
* | MacGui: make possible to configure on which queue HBCore will call the ↵ | Damiano Galassi | 2016-12-30 | 1 | -7/+5 |
| | | | | callback blocks. | ||||
* | MacGui: do not use the raw block device path for bluray. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | MacGui: use the right color profile for Bt 2020 primaries. | Damiano Galassi | 2016-12-21 | 1 | -0/+8 |
| | | | | Closes #401. | ||||
* | MacGui: do not display pass info if pass_count is -1. Start the HBCore ↵ | Damiano Galassi | 2016-12-20 | 1 | -7/+8 |
| | | | | update timer only after starting a scan/job. | ||||
* | MacGui: set the appropriate colorspace for preview images, and use a gamma ↵ | Damiano Galassi | 2016-11-10 | 1 | -3/+41 |
| | | | | value of ~1.96, same as Apple media frameworks. | ||||
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles ↵ | Damiano Galassi | 2016-10-29 | 1 | -2/+2 |
| | | | | and picture job settings. | ||||
* | MacGui: use HB_ERROR_CANCELED status rather than tracking canceled in HBCore | Damiano Galassi | 2016-10-27 | 1 | -35/+22 |
| | |||||
* | MacGui: show the encode progress when paused too. | Damiano Galassi | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ↵ | sr55 | 2016-03-12 | 1 | -1/+1 |
| | | | | HTTPS and it's terrible code. | ||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -1/+16 |
| | |||||
* | MacGui: make HBCore titles ivar always non null. | Damiano Galassi | 2016-02-26 | 1 | -2/+4 |
| | |||||
* | MacGui: cosmetics. | Damiano Galassi | 2016-01-21 | 1 | -1/+2 |
| | |||||
* | MacGui: update the preview window to reflect the rotate filter state. | Damiano Galassi | 2016-01-15 | 1 | -2/+63 |
| | |||||
* | MacGui: disk -> disc, plus a bunch of NSLocalizedString. | Damiano Galassi | 2016-01-14 | 1 | -4/+4 |
| | |||||
* | MacGui: show a warning the first time a user try to scan a bluray directly too. | Damiano Galassi | 2016-01-10 | 1 | -14/+18 |
| | |||||
* | MacGui: add type parameter to some arrays. | Damiano Galassi | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | MacGui: expose a property to set the log level in HBCore. | Damiano Galassi | 2015-10-20 | 1 | -0/+8 |
| | |||||
* | MacGui: add a way to differentiate a cancelled scan/encoded from a failed ↵ | Damiano Galassi | 2015-09-30 | 1 | -21/+12 |
| | | | | scan/encode | ||||
* | MacGui: read the actual preview count so we don't try to load a non existing ↵ | Damiano Galassi | 2015-09-29 | 1 | -0/+5 |
| | | | | image | ||||
* | MacGui: split HBTitle header to make it easier to test. Added some simple tests. | ritsuka | 2015-06-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7256 b64f7644-9d1e-0410-96f1-a4d463321fa5 |