Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: use new api hb_get_preview3 for previews. | Damiano Galassi | 2021-04-13 | 1 | -7/+2 |
| | |||||
* | MacGui: map more transfer functions to CGColorSpaceRef, simplify ↵ | Damiano Galassi | 2020-10-02 | 1 | -3/+1 |
| | | | | copyImageAtIndex: method. | ||||
* | MacGui: fix an exception when reading an HBJob from disk; do not store ↵ | Damiano Galassi | 2019-08-14 | 1 | -1/+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. | ||||
* | Fix some typos (#2202) | Nomis101 | 2019-07-31 | 1 | -1/+1 |
| | | | Fix some typos | ||||
* | MacGui: send integerForKey: instead of [objectForKey:] intValue] | Damiano Galassi | 2019-02-12 | 1 | -3/+3 |
| | |||||
* | MacGui: improve touch bar support, add touch bars to the add titles to queue ↵ | Damiano Galassi | 2018-10-16 | 1 | -0/+7 |
| | | | | and add preset sheets. | ||||
* | mac: Rename instances of cancelled to canceled. | Bradley Sepos | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | MacGui: add an option to disable HBCore automatic sleep prevention behaviour. | Damiano Galassi | 2017-01-05 | 1 | -0/+16 |
| | |||||
* | MacGui: make possible to configure on which queue HBCore will call the ↵ | Damiano Galassi | 2016-12-30 | 1 | -2/+2 |
| | | | | callback blocks. | ||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -10/+26 |
| | |||||
* | MacGui: make HBCore titles ivar always non null. | Damiano Galassi | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | MacGui: update the preview window to reflect the rotate filter state. | Damiano Galassi | 2016-01-15 | 1 | -3/+5 |
| | |||||
* | 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/+5 |
| | |||||
* | MacGui: add a way to differentiate a cancelled scan/encoded from a failed ↵ | Damiano Galassi | 2015-09-30 | 1 | -1/+8 |
| | | | | 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: add nullability annotations to the headers and use weak where is ↵ | ritsuka | 2015-05-30 | 1 | -5/+9 |
| | | | | | | possible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7244 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -3/+12 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: fix the error variable in canScan:error: , it was dereferenced one ↵ | ritsuka | 2015-03-19 | 1 | -1/+1 |
| | | | | | | time too many. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7006 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a method to return a CGImageRef for a preview in HBCore, and ↵ | ritsuka | 2015-01-26 | 1 | -9/+26 |
| | | | | | | skip the alpha to use less memory. Use a dispatch_source as a timer in HBCore so we will be able to run the update loop on its own thread. Remove the pointer to hb_handle_t, no class outside HBCore uses it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6816 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: clean up HBCore, add a way to register a block as error handler. | ritsuka | 2015-01-23 | 1 | -17/+25 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6799 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo ↵ | ritsuka | 2015-01-20 | 1 | -5/+0 |
| | | | | | | and change some strings in the queue job's description. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6777 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: remove startProgressHandler:completationHandler: method in HBCore. ↵ | ritsuka | 2015-01-19 | 1 | -8/+0 |
| | | | | | | Switched HBPreviewGenerator to encodeJob: . git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6771 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: moved the queue code from HBController to HBQueueController, ↵ | ritsuka | 2015-01-19 | 1 | -21/+20 |
| | | | | | | reworked the way the queue synchronise itself between multiple instances to be more resilient (hopefully). Modified HBCore to take callback blocks instead of notifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6770 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: change the queue to work with serialized HBJob objects, remove the ↵ | ritsuka | 2014-12-27 | 1 | -0/+9 |
| | | | | | | NSDictionary job representation and the duplicate prepareJob method. Implement NSCopying protocol in HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6655 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: add a "name" property to HBCore to easy debugging multiple ↵ | ritsuka | 2014-12-20 | 1 | -0/+4 |
| | | | | | | instances. Add a missing retain to the titles property. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6616 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the ↵ | ritsuka | 2014-12-03 | 1 | -0/+6 |
| | | | | | | mac gui. Small improvements to the HBCore related classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6576 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: added more methods to HBCore. | ritsuka | 2014-12-01 | 1 | -0/+22 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6574 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ↵ | ritsuka | 2014-11-29 | 1 | -32/+83 |
| | | | | | | some classes to be used in the near future. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6566 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGUI: Make a copy of HBCore in macosx folder. | ritsuka | 2008-01-11 | 1 | -0/+52 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1188 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | IHB: A new xcode project file, plus some experimental changes to test HBCore. | ritsuka | 2008-01-11 | 1 | -52/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1187 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | MacGui: Proposal for replacing UpdateUI timer in HBController. HBCore is a ↵ | cleaner | 2007-06-10 | 1 | -0/+52 |
more ObjC-like interface to the core libhb library. It provides notifications of libhb state changes via NSNotificationCenter. Interfaces for scanning, encoding, bindings etc. can be added later. Note: this class is not used in HB (yet). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@605 b64f7644-9d1e-0410-96f1-a4d463321fa5 |